|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Public Member Functions | |
| test_build_udof_dynamic (self, wall_mesh_fv) | |
| test_build_udof_fixed_5 (self, wall_mesh_fv) | |
| test_build_ugrad_3xD (self, wall_mesh_fv) | |
| test_udof_write_read (self, wall_mesh_fv) | |
Verify DOF arrays can be built and have correct sizes.
Definition at line 201 of file test_fv_correctness.py.
| test_fv_correctness.TestDOFArrays.test_build_udof_dynamic | ( | self, | |
| wall_mesh_fv | |||
| ) |
Definition at line 204 of file test_fv_correctness.py.
| test_fv_correctness.TestDOFArrays.test_build_udof_fixed_5 | ( | self, | |
| wall_mesh_fv | |||
| ) |
Definition at line 211 of file test_fv_correctness.py.
| test_fv_correctness.TestDOFArrays.test_build_ugrad_3xD | ( | self, | |
| wall_mesh_fv | |||
| ) |
Definition at line 217 of file test_fv_correctness.py.
| test_fv_correctness.TestDOFArrays.test_udof_write_read | ( | self, | |
| wall_mesh_fv | |||
| ) |
Writing and reading back DOF values through numpy views.
Definition at line 223 of file test_fv_correctness.py.