plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
divide_nFEMDomain
Function
MIT
86 statements
Source File
FEMDomainClass.f90
FEMDomainClass
divide_nFEMDomain
Contents
public function divide_nFEMDomain(this, n) result(FEMDomains)
slow
Type Bound
FEMDomain_
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMDomain_
),
intent(inout)
::
this
integer(kind=int32),
intent(in)
::
n
Return Value
type(
FEMDomain_
), allocatable, (:)