libMesh
Public Member Functions | List of all members
libMesh::DirichletBoundaries Class Reference

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

#include <dirichlet_boundaries.h>

Inheritance diagram for libMesh::DirichletBoundaries:
[legend]

Public Member Functions

 DirichletBoundaries ()=default
 
 ~DirichletBoundaries ()=default
 

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 214 of file dirichlet_boundaries.h.

Constructor & Destructor Documentation

◆ DirichletBoundaries()

libMesh::DirichletBoundaries::DirichletBoundaries ( )
default

◆ ~DirichletBoundaries()

libMesh::DirichletBoundaries::~DirichletBoundaries ( )
default

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