Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
smith::SystemSolver Member List

This is the complete list of members for smith::SystemSolver, including all inherited members.

addSubsystemSolver(const std::vector< size_t > &block_indices, std::shared_ptr< NonlinearBlockSolverBase > solver, double relaxation_factor=1.0)smith::SystemSolver
appendStagesWithBlockMapping(const SystemSolver &subsystem_solver, const std::vector< size_t > &global_block_indices)smith::SystemSolver
exactStaggeredSteps() constsmith::SystemSolverinline
maxStaggeredIterations() constsmith::SystemSolverinline
singleBlockSolver(size_t block_index) constsmith::SystemSolver
solve(const std::vector< WeakForm * > &residual_evals, const std::vector< std::vector< size_t >> &block_indices, const FieldState &shape_disp, const std::vector< std::vector< FieldState >> &states, const std::vector< std::vector< FieldState >> &params, const TimeInfo &time_info, const std::vector< const BoundaryConditionManager * > &bc_managers) constsmith::SystemSolver
SystemSolver(std::shared_ptr< NonlinearBlockSolverBase > single_solver)smith::SystemSolver
SystemSolver(int max_staggered_iterations, bool exact_staggered_steps=false)smith::SystemSolver