Skip to content
Snippets Groups Projects
Commit bcdc12f5 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Clean up typedefs

parent 5edc5bbd
Branches master
Tags 1.0.5
No related merge requests found
...@@ -297,9 +297,8 @@ ...@@ -297,9 +297,8 @@
<<setupBoundary>>; <<setupBoundary>>;
// Set up functions for time-dependent boundary conditions // Set up functions for time-dependent boundary conditions
typedef SharedPointerMap typedef Dune::VirtualFunction<double, double> FunctionType;
<std::string, Dune::VirtualFunction<double, double> > FunctionMap; SharedPointerMap <std::string, FunctionType> functions;
FunctionMap functions;
initPython(functions); initPython(functions);
auto const &dirichletFunction = functions.get("dirichletCondition"); auto const &dirichletFunction = functions.get("dirichletCondition");
auto const &neumannFunction = functions.get("neumannCondition"); auto const &neumannFunction = functions.get("neumannCondition");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment