|
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) |
| 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 | ||
| ) |
Definition at line 122 of file 3d_low_mach_jacobians.C.
References GRINS::Constants::pi.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| int run | ( | int | argc, |
| char * | argv[], | ||
| const GetPot & | input | ||
| ) |
Definition at line 77 of file elastic_sheet_regression.C.
References GRINS::Simulation::run().
Referenced by main().