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/vector_utils_decl.h"
#include "antioch/vexcl_utils_decl.h"
#include "antioch/antioch_asserts.h"
#include "antioch/chemical_species.h"
#include "antioch/chemical_mixture.h"
#include "antioch/reaction_set.h"
#include "antioch/read_reaction_set_data.h"
#include "antioch/cea_thermo.h"
#include "antioch/kinetics_evaluator.h"
#include "antioch/eigen_utils.h"
#include "antioch/metaphysicl_utils.h"
#include "antioch/valarray_utils.h"
#include "antioch/vector_utils.h"
#include "antioch/vexcl_utils.h"
#include <limits>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
template<typename PairScalars > | |
int | vectester (const std::string &input_name, const PairScalars &example, const std::string &testname) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 206 of file kinetics_vec_unit.C.
References antioch_error, and vectester().
int vectester | ( | const std::string & | input_name, |
const PairScalars & | example, | ||
const std::string & | testname | ||
) |
Definition at line 84 of file kinetics_vec_unit.C.
References Antioch::ChemicalMixture< CoeffType >::chemical_species(), Antioch::CEAThermodynamics< CoeffType >::h_RT_minus_s_R(), Antioch::max(), Antioch::ChemicalMixture< CoeffType >::molar_densities, and Antioch::ChemicalMixture< CoeffType >::R().
Referenced by main().