|
libMesh
|
Go to the source code of this file.
Functions | |
| void | create_random_point_cloud (const unsigned int Npts, std::vector< Point > &pts, const Real max_range=10) |
| Real | exact_solution_u (const Point &p) |
| Real | exact_solution_v (const Point &p) |
| Number | exact_value (const Point &p, const Parameters &, const std::string &, const std::string &) |
| void | init_sys (EquationSystems &es, const std::string &system_name) |
| int | main (int argc, char **argv) |
| void create_random_point_cloud | ( | const unsigned int | Npts, |
| std::vector< Point > & | pts, | ||
| const Real | max_range = 10 |
||
| ) |
Definition at line 47 of file miscellaneous_ex8.C.
References libMesh::out, and libMesh::Real.
Referenced by main().
| Real exact_solution_u | ( | const Point & | p | ) |
| Real exact_solution_v | ( | const Point & | p | ) |
Definition at line 79 of file miscellaneous_ex8.C.
References libMesh::Real.
Referenced by exact_value(), and main().
| Number exact_value | ( | const Point & | p, |
| const Parameters & | , | ||
| const std::string & | , | ||
| const std::string & | |||
| ) |
Definition at line 91 of file miscellaneous_ex8.C.
References exact_solution_v().
Referenced by init_sys().
| void init_sys | ( | EquationSystems & | es, |
| const std::string & | system_name | ||
| ) |
Definition at line 103 of file miscellaneous_ex8.C.
References exact_value(), libMesh::EquationSystems::get_system(), libMesh::EquationSystems::parameters, and libMesh::System::project_solution().
Referenced by main().
Definition at line 116 of file miscellaneous_ex8.C.
References libMesh::EquationSystems::add_system(), libMesh::System::add_variable(), libMesh::System::attach_init_function(), create_random_point_cloud(), libMesh::System::current_solution(), exact_solution_u(), exact_solution_v(), libMesh::FIRST, libMesh::TriangleWrapper::init(), libMesh::EquationSystems::init(), init_sys(), libMesh::out, libMesh::UnstructuredMesh::read(), libMesh::MeshfreeInterpolation::set_field_variables(), and libMesh::MeshOutput< MT >::write_equation_systems().
1.8.16