MAIA bb96820c
Multiphysics at AIA
|
#include <dgcartesianboundaryconditionfactory.h>
Public Types | |
using | FactoryType = DgBoundaryConditionFactory< nDim, SysEqn > |
Static Public Member Functions | |
static void | init (FactoryType &factory) |
Declare (but not define) a template class factory initializer.
This allows it to be seen by the solver without instantiating it. The actual implementation is in the ...factory<SysEqn>.cpp files. We need this quirky trick in order to be able to partially specialize it for the system of equations, which is only possible for class templates, not function templates.
Definition at line 86 of file dgcartesianboundaryconditionfactory.h.
using maia::dg::bc::factory::Init< nDim, SysEqn >::FactoryType = DgBoundaryConditionFactory<nDim, SysEqn> |
Definition at line 87 of file dgcartesianboundaryconditionfactory.h.
|
static |