|
GRINS-0.6.0
|
#include "grins_config.h"#include <iostream>#include "grins/simulation.h"#include "grins/simulation_builder.h"#include "libmesh/parallel.h"#include "libmesh/exact_solution.h"
Go to the source code of this file.
Functions | |
| libMesh::Real | initial_values (const libMesh::Point &p, const libMesh::Parameters ¶ms, const std::string &system_name, const std::string &unknown_name) |
| int | run (int argc, char *argv[], const GetPot &input, GetPot &command_line) |
| void | test_error_norm (libMesh::ExactSolution &exact_sol, const std::string &system_name, const std::string &var, const std::string &norm, const double tol, int &return_flag) |
| int | main (int argc, char *argv[]) |
| libMesh::Real initial_values | ( | const libMesh::Point & | p, |
| const libMesh::Parameters & | params, | ||
| const std::string & | system_name, | ||
| const std::string & | unknown_name | ||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 51 of file axisym_reacting_low_mach_regression.C.
References run().
| int run | ( | int | argc, |
| char * | argv[], | ||
| const GetPot & | input, | ||
| GetPot & | command_line | ||
| ) |
Definition at line 129 of file axisym_reacting_low_mach_regression.C.
References initial_values(), and test_error_norm().
Referenced by main().
| void test_error_norm | ( | libMesh::ExactSolution & | exact_sol, |
| const std::string & | system_name, | ||
| const std::string & | var, | ||
| const std::string & | norm, | ||
| const double | tol, | ||
| int & | return_flag | ||
| ) |