#include <deal.II/base/parameter_handler.h>
#include <deal.II/base/point.h>
#include <deal.II/base/tensor.h>
#include <deal.II/base/types.h>
#include <deal.II/base/utilities.h>
#include <boost/algorithm/string/predicate.hpp>
#include <prismspf/core/conditional_ostreams.h>
#include <prismspf/core/exceptions.h>
#include <prismspf/core/type_enums.h>
#include <prismspf/core/types.h>
#include <prismspf/user_inputs/parameter_base.h>
#include <prismspf/config.h>
#include <map>
#include <string>
Go to the source code of this file.
|
| using | ComponentConditions = std::map<unsigned int, Condition> |
| | Map of boundary conditions and domain boundary for which they correspond to. For a simple geometry like a square the boundary ids are marked, in order, by x=0, x=max, y=0, y=max.
|
| |
◆ ComponentConditions
Map of boundary conditions and domain boundary for which they correspond to. For a simple geometry like a square the boundary ids are marked, in order, by x=0, x=max, y=0, y=max.
◆ Condition
Condition of boundary condition.
| Enumerator |
|---|
| Natural | |
| Dirichlet | |
| Neumann | |
| Periodic | |
◆ condition_from_string()
| Condition condition_from_string |
( |
const std::string & | boundary_string | ) |
|
|
inlinenodiscard |