ASCA2_NAME

ASCA2_NAME can be called to obtain the material name of the current unidirectional composite.

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

SUBROUTINE ASCA2_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.