plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
get_gap_function_FEMSolver
Function
MIT
51 statements
Source File
FEMSolverClass.f90
FEMSolverClass
get_gap_function_FEMSolver
Contents
public function get_gap_function_FEMSolver(this, DOF, X) result(gap_function)
Type Bound
FEMSolver_
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMSolver_
),
intent(in)
::
this
integer(kind=int32),
intent(in)
::
DOF
real(kind=real64),
intent(in)
::
X
(:)
Return Value
real(kind=real64), allocatable, (:)