MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / get_test_params

Function get_test_params

Tests/Particles/Intersection/main.cpp:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14};
15
16void get_test_params(TestParams& params, const std::string& prefix)
17{
18 ParmParse pp(prefix);
19 pp.get("size", params.size);
20 pp.get("max_grid_size", params.max_grid_size);
21 pp.get("is_periodic", params.is_periodic);
22 pp.get("nlevs", params.nlevs);
23}
24
25void testIntersection()
26{

Callers 1

testIntersectionFunction · 0.70

Calls 1

getMethod · 0.45

Tested by

no test coverage detected