openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Attributes | List of all members
opencarp::RegionSpecs Struct Reference

region based variations of arbitrary material parameters More...

#include <fem_types.h>

Collaboration diagram for opencarp::RegionSpecs:

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...
 
physMaterialmaterial
 material parameter description More...
 
void * customize
 any data for further customization More...
 

Detailed Description

region based variations of arbitrary material parameters

Definition at line 93 of file fem_types.h.

Member Data Documentation

◆ customize

void* opencarp::RegionSpecs::customize

any data for further customization

Definition at line 99 of file fem_types.h.

◆ material

physMaterial* opencarp::RegionSpecs::material

material parameter description

Definition at line 98 of file fem_types.h.

◆ nsubregs

int opencarp::RegionSpecs::nsubregs

#subregions forming this region

Definition at line 96 of file fem_types.h.

◆ regID

int opencarp::RegionSpecs::regID

region ID

Definition at line 95 of file fem_types.h.

◆ regname

char* opencarp::RegionSpecs::regname

name of region

Definition at line 94 of file fem_types.h.

◆ subregtags

int* opencarp::RegionSpecs::subregtags

FEM tags forming this region.

Definition at line 97 of file fem_types.h.


The documentation for this struct was generated from the following file: