|
libMesh
|
#include <time_solver_test_common.h>
Protected Member Functions | |
| virtual void | aux_time_solver_init (TimeSolverType &) |
| template<typename SystemType > | |
| void | run_test_with_exact_soln (Real deltat, unsigned int n_timesteps) |
Definition at line 17 of file time_solver_test_common.h.
|
inlineprotectedvirtual |
Reimplemented in NewmarkSolverTestBase, ThetaSolverTestBase< TimeSolverType >, and ThetaSolverTestBase< TimeSolverType >.
Definition at line 22 of file time_solver_test_common.h.
Referenced by TimeSolverTestImplementation< TimeSolverType >::run_test_with_exact_soln().
|
inlineprotected |
Definition at line 28 of file time_solver_test_common.h.
References libMesh::DiffSolver::absolute_residual_tolerance, libMesh::EquationSystems::add_system(), TimeSolverTestImplementation< TimeSolverType >::aux_time_solver_init(), libMesh::MeshTools::Generation::build_point(), libMesh::NewtonSolver::get_linear_solver(), libMesh::IDENTITY_PRECOND, libMesh::EquationSystems::init(), libMesh::JACOBI, mesh, libMesh::Real, libMesh::DiffSolver::relative_residual_tolerance, libMesh::DiffSolver::relative_step_tolerance, libMesh::LinearSolver< T >::set_preconditioner_type(), libMesh::LinearSolver< T >::set_solver_type(), and TestCommWorld.