|
| SSATestCaseConst (std::shared_ptr< Context > ctx, int Mx, int My, double q, SSAFactory ssafactory) |
|
| SSATestCase (std::shared_ptr< Context > ctx, int Mx, int My, double Lx, double Ly, grid::Registration registration, grid::Periodicity periodicity) |
|
virtual | ~SSATestCase () |
|
virtual void | init () |
| Initialize the test case at the start of a run. More...
|
|
virtual void | run () |
| Solve the SSA. More...
|
|
virtual void | report (const std::string &testname) |
| Report on the generated solution. More...
|
|
virtual void | write (const std::string &filename) |
| Save the computation and data to a file. More...
|
|
|
virtual void | initializeSSACoefficients () |
| Set up the coefficient variables as appropriate for the test case. More...
|
|
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 57 of file ssa_test_const.cc.
The documentation for this class was generated from the following file: