Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
initflower
Subroutine
MIT
13 statements
Source File
FlowerClass.f90
FlowerClass
initflower
Contents
None
public subroutine initflower(obj, Thickness, length, width)
Arguments
Type
Intent
Optional
Attributes
Name
class(
Flower_
),
intent(inout)
::
obj
real(kind=real64),
optional
::
Thickness
real(kind=real64),
optional
::
length
real(kind=real64),
optional
::
width
Contents
None