| phaseflow
    FEM solver for the Navier-Stokes-Boussinesq equations coupled with enthalpy-based phase change | 
| Classes | |
| struct | Meta | 
| struct | PhysicalModel | 
| struct | Geometry | 
| struct | BoundaryConditions | 
| struct | AdaptiveRefinement | 
| struct | Refinement | 
| struct | Time | 
| struct | IterativeSolver | 
| struct | Output | 
| struct | Verification | 
| struct | StructuredParameters | 
| Functions | |
| template<int dim> | |
| void | declare (ParameterHandler &prm) | 
| Meta | read_meta_parameters (const std::string parameter_file="") | 
| template<int dim> | |
| StructuredParameters | read (const std::string parameter_file, Functions::ParsedFunction< dim > &source_function, Functions::ParsedFunction< dim > &initial_values_function, Functions::ParsedFunction< dim > &boundary_function, Functions::ParsedFunction< dim > &exact_solution_function) | 
| void Phaseflow::Parameters::declare | ( | ParameterHandler & | prm | ) | 
It was originally attempted to make this parameter a list of lists, but Patterns::List does not appear to allow for that. So instead we have one string that we'll parse manually.
| StructuredParameters Phaseflow::Parameters::read | ( | const std::string | parameter_file, | 
| Functions::ParsedFunction< dim > & | source_function, | ||
| Functions::ParsedFunction< dim > & | initial_values_function, | ||
| Functions::ParsedFunction< dim > & | boundary_function, | ||
| Functions::ParsedFunction< dim > & | exact_solution_function | ||
| ) | 
| Meta Phaseflow::Parameters::read_meta_parameters | ( | const std::string | parameter_file = "" | ) | 
 1.8.6
 1.8.6