GetPointer
This routine returns the pointer to a FORTRAN real vector.
Interface
FUNCTION getPointer( obj ) RESULT( ans )
CLASS( BlockNodeField_ ), TARGET, INTENT( IN ) :: obj
REAL( DFP ), POINTER :: ans( : )
END FUNCTION getPointer
This routine returns the pointer to a FORTRAN real vector.
FUNCTION getPointer( obj ) RESULT( ans )
CLASS( BlockNodeField_ ), TARGET, INTENT( IN ) :: obj
REAL( DFP ), POINTER :: ans( : )
END FUNCTION getPointer