Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
Classes | Namespaces | Functions
solid_mechanics_with_internal_vars_system.hpp File Reference

Defines the SolidMechanicsWithInternalVarsSystem struct and its factory function. More...

#include "smith/differentiable_numerics/field_store.hpp"
#include "smith/differentiable_numerics/nonlinear_block_solver.hpp"
#include "smith/differentiable_numerics/dirichlet_boundary_conditions.hpp"
#include "smith/differentiable_numerics/state_advancer.hpp"
#include "smith/differentiable_numerics/multiphysics_time_integrator.hpp"
#include "smith/differentiable_numerics/time_integration_rule.hpp"
#include "smith/numerics/functional/tuple.hpp"
#include "smith/numerics/functional/tensor.hpp"
#include "smith/differentiable_numerics/time_discretized_weak_form.hpp"
#include "smith/differentiable_numerics/differentiable_physics.hpp"
#include "smith/physics/weak_form.hpp"
#include "smith/differentiable_numerics/system_base.hpp"
Include dependency graph for solid_mechanics_with_internal_vars_system.hpp:

Go to the source code of this file.

Classes

struct  smith::SolidMechanicsWithInternalVarsSystem< dim, disp_order, StateSpace, DisplacementTimeRule, InternalVarTimeRule, parameter_space >
 System struct for solid mechanics with an additional internal variable (L2 state). More...
 

Namespaces

 smith
 Accelerator functionality.
 

Functions

template<int dim, int disp_order, typename StateSpace , typename DisplacementTimeRule , typename InternalVarTimeRule , typename... parameter_space>
SolidMechanicsWithInternalVarsSystem< dim, disp_order, StateSpace, DisplacementTimeRule, InternalVarTimeRule, parameter_space... > smith::buildSolidMechanicsWithInternalVarsSystem (std::shared_ptr< Mesh > mesh, std::shared_ptr< CoupledSystemSolver > solver, DisplacementTimeRule disp_rule, InternalVarTimeRule state_rule, std::string prepend_name="", std::shared_ptr< CoupledSystemSolver > cycle_zero_solver=nullptr, FieldType< parameter_space >... parameter_types)
 Factory function to build a solid mechanics system with internal variable. More...
 
template<int dim, int disp_order, typename StateSpace , typename DisplacementTimeRule , typename InternalVarTimeRule , typename... parameter_space>
auto smith::buildSolidMechanicsWithInternalVarsSystem (std::shared_ptr< Mesh > mesh, std::shared_ptr< CoupledSystemSolver > solver, DisplacementTimeRule disp_rule, InternalVarTimeRule state_rule, std::shared_ptr< CoupledSystemSolver > cycle_zero_solver=nullptr, FieldType< parameter_space >... parameter_types)
 Factory function to build a solid mechanics with internal vars system (without physics name).
 

Detailed Description

Defines the SolidMechanicsWithInternalVarsSystem struct and its factory function.

Definition in file solid_mechanics_with_internal_vars_system.hpp.