plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
main
Program
MIT
20 statements
Source File
easy_factory.f90
main
Contents
Variables
factory
scene
random
objects
soybeans
Uses
FactoryClass
SceneClass
Variables
Type
Attributes
Name
Initial
type(
Factory_
)
::
factory
type(
Scene_
)
::
scene
type(
Random_
)
::
random
type(
FEMDomain_
),
allocatable
::
objects
(:)
type(
soybean_
)
::
soybeans
(10)