ASCOT5
Loading...
Searching...
No Matches
biosaw.h
Go to the documentation of this file.
1
5#ifndef BIOSAW_H
6#define BIOSAW_H
7
8#include "ascot5.h"
9
10void biosaw_calc_B(int n, real* x, real* y, real* z,
11 int coil_n, real* coil_x, real* coil_y, real* coil_z,
12 real* Bx, real* By, real* Bz);
13
14#endif
Main header file for ASCOT5.
double real
Definition ascot5.h:85
void biosaw_calc_B(int n, real *x, real *y, real *z, int coil_n, real *coil_x, real *coil_y, real *coil_z, real *Bx, real *By, real *Bz)
Evaluate magnetic field due to a coil at given points.
Definition biosaw.c:27