ASCOT5
Loading...
Searching...
No Matches
step_ml_cashkarp.h
Go to the documentation of this file.
1
5#ifndef STEP_ML_CASHKARP_H
6#define STEP_ML_CASHKARP_H
7
8#include "../../B_field.h"
9#include "../../boozer.h"
10#include "../../mhd.h"
11#include "../../particle.h"
12
13void step_ml_cashkarp(particle_simd_ml* p, real* h, real* hnext,
14 real tol, B_field_data* Bdata);
16 real tol, B_field_data* Bdata,
17 boozer_data* boozerdata,
18 mhd_data* mhddata);
19
20#endif
Header file for B_field.c.
double real
Definition ascot5.h:85
Header file for boozer.c.
Header file for mhd.c.
Header file for particle.c.
void step_ml_cashkarp_mhd(particle_simd_ml *p, real *h, real *hnext, real tol, B_field_data *Bdata, boozer_data *boozerdata, mhd_data *mhddata)
Integrate a magnetic field line step for a struct of markers.
void step_ml_cashkarp(particle_simd_ml *p, real *h, real *hnext, real tol, B_field_data *Bdata)
Integrate a magnetic field line step for a struct of markers.
Magnetic field simulation data.
Definition B_field.h:63
Boozer parameters on the target.
Definition boozer.h:29
MHD simulation data.
Definition mhd.h:57
Struct representing NSIMD field line markers.
Definition particle.h:342