FlowVectorFEMDomain Function

public function FlowVectorFEMDomain(this, Pressure, Permiability, ElementID) result(Flowvector)

Type Bound

FEMDomain_

Arguments

Type IntentOptional Attributes Name
class(FEMDomain_), intent(inout) :: this
real(kind=real64), intent(in) :: Pressure(:)
real(kind=real64), intent(in) :: Permiability
integer(kind=int32), intent(in) :: ElementID

Return Value real(kind=real64), allocatable, (:)