|
libMesh
|
Go to the source code of this file.
Classes | |
| class | libMesh::DofConstraints |
| The constraint matrix storage format. More... | |
| class | libMesh::DofConstraintValueMap |
| Storage for DofConstraint right hand sides for a particular problem. More... | |
| class | libMesh::AdjointDofConstraintValues |
| Storage for DofConstraint right hand sides for all adjoint problems. More... | |
| class | libMesh::NodeConstraints |
| The Node constraint storage format. More... | |
| class | libMesh::DofMap |
| This class handles the numbering of degrees of freedom on a mesh. More... | |
| class | libMesh::DofMap::AugmentSparsityPattern |
| Backwards compatibility for prior AugmentSparsityPattern users. More... | |
| class | libMesh::DofMap::AugmentSendList |
| Abstract base class to be used to add user-defined parallel degree of freedom couplings. More... | |
Namespaces | |
| namespace | libMesh |
The libMesh namespace provides an interface to certain functionality in the library. | |
Typedefs | |
| typedef std::map< dof_id_type, Real, std::less< dof_id_type >, Threads::scalable_allocator< std::pair< const dof_id_type, Real > > > | libMesh::DofConstraintRow |
| A row of the Dof constraint matrix. | |
| typedef std::map< const Node *, Real, std::less< const Node * >, Threads::scalable_allocator< std::pair< const Node *const, Real > > > | libMesh::NodeConstraintRow |
| A row of the Node constraint mapping. | |