ASCOT5
Toggle main menu visibility
Loading...
Searching...
No Matches
simulate
step
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
13
void
step_ml_cashkarp
(
particle_simd_ml
* p,
real
* h,
real
* hnext,
14
real
tol,
B_field_data
* Bdata);
15
void
step_ml_cashkarp_mhd
(
particle_simd_ml
* p,
real
* h,
real
* hnext,
16
real
tol,
B_field_data
* Bdata,
17
boozer_data
* boozerdata,
18
mhd_data
* mhddata);
19
20
#endif
B_field.h
Header file for B_field.c.
real
double real
Definition
ascot5.h:85
boozer.h
Header file for boozer.c.
mhd.h
Header file for mhd.c.
particle.h
Header file for particle.c.
step_ml_cashkarp_mhd
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.
Definition
step_ml_cashkarp.c:265
step_ml_cashkarp
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.
Definition
step_ml_cashkarp.c:32
B_field_data
Magnetic field simulation data.
Definition
B_field.h:41
boozer_data
Data for mapping between the cylindrical and Boozer coordinates.
Definition
boozer.h:16
mhd_data
MHD simulation data.
Definition
mhd.h:35
particle_simd_ml
Struct representing NSIMD field line markers.
Definition
particle.h:343
Generated on
for ASCOT5 by
1.18.0