HORSES3D
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
computeSplittingCost
Function
6 statements
Source File
KDClass.f90
KDClass
computeSplittingCost
Contents
public function computeSplittingCost(S, S_L, S_R, N_L, N_R) result(SplittingCost)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=rp),
intent(in)
::
S
real(kind=rp),
intent(in)
::
S_L
real(kind=rp),
intent(in)
::
S_R
integer,
intent(in)
::
N_L
integer,
intent(in)
::
N_R
Return Value
real(kind=rp)