Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(LinearShallowWater2D_t), | intent(inout) | :: | this |
subroutine SetMetadata_LinearShallowWater2D_t(this)
implicit none
class(LinearShallowWater2D_t),intent(inout) :: this
call this%solution%SetName(1,"u")
call this%solution%SetUnits(1,"[null]")
call this%solution%SetName(2,"v")
call this%solution%SetUnits(2,"[null]")
call this%solution%SetName(3,"eta")
call this%solution%SetUnits(3,"[null]")
endsubroutine SetMetadata_LinearShallowWater2D_t