openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
region based variations of arbitrary material parameters More...
#include <fem_types.h>
Public Attributes | |
char * | regname |
name of region More... | |
int | regID |
region ID More... | |
int | nsubregs |
#subregions forming this region More... | |
int * | subregtags |
FEM tags forming this region. More... | |
physMaterial * | material |
material parameter description More... | |
void * | customize |
any data for further customization More... | |
region based variations of arbitrary material parameters
Definition at line 93 of file fem_types.h.
void* opencarp::RegionSpecs::customize |
any data for further customization
Definition at line 99 of file fem_types.h.
physMaterial* opencarp::RegionSpecs::material |
material parameter description
Definition at line 98 of file fem_types.h.
int opencarp::RegionSpecs::nsubregs |
#subregions forming this region
Definition at line 96 of file fem_types.h.
int opencarp::RegionSpecs::regID |
region ID
Definition at line 95 of file fem_types.h.
char* opencarp::RegionSpecs::regname |
name of region
Definition at line 94 of file fem_types.h.
int* opencarp::RegionSpecs::subregtags |
FEM tags forming this region.
Definition at line 97 of file fem_types.h.