plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
setVectorValueFEMDomain
Subroutine
MIT
16 statements
Source File
FEMDomainClass.f90
FEMDomainClass
setVectorValueFEMDomain
Contents
public subroutine setVectorValueFEMDomain(this, vector, DOF, fillValue, range)
Type Bound
FEMDomain_
Arguments
Type
Intent
Optional
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