Celeritas 0.6.0-129+develop.846910afa
|
Base for tests with multi-level representation including reflection: More...
#include <VolumeTestBase.hh>
Protected Member Functions | |
std::shared_ptr< VolumeParams > | build_volumes () const override |
Additional Inherited Members | |
![]() | |
void | SetUp () override |
VolumeParams const & | volumes () const |
![]() | |
std::string | make_unique_filename (std::string_view ext={}) |
Generate test-unique filename. | |
![]() | |
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 bool | strict_testing () |
True if strict testing is required. | |
![]() | |
static constexpr double | inf = HUGE_VAL |
static constexpr float | inff = HUGE_VALF |
static constexpr double | fine_eps = 1e-12 |
static constexpr double | coarse_eps = 1e-6 |
Base for tests with multi-level representation including reflection:
box -> sph "boxsph1:0" box -> sph "boxsph2:0" box -> tri "boxtri:0" world -> box "topbox1" world -> sph "topsph1" world -> box "topbox2" world -> box "topbox3" world -> box_refl "topbox4" box_refl -> sph_refl "boxsph1:1" box_refl -> sph_refl "boxsph2:1" box_refl -> tri_refl "boxtri:1" *
|
overrideprotectedvirtual |
Implements celeritas::test::VolumeTestBase.