libMesh
|
Go to the source code of this file.
Functions | |
void | set_initial_condition (EquationSystems &es, const std::string &system_name) |
Number | initial_condition (const Point &p, const Parameters ¶meters, const std::string &, const std::string &) |
int | main (int argc, char **argv) |
Number initial_condition | ( | const Point & | p, |
const Parameters & | parameters, | ||
const std::string & | , | ||
const std::string & | |||
) |
Definition at line 138 of file transient_ex3.C.
References libMesh::Utility::pow(), and libMesh::Real.
Referenced by set_initial_condition().
Definition at line 66 of file transient_ex3.C.
References libMesh::EquationSystems::add_system(), libMesh::ClawSystem::assemble_all_matrices(), libMesh::System::attach_init_function(), libMesh::MeshTools::Generation::build_square(), libMesh::default_solver_package(), libMesh::TriangleWrapper::init(), libMesh::EquationSystems::init(), libMesh::INVALID_SOLVER_PACKAGE, mesh, libMesh::MeshTools::n_elem(), libMesh::AdvectionSystem::print_info(), libMesh::EquationSystems::print_info(), libMesh::MeshBase::print_info(), libMesh::AdvectionSystem::process_parameters_file(), libMesh::QUAD9, set_initial_condition(), libMesh::ClawSystem::solve_conservation_law(), and libMesh::ExodusII_IO::write_equation_systems().
void set_initial_condition | ( | EquationSystems & | es, |
const std::string & | system_name | ||
) |
Definition at line 129 of file transient_ex3.C.
References libMesh::EquationSystems::get_system(), initial_condition(), libMesh::EquationSystems::parameters, and libMesh::System::project_solution().
Referenced by main().