$extrastylesheet
#include <dirichlet_boundaries.h>

Public Member Functions | |
| DirichletBoundaries () | |
| ~DirichletBoundaries () | |
We're using a class instead of a typedef to allow forward declarations and future flexibility. Note that std::map has no virtual destructor, so downcasting here would be dangerous.
Definition at line 208 of file dirichlet_boundaries.h.
| libMesh::DirichletBoundaries::DirichletBoundaries | ( | ) | [inline] |
Definition at line 211 of file dirichlet_boundaries.h.
{}
Definition at line 3878 of file dof_map_constraints.C.
References end.
{
for (std::vector<DirichletBoundary *>::iterator it = begin(); it != end(); ++it)
delete *it;
}