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

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"
Include dependency graph for hardening_input.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

This file contains functions for reading a material from input files.

Definition in file hardening_input.hpp.