ASCOT5
Loading...
Searching...
No Matches
Functions
mccc.c File Reference

Interface for using mccc package within ascot5. More...

#include <stdlib.h>
#include <math.h>
#include "mccc.h"

Go to the source code of this file.

Functions

void mccc_init (mccc_data *mdata, int include_energy, int include_pitch, int include_gcdiff)
 Set collision operator data.
 

Detailed Description

Interface for using mccc package within ascot5.

Definition in file mccc.c.

Function Documentation

◆ mccc_init()

void mccc_init ( mccc_data * mdata,
int include_energy,
int include_pitch,
int include_gcdiff )

Set collision operator data.

Parameters
mdatapointer to collision operator data struct
include_energycan collisions change marker energy, either 0 or 1
include_pitchcan collisions change marker pitch, either 0 or 1
include_gcdiffcan collisions change GC position, either 0 or 1

Definition at line 17 of file mccc.c.