Skip to content
Snippets Groups Projects
Commit 38941aef authored by Stefan Girke's avatar Stefan Girke
Browse files

use common input path

parent ae9abf4c
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,8 @@ struct ProblemCreator
static inline Dune::GridPtr<GridType> initializeGrid()
{
// use default implementation
std::string filename = Dune::Fem::Parameter::getValue< std::string >(Dune::Fem::IOInterface::defaultGridKey(GridType :: dimension, false));
std::string filename = Dune::Fem::Parameter::getValue< std::string >(
ParameterType::commonInputPath() + "/" + Dune::Fem::IOInterface::defaultGridKey(GridType :: dimension, false));
std::string description ("poisson-"+diffusionFluxName());
// initialize grid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment