|
antioch-0.4.0
|
#include <limits>#include <string>#include <iostream>#include <iomanip>#include <fstream>#include "antioch/vector_utils_decl.h"#include "antioch/sigma_bin_converter.h"#include "antioch/antioch_asserts.h"#include "antioch/physical_constants.h"#include "antioch/vector_utils.h"Go to the source code of this file.
Functions | |
| template<typename VectorScalar > | |
| void | make_custom (unsigned int choice, VectorScalar &x, VectorScalar &y) |
| template<typename VectorScalar > | |
| void | make_reference (VectorScalar &x, VectorScalar &y) |
| template<typename Scalar > | |
| int | tester () |
| int | main () |
| int main | ( | ) |
Definition at line 188 of file sigma_bin_converter_unit.C.
| void make_custom | ( | unsigned int | choice, |
| VectorScalar & | x, | ||
| VectorScalar & | y | ||
| ) |
| void make_reference | ( | VectorScalar & | x, |
| VectorScalar & | y | ||
| ) |
Definition at line 117 of file sigma_bin_converter_unit.C.
Referenced by tester().
| int tester | ( | ) |
Definition at line 140 of file sigma_bin_converter_unit.C.
References make_custom(), make_reference(), and Antioch::SigmaBinConverter< VectorCoeffType >::y_on_custom_grid().