AMDiS  0.1
The Adaptive Multi-Dimensional Simulation Toolbox
StandardProblemIteration Class Reference

A master problem for a single non coupled problem. More...

#include <StandardProblemIteration.hpp>

Inherits ProblemIterationInterface.

Inherited by StandardProblemIterationAdaptor< Model >, and StandardProblemIterationAdaptor< ProblemStat< Traits > >.

Public Member Functions

 StandardProblemIteration (ProblemStatBase &prob)
 constructor
 
void beginIteration (AdaptInfo &adaptInfo) override
 Implementation of ProblemIterationIterface::beginIteration()
 
Flag oneIteration (AdaptInfo &adaptInfo, Flag toDo) override
 Implementation of ProblemIterationInterface::oneIteration()
 
void endIteration (AdaptInfo &adaptInfo) override
 Implementation of ProblemIterationInterface::endIteration()
 
std::string const & name () const override
 Returns the name of the problem.
 
int numProblems () const override
 Returns number of managed problems.
 
ProblemStatBaseproblem (int number=0) override
 Return the managed ProblemStat problem, by number.
 
ProblemStatBaseproblem (std::string const &name) override
 Return the managed ProblemStat problem, by name.
 

Protected Member Functions

Flag buildAndAdapt (AdaptInfo &adaptInfo, Flag toDo)
 Nested assemblage and mesh adaption.
 

Protected Attributes

ProblemStatBaseproblem_
 The problem to solve.
 

Detailed Description

A master problem for a single non coupled problem.


The documentation for this class was generated from the following files: