HORSES3D
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
eval_cubic
Function
5 statements
Source File
IBMClass.f90
IBMClass
eval_cubic
Contents
public function eval_cubic(a0, b0, c0, d0, x0) result(value)
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
real(kind=RP),
intent(in)
::
x0
Return Value
real(kind=rp)