Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Burgers1D_t), | intent(inout) | :: | this |
subroutine SetMetadata_Burgers1D_t(this)
implicit none
class(Burgers1D_t),intent(inout) :: this
call this%solution%SetName(1,"s")
call this%solution%SetUnits(1,"[null]")
endsubroutine SetMetadata_Burgers1D_t