|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
This file contains functions for reading a material from input files. More...
#include <string>#include <variant>#include "smith/infrastructure/input.hpp"#include "smith/physics/materials/solid_material.hpp"

Go to the source code of this file.
Classes | |
| struct | smith::HardeningInputOptions |
| Contains function that defines the schema for hardening laws. More... | |
| struct | FromInlet< smith::var_hardening_t > |
| Prototype the specialization for Inlet parsing. More... | |
Namespaces | |
| smith | |
| Accelerator functionality. | |
Typedefs | |
| using | smith::var_hardening_t = std::variant< solid_mechanics::LinearHardening, solid_mechanics::PowerLawHardening, solid_mechanics::VoceHardening > |
| Holds all possible isotropic hardening laws that can be utilized in our input file. | |
This file contains functions for reading a material from input files.
Definition in file hardening_input.hpp.