CG  Version 25
declareVarMatProp.h
Go to the documentation of this file.
1 ! -- arrays for variable material properties --
2  integer constantMaterialProperties
3  integer piecewiseConstantMaterialProperties
5  parameter( constantMaterialProperties=0 )
6  parameter( piecewiseConstantMaterialProperties=1 )
8  integer materialFormat
9  integer matIndex(nd1a:nd1b,nd2a:nd2b)
10  real matValpc(0:ndMatProp-1,0:*)
11  real matVal(nd1a:nd1b,nd2a:nd2b,0:*)