1 #ifndef __MODEL_FACTORY__ 2 #define __MODEL_FACTORY__ 4 #include "parameters/all_parameters.h" 12 template <
int dim,
int nstate,
typename real>
17 static std::shared_ptr< ModelBase<dim,nstate,real> >
Files for the baseline physics.
Main parameter class that contains the various other sub-parameter classes.
static std::shared_ptr< ModelBase< dim, nstate, real > > create_Model(const Parameters::AllParameters *const parameters_input)
Factory to return the correct model given input parameters.
Create specified model as ModelBase object.