specfem::runtime_configuration::database_configuration¶
-
class database_configuration¶
database_configuration defines the file location of databases
Public Functions
-
inline database_configuration(std::string fortran_database)¶
Construct a new database configuration object.
- Parameters:
fortran_database – location of fortran database
-
database_configuration(const YAML::Node &Node)¶
Construct a new run setup object.
- Parameters:
Node – YAML node describing the run configuration
Private Members
-
std::string fortran_database¶
location of fortran binary database
-
inline database_configuration(std::string fortran_database)¶