Peano
Loading...
Searching...
No Matches
OneSweepPerRungeKuttaStepAbstract.template.cpp File Reference
#include "{{CLASSNAME}}.h"
#include "Constants.h"
#include <algorithm>
#include "tarch/multicore/Lock.h"
#include "tarch/NonCriticalAssertions.h"
Include dependency graph for OneSweepPerRungeKuttaStepAbstract.template.cpp:

Go to the source code of this file.

Functions

 _minTimeStamp (0.0)
 
 _maxTimeStamp (0.0)
 
 _minTimeStampThisTimeStep (0.0)
 
 _maxTimeStampThisTimeStep (0.0)
 
 _minGridCellH (std::numeric_limits< double >::max()/NumberOfGridCellsPerPatchPerAxis/2.0)
 
 _maxGridCellH (0.0)
 
 _minGridCellHThisTimeStep (std::numeric_limits< double >::max()/NumberOfGridCellsPerPatchPerAxis/2.0)
 
 _maxGridCellHThisTimeStep (0.0)
 
 _minTimeStepSize (std::numeric_limits< double >::max())
 
 _maxTimeStepSize (0.0)
 
 _minTimeStepSizeThisTimeStep (std::numeric_limits< double >::max())
 
 _maxTimeStepSizeThisTimeStep (0.0)
 
 _patchUpdates (0)
 

Function Documentation

◆ _maxGridCellH()

_maxGridCellH ( 0. 0)

◆ _maxGridCellHThisTimeStep()

_maxGridCellHThisTimeStep ( 0. 0)

◆ _maxTimeStamp()

_maxTimeStamp ( 0. 0)

◆ _maxTimeStampThisTimeStep()

_maxTimeStampThisTimeStep ( 0. 0)

◆ _maxTimeStepSize()

_maxTimeStepSize ( 0. 0)

◆ _maxTimeStepSizeThisTimeStep()

_maxTimeStepSizeThisTimeStep ( 0. 0)

◆ _minGridCellH()

_minGridCellH ( std::numeric_limits< double >::max()/NumberOfGridCellsPerPatchPerAxis/2. 0)

◆ _minGridCellHThisTimeStep()

_minGridCellHThisTimeStep ( std::numeric_limits< double >::max()/NumberOfGridCellsPerPatchPerAxis/2. 0)

◆ _minTimeStamp()

_minTimeStamp ( 0. 0)

◆ _minTimeStampThisTimeStep()

_minTimeStampThisTimeStep ( 0. 0)

◆ _minTimeStepSize()

_minTimeStepSize ( std::numeric_limits< double > ::max())

◆ _minTimeStepSizeThisTimeStep()

_minTimeStepSizeThisTimeStep ( std::numeric_limits< double > ::max())

◆ _patchUpdates()

_patchUpdates ( 0 )