Template Struct EmptyBoundaryCondition

Struct Documentation

template<typename Real>
struct EmptyBoundaryCondition

Empty boundary condition class (e.g., periodic in all directions).

Periodic boundary condition is applied by MPI communication. Be sure to set “periodic” in domain field of config.yaml.

Public Functions

inline void apply(mhd::FieldsView<Real>, GridView<const Real>) const