|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
This is the complete list of members for smith::EquationSolver, including all inherited members.
| defineInputFileSchema(axom::inlet::Container &container) | smith::EquationSolver | static |
| EquationSolver(std::unique_ptr< mfem::NewtonSolver > nonlinear_solver, std::unique_ptr< mfem::Solver > linear_solver, std::unique_ptr< mfem::Solver > preconditioner=nullptr) | smith::EquationSolver | |
| EquationSolver(NonlinearSolverOptions nonlinear_opts={}, LinearSolverOptions lin_opts={}, MPI_Comm comm=MPI_COMM_WORLD) | smith::EquationSolver | |
| linearSolver() | smith::EquationSolver | inline |
| linearSolver() const | smith::EquationSolver | inline |
| nonlinearSolver() | smith::EquationSolver | inline |
| nonlinearSolver() const | smith::EquationSolver | inline |
| preconditioner() | smith::EquationSolver | inline |
| preconditioner() const | smith::EquationSolver | inline |
| setOperator(const mfem::Operator &op) | smith::EquationSolver | |
| solve(mfem::Vector &x) const | smith::EquationSolver |