Function to create initial solution vectors. More...
Go to the source code of this file.
Namespaces | |
| namespace | Dumux |
Functions | |
| template<class SolutionVector , class Problem > | |
| void | Dumux::assembleInitialSolution (SolutionVector &sol, const Problem &problem) |
| Set a solution vector to the initial solution provided by the problem. More... | |
| template<class SolutionVector , class Problem > | |
| SolutionVector | Dumux::makeInitialSolution (const Problem &problem) |
| Create a solution vector filled with the initial solution provided by the problem. More... | |