Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
growStem
Subroutine
MIT
31 statements
Source File
StemClass.f90
StemClass
growStem
Contents
None
public subroutine growStem(obj, length, length_rate, width_rate)
Arguments
Type
Intent
Optional
Attributes
Name
class(
Stem_
),
intent(inout)
::
obj
real(kind=real64),
intent(in),
optional
::
length
real(kind=real64),
intent(in),
optional
::
length_rate
real(kind=real64),
intent(in),
optional
::
width_rate
Contents
None