|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Public Member Functions | |
| test_wall_mesh_cell_volumes (self, wall_mesh_fv) | |
| test_periodic_mesh_cell_volumes (self, periodic_mesh_fv) | |
Verify cell volumes for uniform quad meshes.
Definition at line 96 of file test_fv_correctness.py.
| test_fv_correctness.TestCellVolumes.test_periodic_mesh_cell_volumes | ( | self, | |
| periodic_mesh_fv | |||
| ) |
Each cell in Uniform_3x3 has volume 1.0 (unit squares on [0,3]^2).
Definition at line 108 of file test_fv_correctness.py.
| test_fv_correctness.TestCellVolumes.test_wall_mesh_cell_volumes | ( | self, | |
| wall_mesh_fv | |||
| ) |
Each cell in Uniform_3x3_wall has volume 1.0 (unit squares on [-1,2]^2).
Definition at line 99 of file test_fv_correctness.py.