|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Public Member Functions | |
| test_rhs_finite (self, periodic_vfv) | |
| test_rhs_nonzero_for_nonuniform_field (self, periodic_vfv) | |
| test_rhs_zero_for_constant_field (self, periodic_vfv) | |
Verify ModelEvaluator.EvaluateRHS produces finite results.
Definition at line 281 of file test_vr_correctness.py.
| test_vr_correctness.TestModelEvaluatorRHS.test_rhs_finite | ( | self, | |
| periodic_vfv | |||
| ) |
Definition at line 284 of file test_vr_correctness.py.
| test_vr_correctness.TestModelEvaluatorRHS.test_rhs_nonzero_for_nonuniform_field | ( | self, | |
| periodic_vfv | |||
| ) |
RHS of advection equation should be nonzero for non-constant field.
Definition at line 314 of file test_vr_correctness.py.
| test_vr_correctness.TestModelEvaluatorRHS.test_rhs_zero_for_constant_field | ( | self, | |
| periodic_vfv | |||
| ) |
RHS of advection for constant field should be ~zero.
Definition at line 344 of file test_vr_correctness.py.