libMesh
|
Go to the source code of this file.
Functions | |
std::string | numbered_filename (unsigned int t_step, unsigned int a_step, std::string solution_type, std::string type, std::string extension, FEMParameters ¶m) |
void | write_output (EquationSystems &es, unsigned int t_step, unsigned int a_step, std::string solution_type, FEMParameters ¶m) |
void | write_output_headers (FEMParameters ¶m) |
void | write_output_solvedata (EquationSystems &es, unsigned int a_step, unsigned int newton_steps, unsigned int krylov_steps, unsigned int tv_sec, unsigned int tv_usec) |
void | write_output_footers (FEMParameters ¶m) |
void | write_error (EquationSystems &es, ErrorVector &error, unsigned int t_number, unsigned int a_number, FEMParameters ¶m, std::string error_type) void write_error(EquationSystems & |
Variables | |
void ErrorVector unsigned | int |
std::string numbered_filename | ( | unsigned int | t_step, |
unsigned int | a_step, | ||
std::string | solution_type, | ||
std::string | type, | ||
std::string | extension, | ||
FEMParameters & | param | ||
) |
Definition at line 117 of file adjoints_ex3.C.
References FEMParameters::output_bz2, and FEMParameters::output_gz.
Referenced by write_output().
void write_error | ( | EquationSystems & | es, |
ErrorVector & | error, | ||
unsigned int | t_number, | ||
unsigned int | a_number, | ||
FEMParameters & | param, | ||
std::string | error_type | ||
) | & |
void write_output | ( | EquationSystems & | es, |
unsigned int | t_step, | ||
unsigned int | a_step, | ||
std::string | solution_type, | ||
FEMParameters & | param | ||
) |
Definition at line 149 of file adjoints_ex3.C.
References libMesh::EquationSystems::get_mesh(), mesh, numbered_filename(), FEMParameters::output_exodus, FEMParameters::output_gmv, FEMParameters::output_tecplot, FEMParameters::output_xda, FEMParameters::output_xdr, libMesh::MeshBase::renumber_nodes_and_elements(), libMesh::WRITE, libMesh::EquationSystems::write(), libMesh::MeshBase::write(), libMesh::EquationSystems::WRITE_ADDITIONAL_DATA, libMesh::EquationSystems::WRITE_DATA, libMesh::MeshOutput< MT >::write_equation_systems(), and libMesh::ExodusII_IO::write_timestep().
void write_output_footers | ( | FEMParameters & | param | ) |
Definition at line 309 of file adjoints_ex3.C.
References libMesh::global_processor_id(), libMesh::out, FEMParameters::run_simulation, FEMParameters::steadystate_tolerance, and FEMParameters::timesolver_tolerance.
void write_output_headers | ( | FEMParameters & | param | ) |
Definition at line 248 of file adjoints_ex3.C.
References libMesh::global_processor_id(), FEMParameters::initial_timestep, FEMParameters::run_simulation, start_output(), FEMParameters::steadystate_tolerance, and FEMParameters::timesolver_tolerance.
void write_output_solvedata | ( | EquationSystems & | es, |
unsigned int | a_step, | ||
unsigned int | newton_steps, | ||
unsigned int | krylov_steps, | ||
unsigned int | tv_sec, | ||
unsigned int | tv_usec | ||
) |
Definition at line 271 of file adjoints_ex3.C.
References libMesh::EquationSystems::get_mesh(), mesh, libMesh::EquationSystems::n_active_dofs(), libMesh::MeshBase::n_active_elem(), libMesh::out, and libMesh::ParallelObject::processor_id().
void ErrorVector unsigned unsigned int |
Definition at line 360 of file adjoints_ex3.C.
Referenced by GETPOT_NAMESPACE::GetPot::_DBE_expand(), GETPOT_NAMESPACE::GetPot::_DBE_get_expr_list(), BdyFunction::clone(), libMesh::DofMap::dof_indices(), libMesh::MeshRefinement::eliminate_unrefined_patches(), main(), libMesh::DofMap::old_dof_indices(), libMesh::MeshTools::Generation::Private::GaussLobattoRedistributionFunction::operator()(), libMesh::GenericProjector< FFunctor, GFunctor, FValue, ProjectionAction >::ProjectVertices::operator()(), libMesh::OrderWrapper::operator+=(), libMesh::OrderWrapper::operator-=(), libMesh::ExodusII_IO::read(), libMesh::DofMap::reinit(), RationalMapTest< elem_type >::testContainsPoint(), EquationSystemsTest::testDisableDefaultGhosting(), CouplingMatrixTest::testIteratorAPI(), MeshInputTest::testVTKPreserveElemIds(), MeshInputTest::testVTKPreserveSubdomainIds(), and Biharmonic::viewParameters().