SetMetadata_Burgers1D_t Subroutine

public subroutine SetMetadata_Burgers1D_t(this)

Arguments

TypeIntentOptionalAttributesName
class(Burgers1D_t), intent(inout) :: this

Contents


Source Code

  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