HORSES3D
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
cubic_poly
Function
19 statements
Source File
IBMClass.f90
IBMClass
cubic_poly
Contents
public function cubic_poly(a0, b0, c0, d0) result(x)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=RP),
intent(in)
::
a0
real(kind=RP),
intent(in)
::
b0
real(kind=RP),
intent(in)
::
c0
real(kind=RP),
intent(in)
::
d0
Return Value
real(kind=rp)