#include <dof_map.h>
Inherits std::map< unsigned int, DofConstraintRow, std::less< unsigned int >, Threads::scalable_allocator< std::pair< const unsigned int, DofConstraintRow > > >.
The constraint matrix storage format. We're using a class instead of a typedef to allow forward declarations and future flexibility. Don't delete this from a pointer-to-std::map; the destructor isn't virtual!
Definition at line 171 of file dof_map.h.
Generated automatically by Doxygen for libMesh from the source code.