|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <fem_types.h>
Public Member Functions | |
| void | set_constitutive_model (std::string model_name) |
Public Attributes | |
| mechMat_t | mat_t |
| choose material model More... | |
| std::map< std::string, mechMat_t > | mMat_map |
Public Attributes inherited from opencarp::physMaterial | |
| physMat_t | material_type |
| ID of physics material. More... | |
| double | fluct |
| random fluctuation around standard value More... | |
choice of mechanics constitutive model
Definition at line 90 of file fem_types.h.
|
inline |
Definition at line 100 of file fem_types.h.
| mechMat_t opencarp::mechMaterial::mat_t |
choose material model
Definition at line 92 of file fem_types.h.
| std::map<std::string, mechMat_t> opencarp::mechMaterial::mMat_map |
Definition at line 93 of file fem_types.h.