Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Classes | Namespaces | Functions
boundary_condition_manager.hpp File Reference

This file contains the declaration of the boundary condition manager class. More...

#include <memory>
#include <set>
#include "serac/physics/boundary_conditions/boundary_condition.hpp"
#include "serac/physics/state/finite_element_state.hpp"
Include dependency graph for boundary_condition_manager.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  serac::FilterView< Iter, Pred >
 A "view" for filtering a container. More...
 
class  serac::FilterView< Iter, Pred >::FilterViewIterator
 An iterator over a filtered view. More...
 
class  serac::BoundaryConditionManager
 A container for the boundary condition information relating to a specific physics module. More...
 

Namespaces

 serac
 Accelerator functionality.
 

Functions

template<class Iter , class Pred >
 serac::FilterView (Iter, Iter, Pred &&) -> FilterView< Iter, Pred >
 Deduction guide - iterator and lambda types must be deduced, so this mitigates a "builder" function. More...
 

Detailed Description

This file contains the declaration of the boundary condition manager class.

Definition in file boundary_condition_manager.hpp.