AMDiS  0.3
The Adaptive Multi-Dimensional Simulation Toolbox
AdaptInfo::ScalContent Class Reference

Stores adapt infos for a scalar problem or for one component of a vector valued problem. More...

#include <AdaptInfo.hpp>

Public Member Functions

 ScalContent (std::string const &prefix)
 Constructor.
 

Public Attributes

double est_sum = 0.0
 Sum of all error estimates.
 
double est_t_sum = 0.0
 Sum of all time error estimates.
 
double est_max = 0.0
 maximal local error estimate.
 
double est_t_max = 0.0
 Maximum of all time error estimates.
 
double fac_max = 0.0
 factors to combine max and integral time estimate
 
double fac_sum = 1.0
 
double spaceTolerance = 0.0
 Tolerance for the (absolute or relative) error.
 
double timeTolerance = 0.0
 Time tolerance.
 
double timeRelativeTolerance = 0.0
 Relative time tolerance.
 
double timeErrLow = 0.0
 Lower bound for the time error.
 
int coarsenAllowed = 0
 true if coarsening is allowed, false otherwise.
 
int refinementAllowed = 1
 true if refinement is allowed, false otherwise.
 

Detailed Description

Stores adapt infos for a scalar problem or for one component of a vector valued problem.


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