![]() |
Peano
|
#include "{{CLASSNAME}}.h"
#include <algorithm>
#include "Constants.h"
#include "tarch/multicore/Lock.h"
#include "tarch/NonCriticalAssertions.h"
Go to the source code of this file.
Functions | |
_minTimeStamp (0.0) | |
_maxTimeStamp (0.0) | |
_minTimeStampThisTimeStep (0.0) | |
_maxTimeStampThisTimeStep (0.0) | |
_minCellH (0.0) | |
_maxCellH (0.0) | |
_minCellHThisTimeStep (0.0) | |
_maxCellHThisTimeStep (0.0) | |
_minTimeStepSize (std::numeric_limits< double >::max()) | |
_maxTimeStepSize (0.0) | |
_minTimeStepSizeThisTimeStep (std::numeric_limits< double >::max()) | |
_maxTimeStepSizeThisTimeStep (0.0) | |
_cellUpdates (0) | |
_cellUpdates | ( | 0 | ) |
Definition at line 30 of file SingleSweepAbstract.template.cpp.
_maxCellH | ( | 0. | 0 | ) |
_maxCellHThisTimeStep | ( | 0. | 0 | ) |
_maxTimeStamp | ( | 0. | 0 | ) |
Referenced by swift2::ParticleSpecies::allReduce(), swift2::ParticleSpecies::clearTimeStampAndTimeStepSize(), swift2::ParticleSpecies::getMaxTimeStamp(), and swift2::ParticleSpecies::setTimeStamp().
_maxTimeStampThisTimeStep | ( | 0. | 0 | ) |
_maxTimeStepSize | ( | 0. | 0 | ) |
Referenced by swift2::ParticleSpecies::allReduce(), swift2::ParticleSpecies::clearTimeStampAndTimeStepSize(), swift2::ParticleSpecies::getMaxTimeStepSize(), and swift2::ParticleSpecies::setTimeStepSize().
_maxTimeStepSizeThisTimeStep | ( | 0. | 0 | ) |
_minCellH | ( | 0. | 0 | ) |
_minCellHThisTimeStep | ( | 0. | 0 | ) |
_minTimeStamp | ( | 0. | 0 | ) |
Referenced by swift2::ParticleSpecies::allReduce(), swift2::ParticleSpecies::clearTimeStampAndTimeStepSize(), swift2::ParticleSpecies::getMinTimeStamp(), swift2::ParticleSpecies::setTimeStamp(), and applications::exahype2::euler::sphericalaccretion::SSInfall::startTimeStep().
_minTimeStampThisTimeStep | ( | 0. | 0 | ) |
_minTimeStepSize | ( | std::numeric_limits< double > | ::max() | ) |
Referenced by swift2::ParticleSpecies::allReduce(), swift2::ParticleSpecies::clearTimeStampAndTimeStepSize(), swift2::ParticleSpecies::getMinTimeStepSize(), and swift2::ParticleSpecies::setTimeStepSize().
_minTimeStepSizeThisTimeStep | ( | std::numeric_limits< double > | ::max() | ) |