libMesh::DirichletBoundaries Class Reference

#include <dirichlet_boundaries.h>

Inheritance diagram for libMesh::DirichletBoundaries:

Public Member Functions

 DirichletBoundaries ()
 
 ~DirichletBoundaries ()
 

Detailed Description

We're using a class instead of a typedef to allow forward declarations and future flexibility.

Note
std::map has no virtual destructor, so downcasting here would be dangerous.

Definition at line 194 of file dirichlet_boundaries.h.

Constructor & Destructor Documentation

◆ DirichletBoundaries()

libMesh::DirichletBoundaries::DirichletBoundaries ( )
inline

Definition at line 197 of file dirichlet_boundaries.h.

197 {}

◆ ~DirichletBoundaries()

libMesh::DirichletBoundaries::~DirichletBoundaries ( )

Definition at line 4356 of file dof_map_constraints.C.

4357 {
4358  for (auto & item : *this)
4359  delete item;
4360 }

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