Test factory, that will create the correct test with the right template parameters.
More...
template<int dim, int nstate, typename MeshType = dealii::Triangulation<dim>>
class PHiLiP::Tests::TestsFactory< dim, nstate, MeshType >
Test factory, that will create the correct test with the right template parameters.
Definition at line 71 of file tests.h.
template<int dim, int nstate, typename MeshType >
Recursive factory that will create TestBase<int dim, int nstate>
Must be called with the highest number possible of dimension and nstate. For example
TestBase test = TestFactory::create_test<3,5>(parameters_input)
- Parameters
-
[in] | parameters_input | Input parameters. |
- Returns
- Smart pointer to the test
Definition at line 351 of file tests.cpp.