PlasCom2  1.0
XPACC Multi-physics simluation application
RKKernels.H
Go to the documentation of this file.
1 #ifndef __RUNGEKUTTA_KERNELS_H__
2 #define __RUNGEKUTTA_KERNELS_H__
3 
4 #include "FC.h"
5 
6 extern "C" {
7 
8  void FC_MODULE(rungekutta,rk4sum,RUNGEKUTTA,RK4SUM)(int *,size_t *,size_t *,size_t *,double *, double *,double *,double *,double *,double *);
9 
10 }
11 #endif
subroutine rk4sum(numDim, numPoints, bufferSize, bufferInterval, h, K1, K2, K3, K4, stateData)
Definition: RungeKutta.f90:8
void FC_MODULE(rungekutta, rk4sum, RUNGEKUTTA, RK4SUM)(int *