libMesh
|
Go to the source code of this file.
Functions | |
void | assemble_graddiv (EquationSystems &es, const std::string &system_name) |
int | main (int argc, char **argv) |
void | assemble_graddiv (EquationSystems &es, const std::string &libmesh_dbg_var(system_name)) |
void assemble_graddiv | ( | EquationSystems & | es, |
const std::string & | system_name | ||
) |
Referenced by main().
void assemble_graddiv | ( | EquationSystems & | es, |
const std::string & | libmesh_dbg_varsystem_name | ||
) |
Definition at line 231 of file vector_fe_ex10.C.
References libMesh::SparseMatrix< T >::add_matrix(), libMesh::NumericVector< T >::add_vector(), libMesh::FEGenericBase< OutputType >::build(), libMesh::FEType::default_quadrature_order(), dim, GradDivExactSolution::forcing(), libMesh::System::get_dof_map(), libMesh::EquationSystems::get_mesh(), libMesh::EquationSystems::get_system(), libMesh::ImplicitSystem::get_system_matrix(), mesh, libMesh::MeshBase::mesh_dimension(), libMesh::Real, libMesh::DenseVector< T >::resize(), libMesh::DenseMatrix< T >::resize(), libMesh::ExplicitSystem::rhs, and libMesh::System::variable_number().
Definition at line 83 of file vector_fe_ex10.C.
References libMesh::EquationSystems::add_system(), libMesh::System::add_variable(), assemble_graddiv(), libMesh::System::attach_assemble_function(), libMesh::ExactSolution::attach_exact_derivs(), libMesh::ExactSolution::attach_exact_values(), libMesh::MeshTools::Generation::build_cube(), libMesh::MeshTools::Generation::build_square(), libMesh::ExactSolution::compute_error(), libMesh::default_solver_package(), libMesh::ExactSolution::error_norm(), libMesh::ExactSolution::extra_quadrature_order(), libMesh::FIFTH, libMesh::FIRST, libMesh::ExactSolution::hdiv_error(), libMesh::HDIV_SEMINORM, libMesh::TriangleWrapper::init(), libMesh::EquationSystems::init(), libMesh::INVALID_SOLVER_PACKAGE, libMesh::ExactSolution::l2_error(), mesh, libMesh::out, libMesh::MeshTools::Modification::permute_elements(), libMesh::EquationSystems::print_info(), libMesh::MeshBase::print_info(), libMesh::RAVIART_THOMAS, libMesh::Real, GradDivExactSolution::RM(), libMesh::MeshTools::Modification::rotate(), libMesh::LinearImplicitSystem::solve(), and libMesh::ExodusII_IO::write_equation_systems().