Initialize XDMF object.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(xdmf_obj), | intent(inout) | :: | this |
XDMF object |
pure subroutine xdmf_obj_Init(this) !> Initialize XDMF object. implicit none class(xdmf_obj), intent(inout) :: this !! XDMF object ! Initialize fields array to be empty call this%Resize(0) return end subroutine xdmf_obj_Init