|
libMesh
|
Go to the source code of this file.
Classes | |
| class | libMesh::DirichletBoundary |
| This class allows one to associate Dirichlet boundary values with a given set of mesh boundary ids and system variable ids. More... | |
| class | libMesh::DirichletBoundaries |
| We're using a class instead of a typedef to allow forward declarations and future flexibility. More... | |
Namespaces | |
| namespace | libMesh |
The libMesh namespace provides an interface to certain functionality in the library. | |
Enumerations | |
| enum | libMesh::VariableIndexing { libMesh::SYSTEM_VARIABLE_ORDER = 0 , libMesh::LOCAL_VARIABLE_ORDER } |
| Dirichlet functions may be indexed either by "system variable
order" or "local variable order", depending on how the DirichletBoundary object is constructed. More... | |