#include "ephi.hpp"
#include "polywell_conf.hpp"
Include dependency graph for coildata.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | CoilGen |
struct | coilgen_header |
struct | coilgen_blob_header |
struct | coilgen_bmap |
struct | coilgen_bmapemap |
struct | coilgen_cubic_bmap |
struct | coilgen_cubic_bmapemap |
class | CoilData |
class | CoilDataFactory< IC > |
Defines | |
#define | COILGEN_HEADER_SIZE 128 |
#define | COILGEN_MAGIC "cGe1" |
#define | COILGEN_BUFFER 4 |
#define | COILGEN_QMOD 1e-6 |
#define | prec2coilprec(v) (v) |
Typedefs | |
typedef float | coilprec_t |
#define COILGEN_BUFFER 4 |
Definition at line 28 of file coildata.hpp.
#define COILGEN_HEADER_SIZE 128 |
Definition at line 26 of file coildata.hpp.
#define COILGEN_MAGIC "cGe1" |
Definition at line 27 of file coildata.hpp.
#define COILGEN_QMOD 1e-6 |
Definition at line 29 of file coildata.hpp.
#define prec2coilprec | ( | v | ) | (v) |
Definition at line 126 of file coildata.hpp.
typedef float coilprec_t |
Definition at line 122 of file coildata.hpp.