MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "Mesquite.hpp"
#include "MsqDebug.hpp"
#include <vector>
#include <utility>
#include <string>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | MBMesquite::Timer |
class | MBMesquite::StopWatch |
class | MBMesquite::StopWatchCollection |
class | MBMesquite::FunctionTimer |
Namespaces | |
namespace | MBMesquite |
Implements the NonSmoothDescent class member functions. | |
Defines | |
#define | MSQ_FUNCTION_TIMER(NAME) |
Functions | |
MESQUITE_EXPORT std::ostream & | MBMesquite::operator<< (std::ostream &, StopWatchCollection &coll) |
MESQUITE_EXPORT void | MBMesquite::print_timing_diagnostics (int debugflag) |
MESQUITE_EXPORT void | MBMesquite::print_timing_diagnostics (std::ostream &stream) |
Variables | |
MBMesquite::StopWatchCollection | MBMesquite::GlobalStopWatches |
#define MSQ_FUNCTION_TIMER | ( | NAME | ) |
Definition at line 230 of file MsqTimer.hpp.
Referenced by MBMesquite::MsqHessian::cg_solver(), MBMesquite::PatchData::generate_vertex_to_element_data(), MBMesquite::MsqHessian::initialize(), MBMesquite::NonSmoothDescent::minmax_opt(), MBMesquite::ConjugateGradient::optimize_vertex_positions(), MBMesquite::SteepestDescent::optimize_vertex_positions(), MBMesquite::FeasibleNewton::optimize_vertex_positions(), MBMesquite::NonSmoothDescent::optimize_vertex_positions(), and MBMesquite::NonGradient::optimize_vertex_positions().