GRINS-0.8.0
|
#include <unsteady_mesh_adaptive_solver.h>
Public Member Functions | |
UnsteadyMeshAdaptiveSolver (const GetPot &input) | |
virtual | ~UnsteadyMeshAdaptiveSolver () |
virtual void | solve (SolverContext &context) |
Public Member Functions inherited from GRINS::UnsteadySolver | |
UnsteadySolver (const GetPot &input) | |
virtual | ~UnsteadySolver () |
Public Member Functions inherited from GRINS::Solver | |
Solver (const GetPot &input) | |
virtual | ~Solver () |
virtual void | initialize (const GetPot &input, SharedPtr< libMesh::EquationSystems > equation_system, GRINS::MultiphysicsSystem *system) |
virtual void | adjoint_qoi_parameter_sensitivity (SolverContext &, const libMesh::QoISet &, const libMesh::ParameterVector &, libMesh::SensitivityData &) const |
virtual void | forward_qoi_parameter_sensitivity (SolverContext &, const libMesh::QoISet &, const libMesh::ParameterVector &, libMesh::SensitivityData &) const |
void | steady_adjoint_solve (SolverContext &context) |
Do steady version of adjoint solve. More... | |
void | print_scalar_vars (SolverContext &context) |
void | print_qoi (SolverContext &context) |
Public Member Functions inherited from GRINS::MeshAdaptiveSolverBase | |
MeshAdaptiveSolverBase (const GetPot &input) | |
virtual | ~MeshAdaptiveSolverBase () |
Definition at line 38 of file unsteady_mesh_adaptive_solver.h.
GRINS::UnsteadyMeshAdaptiveSolver::UnsteadyMeshAdaptiveSolver | ( | const GetPot & | input | ) |
Definition at line 40 of file unsteady_mesh_adaptive_solver.C.
|
inlinevirtual |
Definition at line 45 of file unsteady_mesh_adaptive_solver.h.
|
virtual |
Reimplemented from GRINS::UnsteadySolver.
Definition at line 45 of file unsteady_mesh_adaptive_solver.C.
References GRINS::UnsteadySolver::_deltat, GRINS::MeshAdaptiveSolverBase::_mesh_adaptivity_options, GRINS::UnsteadySolver::_n_timesteps, GRINS::MeshAdaptiveSolverBase::build_mesh_refinement(), GRINS::MeshAdaptiveSolverBase::check_for_convergence(), GRINS::SolverContext::equation_system, GRINS::MeshAdaptiveSolverBase::estimate_error_for_amr(), GRINS::MeshAdaptivityOptions::max_refinement_steps(), GRINS::SolverContext::output_residual, GRINS::SolverContext::output_vis, GRINS::MeshAdaptiveSolverBase::perform_amr(), GRINS::SolverContext::postprocessing, GRINS::SolverContext::print_perflog, GRINS::Solver::print_qoi(), GRINS::Solver::print_scalar_vars(), GRINS::SolverContext::print_scalars, GRINS::SolverContext::qoi_output, GRINS::SolverContext::system, GRINS::SolverContext::timesteps_per_perflog, GRINS::SolverContext::timesteps_per_vis, GRINS::UnsteadySolver::update_dirichlet_bcs(), and GRINS::SolverContext::vis.