|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Public Member Functions | |
| test_wall_mesh_global_volume (self, wall_mesh_fv) | |
| test_periodic_mesh_global_volume (self, periodic_mesh_fv) | |
Verify global (summed) volume equals the domain area.
Definition at line 123 of file test_fv_correctness.py.
| test_fv_correctness.TestGlobalVolume.test_periodic_mesh_global_volume | ( | self, | |
| periodic_mesh_fv | |||
| ) |
Domain [0,3]^2 has area 9.0.
Definition at line 131 of file test_fv_correctness.py.
| test_fv_correctness.TestGlobalVolume.test_wall_mesh_global_volume | ( | self, | |
| wall_mesh_fv | |||
| ) |
Domain [-1,2]^2 has area 9.0.
Definition at line 126 of file test_fv_correctness.py.