PlasCom2  1.0
XPACC Multi-physics simluation application
rungekutta Module Reference

Functions/Subroutines

subroutine rk4sum (numDim, numPoints, bufferSize, bufferInterval, h, K1, K2, K3, K4, stateData)
 

Function/Subroutine Documentation

◆ rk4sum()

subroutine rungekutta::rk4sum ( integer(kind=4), intent(in)  numDim,
integer(kind=8), intent(in)  numPoints,
integer(kind=8), dimension(numdim), intent(in)  bufferSize,
integer(kind=8), dimension(2*numdim), intent(in)  bufferInterval,
real(kind=8), intent(in)  h,
real(kind=8), dimension(numpoints), intent(in)  K1,
real(kind=8), dimension(numpoints), intent(in)  K2,
real(kind=8), dimension(numpoints), intent(in)  K3,
real(kind=8), dimension(numpoints), intent(in)  K4,
real(kind=8), dimension(numpoints), intent(inout)  stateData 
)

Definition at line 8 of file RungeKutta.f90.

Referenced by rk4advancer< DomainType >::RKSum().

Here is the caller graph for this function: