类 | |
class | libMesh::FEMFunctionBase< Output > |
FEMFunctionBase是一个基类,用户可以从中派生出“函数样式”的对象,以在FEMSystem中使用。 更多... | |
class | libMesh::FunctionBase< Output > |
FunctionBase是一个函数对象的基类,可以在某一点(可选地包括时间)进行评估。 更多... | |
class | libMesh::DirichletBoundary |
This class allows one to associate Dirichlet boundary values with a given set of mesh boundary ids and system variable ids. 更多... | |
class | libMesh::DirichletBoundaries |
We're using a class instead of a typedef to allow forward declarations and future flexibility. 更多... | |
命名空间 | |
libMesh | |
The libMesh namespace provides an interface to certain functionality in the library. | |
枚举 | |
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. 更多... | |