antioch-0.4.0
|
#include "antioch_config.h"
#include <valarray>
#include "Eigen/Dense"
#include "metaphysicl/numberarray.h"
#include "vexcl/vexcl.hpp"
#include "antioch/eigen_utils_decl.h"
#include "antioch/metaphysicl_utils_decl.h"
#include "antioch/valarray_utils_decl.h"
#include "antioch/vexcl_utils_decl.h"
#include "antioch/stat_mech_thermo.h"
#include "antioch/chemical_mixture.h"
#include "antioch/kinetics_theory_thermal_conductivity.h"
#include "antioch/eigen_utils.h"
#include "antioch/metaphysicl_utils.h"
#include "antioch/valarray_utils.h"
#include "antioch/vexcl_utils.h"
#include <cmath>
#include <limits>
Go to the source code of this file.
Functions | |
template<typename Scalar , typename Element > | |
int | test_k (const Element &k, const Scalar &k_exact, const Scalar &tol) |
template<typename PairScalars > | |
int | vectester (const PairScalars &example, const std::string &testname) |
int | main () |
int main | ( | ) |
Definition at line 160 of file kinetics_theory_thermal_conductivity_vec_unit.C.
References vectester().
int test_k | ( | const Element & | k, |
const Scalar & | k_exact, | ||
const Scalar & | tol | ||
) |
Definition at line 71 of file kinetics_theory_thermal_conductivity_vec_unit.C.
Referenced by vectester().
int vectester | ( | const PairScalars & | example, |
const std::string & | testname | ||
) |
Definition at line 94 of file kinetics_theory_thermal_conductivity_vec_unit.C.
References test_k().
Referenced by main().