libMesh
|
Go to the source code of this file.
Functions | |
void | output_norms (const System &sys, const NumericVector< Number > &vec, const std::string &vecname) |
int | main (int argc, char **argv) |
Definition at line 52 of file meshnorm.C.
References libMesh::System::get_vector(), libMesh::TriangleWrapper::init(), mesh, libMesh::System::n_vectors(), libMesh::out, output_norms(), libMesh::BasicOStreamProxy< charT, traits >::precision(), libMesh::MeshBase::print_info(), libMesh::MeshBase::read(), libMesh::EquationSystems::READ_ADDITIONAL_DATA, libMesh::EquationSystems::READ_BASIC_ONLY, libMesh::EquationSystems::READ_DATA, libMesh::EquationSystems::READ_HEADER, libMesh::System::solution, and libMesh::System::vector_name().
void output_norms | ( | const System & | sys, |
const NumericVector< Number > & | vec, | ||
const std::string & | vecname | ||
) |
Definition at line 29 of file meshnorm.C.
References libMesh::System::calculate_norm(), libMesh::DISCRETE_L1, libMesh::DISCRETE_L2, libMesh::DISCRETE_L_INF, libMesh::H1, libMesh::H1_SEMINORM, libMesh::L1, libMesh::L2, libMesh::L_INF, libMesh::System::n_vars(), libMesh::System::name(), libMesh::out, libMesh::Real, and libMesh::System::variable_name().
Referenced by main().