plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
MovingAverageFilterFEMDomain
Function
MIT
37 statements
Source File
FEMDomainClass.f90
FEMDomainClass
MovingAverageFilterFEMDomain
Contents
public function MovingAverageFilterFEMDomain(this, inScalarField, ignore_top_and_bottom) result(outScalarField)
Type Bound
FEMDomain_
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMDomain_
),
intent(in)
::
this
real(kind=real64),
intent(in)
::
inScalarField
(:)
logical,
intent(in),
optional
::
ignore_top_and_bottom
Return Value
real(kind=real64), allocatable, (:)