Datatype provides information each
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | nPointsPerDir |
The number of nodal points with material information per spatial direction. |
|||
real(kind=rk), | public, | allocatable | :: | materialDat(:,:,:) |
The nodal material properties. \n First dimension is the number of elements with this material info. \n Second dimension is the number of nPointsPerDir^3 \n Third dimension is the number of material components. Attention: We do not use the number of material parameters, but the number of their components here, because a material parameter is not limited to consist of only one component. The ordering of the material components is also not fixed, but depends on the order of the material parameter definition in the configuration file. |