plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
cube_Factory
Function
MIT
9 statements
Source File
FactoryClass.f90
FactoryClass
cube_Factory
Contents
public function cube_Factory(this, division, n) result(cubes)
!$OMP end parallel do
Type Bound
Factory_
Arguments
Type
Intent
Optional
Attributes
Name
class(
Factory_
),
intent(in)
::
this
integer(kind=int32),
intent(in)
::
division
(1:3)
integer(kind=int32),
intent(in)
::
n
Return Value
type(
FEMDomain_
), (n)