|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Public Member Functions | |
| test_wall_mesh_barycenters_in_domain (self, wall_mesh_fv) | |
| test_wall_mesh_barycenters_are_half_integers (self, wall_mesh_fv) | |
Verify cell barycenters are at cell centers.
Definition at line 167 of file test_fv_correctness.py.
| test_fv_correctness.TestCellBarycenters.test_wall_mesh_barycenters_are_half_integers | ( | self, | |
| wall_mesh_fv | |||
| ) |
Barycenters of unit-square cells are at half-integer offsets from -1.
Definition at line 182 of file test_fv_correctness.py.
| test_fv_correctness.TestCellBarycenters.test_wall_mesh_barycenters_in_domain | ( | self, | |
| wall_mesh_fv | |||
| ) |
All barycenters should be within [-1,2]^2.
Definition at line 170 of file test_fv_correctness.py.