|
adamantine
|
#include "adamantine.hh"#include <MaterialStates.hh>#include <instantiation.hh>#include <utils.hh>#include <validate_input_database.hh>#include <boost/program_options.hpp>#include <boost/property_tree/info_parser.hpp>#include <boost/property_tree/json_parser.hpp>#include <Kokkos_Core.hpp>#include <filesystem>#include <tuple>Go to the source code of this file.
Macros | |
| #define | RUN_ENSEMBLE_SOLID_HOST_IF(z, SEQ) |
| #define | RUN_ENSEMBLE_SOLID_HOST(TUPLE) |
| #define | RUN_ENSEMBLE_SOLID_LIQUID_HOST_IF(z, SEQ) |
| #define | RUN_ENSEMBLE_SOLID_LIQUID_HOST(TUPLE) |
| #define | RUN_ENSEMBLE_SOLID_LIQUID_POWDER_HOST_IF(z, SEQ) |
| #define | RUN_ENSEMBLE_SOLID_LIQUID_POWDER_HOST(TUPLE) |
| #define | RUN_SOLID_HOST_IF(z, SEQ) |
| #define | RUN_SOLID_HOST(TUPLE) |
| #define | RUN_SOLID_LIQUID_HOST_IF(z, SEQ) |
| #define | RUN_SOLID_LIQUID_HOST(TUPLE) |
| #define | RUN_SOLID_LIQUID_POWDER_HOST_IF(z, SEQ) |
| #define | RUN_SOLID_LIQUID_POWDER_HOST(TUPLE) |
| #define | RUN_SOLID_DEV_IF(z, SEQ) |
| #define | RUN_SOLID_DEVICE(TUPLE) |
| #define | RUN_SOLID_LIQUID_DEV_IF(z, SEQ) |
| #define | RUN_SOLID_LIQUID_DEVICE(TUPLE) |
| #define | RUN_SOLID_LIQUID_POWDER_DEV_IF(z, SEQ) |
| #define | RUN_SOLID_LIQUID_POWDER_DEVICE(TUPLE) |
Functions | |
| std::tuple< int, int, int > | get_material_template_parameters (boost::property_tree::ptree &database) |
| int | main (int argc, char *argv[]) |
| #define RUN_ENSEMBLE_SOLID_HOST | ( | TUPLE | ) |
Definition at line 39 of file adamantine.cc.
| #define RUN_ENSEMBLE_SOLID_HOST_IF | ( | z, | |
| SEQ | |||
| ) |
Definition at line 30 of file adamantine.cc.
| #define RUN_ENSEMBLE_SOLID_LIQUID_HOST | ( | TUPLE | ) |
Definition at line 53 of file adamantine.cc.
| #define RUN_ENSEMBLE_SOLID_LIQUID_HOST_IF | ( | z, | |
| SEQ | |||
| ) |
Definition at line 44 of file adamantine.cc.
| #define RUN_ENSEMBLE_SOLID_LIQUID_POWDER_HOST | ( | TUPLE | ) |
Definition at line 67 of file adamantine.cc.
| #define RUN_ENSEMBLE_SOLID_LIQUID_POWDER_HOST_IF | ( | z, | |
| SEQ | |||
| ) |
Definition at line 58 of file adamantine.cc.
| #define RUN_SOLID_DEV_IF | ( | z, | |
| SEQ | |||
| ) |
Definition at line 114 of file adamantine.cc.
| #define RUN_SOLID_DEVICE | ( | TUPLE | ) |
Definition at line 123 of file adamantine.cc.
| #define RUN_SOLID_HOST | ( | TUPLE | ) |
Definition at line 81 of file adamantine.cc.
| #define RUN_SOLID_HOST_IF | ( | z, | |
| SEQ | |||
| ) |
Definition at line 72 of file adamantine.cc.
| #define RUN_SOLID_LIQUID_DEV_IF | ( | z, | |
| SEQ | |||
| ) |
Definition at line 128 of file adamantine.cc.
| #define RUN_SOLID_LIQUID_DEVICE | ( | TUPLE | ) |
Definition at line 137 of file adamantine.cc.
| #define RUN_SOLID_LIQUID_HOST | ( | TUPLE | ) |
Definition at line 95 of file adamantine.cc.
| #define RUN_SOLID_LIQUID_HOST_IF | ( | z, | |
| SEQ | |||
| ) |
Definition at line 86 of file adamantine.cc.
| #define RUN_SOLID_LIQUID_POWDER_DEV_IF | ( | z, | |
| SEQ | |||
| ) |
Definition at line 142 of file adamantine.cc.
| #define RUN_SOLID_LIQUID_POWDER_DEVICE | ( | TUPLE | ) |
Definition at line 151 of file adamantine.cc.
| #define RUN_SOLID_LIQUID_POWDER_HOST | ( | TUPLE | ) |
Definition at line 109 of file adamantine.cc.
| #define RUN_SOLID_LIQUID_POWDER_HOST_IF | ( | z, | |
| SEQ | |||
| ) |
Definition at line 100 of file adamantine.cc.
| std::tuple<int, int, int> get_material_template_parameters | ( | boost::property_tree::ptree & | database | ) |
Definition at line 157 of file adamantine.cc.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 243 of file adamantine.cc.