|
Celeritas 0.7.0-dev.172+develop.fe2a0acd4
|
Base for tests with many surfaces: More...
#include <SurfaceTestBase.hh>

Protected Member Functions | |
| std::shared_ptr< SurfaceParams > | build_surfaces () const override |
| Create surface parameters. | |
Protected Member Functions inherited from celeritas::test::ComplexVolumeTestBase | |
| std::shared_ptr< VolumeParams > | build_volumes () const override |
Additional Inherited Members | |
Public Member Functions inherited from celeritas::test::VolumeTestBase | |
| void | SetUp () override |
| VolumeParams const & | volumes () const |
Public Member Functions inherited from celeritas::test::Test | |
| virtual std::string | make_unique_filename (std::string_view ext) |
| Generate test-unique filename. | |
| std::string | make_unique_filename () |
Public Member Functions inherited from celeritas::test::SurfaceTestBase | |
| void | SetUp () override |
| SurfaceParams const & | surfaces () const |
| Get the surface parameters. | |
Static Public Member Functions inherited from celeritas::test::Test | |
| 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 Public Attributes inherited from celeritas::test::Test | |
| 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 many surfaces:
c2b : interface 2 -> 0 c2c2: interface 2 -> 2 b : boundary for A cc2 : interface 1 -> 2 c3c : interface 3 -> 1 bc : interface 0 -> 1 bc2 : interface 0 -> 2 ec : interface 5 -> 1 db : interface 4 -> 1 *
|
overrideprotectedvirtual |
Create surface parameters.
Implements celeritas::test::SurfaceTestBase.