Celeritas 0.6.0-dev.115+3b60a5fd
|
Three concentric spheres with mock physics. More...
#include <MockTestBase.hh>
Protected Member Functions | |
std::string_view | geometry_basename () const override |
SPConstMaterial | build_material () override |
SPConstGeoMaterial | build_geomaterial () override |
SPConstParticle | build_particle () override |
SPConstCutoff | build_cutoff () override |
SPConstPhysics | build_physics () override |
SPConstAction | build_along_step () override |
SPConstSim | build_sim () override |
SPConstTrackInit | build_init () override |
SPConstWentzelOKVI | build_wentzel () override |
virtual PhysicsOptions | build_physics_options () const |
![]() | |
SPConstGeoI | build_fresh_geometry (std::string_view) override |
Construct a geometry for the first time. | |
![]() | |
void | disable_status_checker () |
![]() | |
SPConstGeoI | get_geometry (std::string_view key) |
Additional Inherited Members | |
![]() | |
static std::string | test_data_path (std::string_view subdir, std::string_view filename) |
Get the path to a test file at {source}/test/{subdir}/data/{filename} . | |
static std::string | genericize_pointers (std::string_view s) |
Replace pointer addresses with 0x0 for improved testability. | |
static bool | strict_testing () |
True if strict testing is required. | |
![]() | |
static constexpr double | inf = HUGE_VAL |
static constexpr float | inff = HUGE_VALF |
static constexpr double | coarse_eps = 1e-6 |
![]() | |
using | SPConstGeoI = std::shared_ptr< GeoParamsInterface const > |
![]() | |
static void | reset_geometry () |
Destroy the geometry if needed. | |
Three concentric spheres with mock physics.
This class creates three elements, two single-element materials and one multi-element material, four particles, and six MockProcesses, each of which emits one or more MockModels.
Cutoff values are all zero.
|
overrideprotectedvirtual |
Implements celeritas::test::GlobalTestBase.
|
overrideprotectedvirtual |
Implements celeritas::test::GlobalTestBase.
|
overrideprotectedvirtual |
Implements celeritas::test::GlobalTestBase.
|
overrideprotectedvirtual |
Implements celeritas::test::GlobalTestBase.
|
overrideprotectedvirtual |
Implements celeritas::test::GlobalTestBase.
|
overrideprotectedvirtual |
Implements celeritas::test::GlobalTestBase.
|
overrideprotectedvirtual |
Implements celeritas::test::GlobalTestBase.
|
overrideprotectedvirtual |
Implements celeritas::test::GlobalTestBase.
|
inlineoverrideprotectedvirtual |
Implements celeritas::test::GlobalTestBase.
|
inlineoverrideprotectedvirtual |
Implements celeritas::test::GlobalGeoTestBase.