Reads an externally evaluated solution on Master node. Physical meaning of read quantity depends on Dirichlet or Neumann BC. If dirneu = 1 External file "fname" contains the normal derivatives of primary, secondary and total field on the boundary. If dirneu = 2 External file "fname" contains the primary, secondary and total field on the boundary.
53 #define Rf1I12F "%d %Lf %Lf %Lf %Lf %Lf %Lf %Lf %Lf %Lf %Lf %Lf %Lf\n" 54 #define Pf1I12F "%d %+10.8LE %+10.8LE %+10.8LE %+10.8LE %+10.8LE %+10.8LE %+10.8LE %+10.8LE %+10.8LE %+10.8LE %+10.8LE %+10.8LE\n" 58 file = fopen(fname,
"r");
63 for(i=0;i<mpi_ncntr;i++){
int ncntr
Definition: structs.h:299
int nchief
Definition: structs.h:301
COMPLEX * sol
Definition: structs.h:607
int knw
Definition: structs.h:446
struct solution_struct * solution
Definition: globals.h:52
struct modsol_info * modsolinfo
Definition: globals.h:44
DOUBLE z
Definition: structs.h:35
double DOUBLE
Definition: types.h:44
DOUBLE x
Definition: structs.h:31
struct modgeom_info * modgeominfo
Definition: globals.h:38
DOUBLE y
Definition: structs.h:33