|
CArl
Code Arlequin / C++ implementation
|
Go to the source code of this file.
Classes | |
| class | border_displacement_function |
| 3D border displacement class, derived from libMesh::FunctionBase<libMesh::Number>. More... | |
| struct | border_displacement_values |
| Small structure with the 3D border displacement values. More... | |
Functions | |
| void | set_displaced_border_translation (libMesh::ImplicitSystem &elasticity_system, border_displacement_values &displ, int boundary_id) |
| Set a displacement border. More... | |
| void | set_clamped_border (libMesh::ImplicitSystem &elasticity_system, int boundary_id) |
| Set a clamped border. More... | |
| libMesh::ExplicitSystem & | add_stress (libMesh::EquationSystems &input_systems) |
| Add a stress libMesh::ExplicitSystem to the input libMesh::EquationSystems. More... | |
| libMesh::LinearImplicitSystem & | add_elasticity (libMesh::EquationSystems &input_systems, libMesh::Order order=libMesh::FIRST, libMesh::FEFamily family=libMesh::LAGRANGE) |
| Add a linear elasticity libMesh::LinearImplicitSystem to the input libMesh::EquationSystems& input_systems. More... | |
| libMesh::LinearImplicitSystem& add_elasticity | ( | libMesh::EquationSystems & | input_systems, |
| libMesh::Order | order = libMesh::FIRST, |
||
| libMesh::FEFamily | family = libMesh::LAGRANGE |
||
| ) |
Add a linear elasticity libMesh::LinearImplicitSystem to the input libMesh::EquationSystems& input_systems.
Definition at line 47 of file CArl_assemble_coupling.cpp.
| libMesh::ExplicitSystem& add_stress | ( | libMesh::EquationSystems & | input_systems | ) |
Add a stress libMesh::ExplicitSystem to the input libMesh::EquationSystems.
Definition at line 49 of file common_assemble_functions_elasticity_3D.cpp.
| void set_clamped_border | ( | libMesh::ImplicitSystem & | elasticity_system, |
| int | boundary_id | ||
| ) |
| void set_displaced_border_translation | ( | libMesh::ImplicitSystem & | elasticity_system, |
| border_displacement_values & | displ, | ||
| int | boundary_id | ||
| ) |
Set a displacement border.
Definition at line 4 of file common_assemble_functions_elasticity_3D.cpp.