plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
getDuplicatedNodeListFEMDomain
Function
MIT
31 statements
Source File
FEMDomainClass.f90
FEMDomainClass
getDuplicatedNodeListFEMDomain
Contents
public function getDuplicatedNodeListFEMDomain(this, groupIdx, epsilon) result(ret)
Type Bound
FEMDomain_
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMDomain_
),
intent(in)
::
this
integer(kind=int32),
intent(inout),
optional,
allocatable
::
groupIdx
(:)
real(kind=real64),
intent(in),
optional
::
epsilon
Return Value
integer(kind=int32), allocatable, (:)