setVectorValueFEMDomain Subroutine

public subroutine setVectorValueFEMDomain(this, vector, DOF, fillValue, range)

Type Bound

FEMDomain_

Arguments

Type IntentOptional Attributes Name
class(FEMDomain_), intent(in) :: this
real(kind=real64), intent(inout), allocatable :: vector(:)
integer(kind=int32), intent(in) :: DOF
real(kind=real64), intent(in) :: fillValue
type(Range_), intent(in) :: range