plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
masw_SpectreAnalysis
Function
MIT
46 statements
Source File
SpectreAnalysisClass.f90
SpectreAnalysisClass
masw_SpectreAnalysis
Contents
public function masw_SpectreAnalysis(this, t, x, position, c_axis) result(ret)
Type Bound
SpectreAnalysis_
Arguments
Type
Intent
Optional
Attributes
Name
class(
SpectreAnalysis_
),
intent(in)
::
this
real(kind=real64),
intent(in)
::
t
(:)
real(kind=real64),
intent(in)
::
x
(:,:)
real(kind=real64),
intent(in)
::
position
(:)
real(kind=real64),
intent(in)
::
c_axis
(:)
Return Value
complex(kind=real64), allocatable, (:,:)