#include <cmath>#include <ctime>#include <iostream>#include <limits>#include "Origen/Core/dc/TransitionMatrixP.h"#include "Origen/Core/io/LibraryIO.h"#include "Standard/Interface/Reporter.h"#include "Origen/Solver/cram/src/kernel_cram.hpp"Typedefs | |
| typedef std::vector< double > | Vec_Dbl |
| typedef std::vector< int > | Vec_Int |
Functions | |
| double | my_drand (long long int seed=-1LL) |
| 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) |
Typedef Documentation
| typedef std::vector<double> Vec_Dbl |
| typedef std::vector<int> Vec_Int |
Function Documentation
| void PrintErrorTable | ( | int | itot, |
| double * | n, | ||
| double * | n_ref | ||
| ) |
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 | ||
| ) |
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 | ||
| ) |
Referenced by TEST_F().

1.8.10