group_t Derived Type

type, public :: group_t

Physical group of elements

Inherited By

type~~group_t~~InheritedByGraph type~group_t group_t type~mesh_t mesh_t type~group_t->type~mesh_t groups
Help

Components

TypeVisibility AttributesNameInitial
integer, public :: gidx

Group index

integer, public :: gdim

Group dimensionality \(d\)

\(d \in {1,2}\)

character(len=128), public :: gname

Group name

real(kind=wp), public, dimension(:), allocatable:: gdata

Data for group

This data can be used to store material properties or source term constants.