|
| SSATestCaseI (std::shared_ptr< SSA > ssa) |
|
| SSATestCase (std::shared_ptr< SSA > ssa) |
|
virtual | ~SSATestCase ()=default |
|
virtual void | init () |
| Initialize the test case at the start of a run.
|
|
virtual void | run () |
| Solve the SSA.
|
|
virtual void | report (const std::string &testname) |
| Report on the generated solution.
|
|
virtual void | write (const std::string &filename) |
| Save the computation and data to a file.
|
|
|
virtual void | initializeSSACoefficients () |
| Set up the coefficient variables as appropriate for the test case.
|
|
virtual void | exactSolution (int i, int j, double x, double y, double *u, double *v) |
|
void | report_netcdf (const std::string &testname, double max_vector, double rel_vector, double max_u, double max_v, double avg_u, double avg_v) |
|
Definition at line 53 of file ssa_test_i.cc.
The documentation for this class was generated from the following file: