#include <alsfvm/config/SimulatorSetup.hpp>
|
typedef boost::property_tree::ptree | ptree |
|
◆ ptree
◆ createDiffusion()
◆ createFunctionals()
◆ createGrid()
alsfvm::shared_ptr< grid::Grid > alsfvm::config::SimulatorSetup::createGrid |
( |
const ptree & |
configuration | ) |
|
|
protected |
◆ createInitialData()
alsfvm::shared_ptr< init::InitialData > alsfvm::config::SimulatorSetup::createInitialData |
( |
const ptree & |
configuration | ) |
|
|
protected |
◆ createWriter()
alsfvm::shared_ptr< io::Writer > alsfvm::config::SimulatorSetup::createWriter |
( |
const ptree & |
configuration | ) |
|
|
protected |
◆ loadFiles()
void alsfvm::config::SimulatorSetup::loadFiles |
( |
boost::property_tree::ptree & |
configuration | ) |
|
|
protected |
Loops through all the configuration and looks for the pattern load:filename. Whenever this is found, it replaces the value with the content of filename or basepath/filename, where basepath is the folder the .xml file was located
◆ readBoundary()
std::string alsfvm::config::SimulatorSetup::readBoundary |
( |
const ptree & |
configuration | ) |
|
|
protected |
◆ readCFLNumber()
real alsfvm::config::SimulatorSetup::readCFLNumber |
( |
const ptree & |
configuration | ) |
|
|
protected |
◆ readEndTime()
real alsfvm::config::SimulatorSetup::readEndTime |
( |
const ptree & |
configuration | ) |
|
|
protected |
◆ readEquation()
std::string alsfvm::config::SimulatorSetup::readEquation |
( |
const ptree & |
configuration | ) |
|
|
protected |
◆ readEquationParameters()
◆ readFlux()
std::string alsfvm::config::SimulatorSetup::readFlux |
( |
const ptree & |
configuration | ) |
|
|
protected |
◆ readIntegrator()
std::string alsfvm::config::SimulatorSetup::readIntegrator |
( |
const ptree & |
configuration | ) |
|
|
protected |
◆ readName()
std::string alsfvm::config::SimulatorSetup::readName |
( |
const ptree & |
configuration | ) |
|
|
protected |
◆ readParameters()
◆ readPlatform()
std::string alsfvm::config::SimulatorSetup::readPlatform |
( |
const ptree & |
configuration | ) |
|
|
protected |
◆ readReconstruciton()
std::string alsfvm::config::SimulatorSetup::readReconstruciton |
( |
const ptree & |
configuration | ) |
|
|
protected |
◆ readSetupFromFile()
◆ setWriterFactory()
void alsfvm::config::SimulatorSetup::setWriterFactory |
( |
std::shared_ptr< io::WriterFactory > |
writerFactory | ) |
|
◆ basePath
std::string alsfvm::config::SimulatorSetup::basePath |
|
protected |
◆ writerFactory
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/alsvinn/checkouts/stable/alsfvm/include/alsfvm/config/SimulatorSetup.hpp
- /home/docs/checkouts/readthedocs.org/user_builds/alsvinn/checkouts/stable/alsfvm/src/config/SimulatorSetup.cpp