HELIUS3_NAME

HELIUS3_NAME can be called to obtain the material name of the current plain weave composite.

This can be useful if an analysis contains multiple materials that should be processed differently.

SUBROUTINE HELIUS3_NAME(HMAT, CMNAME)
    INTEGER(INT_PTR_KIND()), INTENT(IN) :: HMAT
    CHARACTER(LEN=80), INTENT(OUT) :: CMNAME
ENDSUBROUTINE

Variables Passed In

HMAT
The material handle which was passed to the user subroutine.

Variables Updated

CMNAME
This variable will be updated with the name of the material.