ASCOT5
Loading...
Searching...
No Matches
simulate
mccc
mccc.c
Go to the documentation of this file.
1
5
#include <stdlib.h>
6
#include <
math.h
>
7
#include "
mccc.h
"
8
17
void
mccc_init
(
mccc_data
* mdata,
int
include_energy,
int
include_pitch,
18
int
include_gcdiff) {
19
mdata->
include_energy
= include_energy;
20
mdata->
include_pitch
= include_pitch;
21
mdata->
include_gcdiff
= include_gcdiff;
22
23
mdata->
usetabulated
= 0;
24
}
math.h
Header file for math.c.
mccc_init
void mccc_init(mccc_data *mdata, int include_energy, int include_pitch, int include_gcdiff)
Set collision operator data.
Definition
mccc.c:17
mccc.h
Header file for mccc package.
mccc_data
Parameters and data required to evaluate Coulomb collisions.
Definition
mccc.h:27
mccc_data::include_pitch
int include_pitch
Definition
mccc.h:30
mccc_data::include_gcdiff
int include_gcdiff
Definition
mccc.h:31
mccc_data::usetabulated
int usetabulated
Definition
mccc.h:28
mccc_data::include_energy
int include_energy
Definition
mccc.h:29
Generated on Wed Oct 9 2024 17:13:57 for ASCOT5 by
1.10.0