![]() |
Peano
|
#include "{{MAIN_NAME}}.h"
#include "tarch/logging/Log.h"
#include "tarch/logging/LogFilter.h"
#include "tarch/multicore/multicore.h"
#include "peano4/peano.h"
#include "peano4/grid/Spacetree.h"
#include "peano4/parallel/SpacetreeSet.h"
#include "{{subdirectory}}Constants.h"
#include "{{subdirectory}}repositories/DataRepository.h"
#include "{{subdirectory}}repositories/StepRepository.h"
#include "Constants.h"
#include "repositories/DataRepository.h"
#include "repositories/StepRepository.h"
#include "peano4/UnitTests.h"
#include "tarch/UnitTests.h"
#include <fenv.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Main routine of the SPH code. | |
Main routine of the SPH code.
Definition at line 41 of file DefaultSequence.template.cpp.
References tarch::logging::LogFilter::addFilterListEntry(), tarch::logging::LogFilter::FilterListEntry::AlwaysOn, tarch::logging::LogFilter::FilterListEntry::AnyRank, tarch::logging::LogFilter::FilterListEntry::BlackListEntry, peano4::fillLookupTables(), peano4::parallel::Node::getInstance(), tarch::logging::LogFilter::getInstance(), tarch::mpi::Rank::getInstance(), tarch::tests::TestCase::getNumberOfErrors(), peano4::getUnitTests(), tarch::getUnitTests(), peano4::initParallelEnvironment(), peano4::initSingletons(), logDebug, logError, tarch::tests::TestCase::run(), peano4::shutdownParallelEnvironment(), peano4::shutdownSingletons(), tarch::logging::LogFilter::FilterListEntry::TargetDebug, tarch::logging::LogFilter::FilterListEntry::TargetInfo, tarch::logging::LogFilter::FilterListEntry::TargetTrace, and tarch::logging::LogFilter::FilterListEntry::WhiteListEntry.