| libMesh
    | 
Go to the source code of this file.
| Functions | |
| void | setup (EquationSystems &systems, Mesh &mesh, GetPot &args) | 
| void | run_timestepping (EquationSystems &systems, GetPot &args) | 
| int | main (int argc, char **argv) | 
Definition at line 157 of file fem_system_ex2.C.
References libMesh::default_solver_package(), dim, libMesh::TriangleWrapper::init(), libMesh::INVALID_SOLVER_PACKAGE, mesh, libMesh::n_threads(), libMesh::out, run_timestepping(), setup(), and libMesh::TRILINOS_SOLVERS.
| void run_timestepping | ( | EquationSystems & | systems, | 
| GetPot & | args | ||
| ) | 
Definition at line 93 of file fem_system_ex2.C.
References libMesh::NumericVector< T >::close(), libMesh::EquationSystems::get_mesh(), libMesh::EquationSystems::get_system(), libMesh::TransientSystem< Base >::old_local_solution, libMesh::TransientSystem< Base >::older_local_solution, libMesh::out, libMesh::EquationSystems::parameters, libMesh::Real, libMesh::EquationSystems::reinit(), and libMesh::Parameters::set().
Referenced by main().
| void setup | ( | EquationSystems & | systems, | 
| Mesh & | mesh, | ||
| GetPot & | args | ||
| ) | 
Definition at line 49 of file fem_system_ex2.C.
References libMesh::EquationSystems::add_system(), SolidSystem::args, libMesh::MeshTools::Generation::build_cube(), libMesh::System::current_local_solution, dim, libMesh::EquationSystems::init(), libMesh::libmesh_assert(), mesh, libMesh::MeshBase::mesh_dimension(), libMesh::EquationSystems::parameters, libMesh::MeshBase::print_info(), SolidSystem::save_initial_mesh(), libMesh::Parameters::set(), and libMesh::System::solution.
Referenced by main().
 1.8.14
 1.8.14