ReferenceElementReferenceElement example 1On this pageReferenceElement example 1 Modules and classes [[ReferenceTopology_]] Usage PROGRAM mainTYPE( ReferenceTopology_ ) :: objobj = ReferenceTopology( nptrs = [1,2,3], name=Triangle3 )CALL display( obj, "test-1 obj : ")CALL display( .NNE. obj, "nne : ")PROGRAM main