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

Defines the ThermalSystem 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/multiphysics_time_integrator.hpp"
#include "smith/differentiable_numerics/time_integration_rule.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 thermal_system.hpp:

Go to the source code of this file.

Classes

struct  smith::ThermalSystem< dim, temp_order, TemperatureTimeRule, parameter_space >
 Container for a thermal system with configurable time integration. More...
 

Namespaces

 smith
 Accelerator functionality.
 

Functions

template<int dim, int temp_order, typename TemperatureTimeRule , typename... parameter_space>
ThermalSystem< dim, temp_order, TemperatureTimeRule, parameter_space... > smith::buildThermalSystem (std::shared_ptr< Mesh > mesh, std::shared_ptr< CoupledSystemSolver > solver, TemperatureTimeRule temp_rule, std::string prepend_name="", FieldType< parameter_space >... parameter_types)
 Factory function to build a thermal system. More...
 
template<int dim, int temp_order, typename... parameter_space>
auto smith::buildThermalSystem (std::shared_ptr< Mesh > mesh, std::shared_ptr< CoupledSystemSolver > solver, std::string prepend_name="", FieldType< parameter_space >... parameter_types)
 Factory function to build a thermal system with default quasi-static rule (backward compatible).
 

Detailed Description

Defines the ThermalSystem struct and its factory function.

Definition in file thermal_system.hpp.