plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
FlowVectorFEMDomain
Function
MIT
17 statements
Source File
FEMDomainClass.f90
FEMDomainClass
FlowVectorFEMDomain
Contents
public function FlowVectorFEMDomain(this, Pressure, Permiability, ElementID) result(Flowvector)
Type Bound
FEMDomain_
Arguments
Type
Intent
Optional
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, (:)