tstCRAMcommons.cpp File Reference
#include "tstCRAMcommons.hpp"
#include <cmath>

Functions

double my_drand (long long int seed)
 
void PrintErrorTable (int itot, double *n, double *n_ref)
 
void WriteBlessedResults (double *n, double *n0, double **source_term, int source_order, double delta_t, int itot, int non, int *non0, int *kd, double *diag, double *a, int *loc, int zero_flux_step, int is_adjoint, int cram_order, int internal_steps, int *ZAI, const char *filepath, const char *comment)
 
void ReadBlessedResults (Vec_Dbl *n, Vec_Dbl *n0, double ***source_term, int *source_order, double *delta_t, int *itot, int *non, Vec_Int *non0, Vec_Int *kd, Vec_Dbl *diag, Vec_Dbl *a, Vec_Int *loc, int *zero_flux_step, int *is_adjoint, int *cram_order, int *internal_steps, Vec_Int *ZAI, const char *filepath)
 

Function Documentation

double my_drand ( long long int  seed)
Examples:
tstCRAM.cpp, and tstCRAMcommons.cpp.

Referenced by TEST(), and TEST_F().

void PrintErrorTable ( int  itot,
double *  n,
double *  n_ref 
)
Examples:
tstCRAM.cpp, and tstCRAMcommons.cpp.

Referenced by TEST_F().

void WriteBlessedResults ( double *  n,
double *  n0,
double **  source_term,
int  source_order,
double  delta_t,
int  itot,
int  non,
int *  non0,
int *  kd,
double *  diag,
double *  a,
int *  loc,
int  zero_flux_step,
int  is_adjoint,
int  cram_order,
int  internal_steps,
int *  ZAI,
const char *  filepath,
const char *  comment 
)
Examples:
tstCRAM.cpp, and tstCRAMcommons.cpp.

Referenced by TEST_F().

void ReadBlessedResults ( Vec_Dbl n,
Vec_Dbl n0,
double ***  source_term,
int *  source_order,
double *  delta_t,
int *  itot,
int *  non,
Vec_Int non0,
Vec_Int kd,
Vec_Dbl diag,
Vec_Dbl a,
Vec_Int loc,
int *  zero_flux_step,
int *  is_adjoint,
int *  cram_order,
int *  internal_steps,
Vec_Int ZAI,
const char *  filepath 
)
Examples:
tstCRAM.cpp, and tstCRAMcommons.cpp.

Referenced by TEST_F().