$extrastylesheet
libMesh::DirichletBoundaries Class Reference

#include <dirichlet_boundaries.h>

Inheritance diagram for libMesh::DirichletBoundaries:

List of all members.

Public Member Functions

 DirichletBoundaries ()
 ~DirichletBoundaries ()

Detailed Description

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.


Constructor & Destructor Documentation

Definition at line 3878 of file dof_map_constraints.C.

References end.

{
  for (std::vector<DirichletBoundary *>::iterator it = begin(); it != end(); ++it)
    delete *it;
}

The documentation for this class was generated from the following files: