|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Public Member Functions | |
| test_global_vol (self, periodic_vfv) | |
| test_cell_bary_in_range (self, periodic_vfv) | |
| test_cell_vol_positive (self, periodic_vfv) | |
| test_face_area_positive (self, periodic_vfv) | |
Verify VR construction pipeline completes and produces valid state.
Definition at line 138 of file test_vr_correctness.py.
| test_vr_correctness.TestVRConstruction.test_cell_bary_in_range | ( | self, | |
| periodic_vfv | |||
| ) |
Primary cell barycenters should lie within [-1,2]^2 (a superset of the Uniform_3x3 mesh bounds).
Definition at line 146 of file test_vr_correctness.py.
| test_vr_correctness.TestVRConstruction.test_cell_vol_positive | ( | self, | |
| periodic_vfv | |||
| ) |
Definition at line 155 of file test_vr_correctness.py.
| test_vr_correctness.TestVRConstruction.test_face_area_positive | ( | self, | |
| periodic_vfv | |||
| ) |
Definition at line 160 of file test_vr_correctness.py.
| test_vr_correctness.TestVRConstruction.test_global_vol | ( | self, | |
| periodic_vfv | |||
| ) |
Global volume should be 9.0 for [0,3]^2.
Definition at line 141 of file test_vr_correctness.py.