You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
388 B
16 lines
388 B
#include "mesh3d.h"
|
|
#include "float_regcvtr.h"
|
|
#include "fftw3.h"
|
|
|
|
extern double unitConv;
|
|
|
|
extern tri3d **groupTriArray;
|
|
extern regcvtr *groupRegJ;
|
|
extern regcvtr *groupRegM;
|
|
extern fftwf_complex *field;
|
|
extern fftwf_complex *out;
|
|
extern fftwf_complex *workspace;
|
|
extern fftwf_complex *tmp_x;
|
|
extern fftwf_complex *tmp_y;
|
|
extern fftwf_complex *tmp_z;
|
|
extern cVtr *Epart;
|
|
|