OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Initializes the variable VERBOSE, in order to get a few intermediate messages on screen: beginning and end of every time step, assembly of every element, assembly of every node's load vector. More...
Go to the source code of this file.
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
#define | VERBOSE |
#define | VERBOSE_PRINTS(str, str1) OOFEM_LOG_INFO("%-30s %6s\n", str, str1); |
#define | VERBOSE_PRINT0(str, number) OOFEM_LOG_DEBUG("%-30s %6d\n", str, number); |
#define | TIME_REPORT |
#define | TIME_REPORT |
Initializes the variable VERBOSE, in order to get a few intermediate messages on screen: beginning and end of every time step, assembly of every element, assembly of every node's load vector.
Initializes the variable DETAILED_REPORT, in order to get a very detailed messages on screen.
Initializes the variable TIME_REPORT, in order to get a detailed time summary of solution (assembly time, factorization time, time per solution step, etc.).
Definition in file verbose.h.
#define VERBOSE_PRINT0 | ( | str, | |
number | |||
) | OOFEM_LOG_DEBUG("%-30s %6d\n", str, number); |
Definition at line 56 of file verbose.h.
Referenced by oofem::DelaunayTriangulator::generateMesh(), oofem::ModuleManager< InitModule >::instanciateYourself(), oofem::Domain::instanciateYourself(), oofem::LinearStability::terminateLinStatic(), oofem::NonStationaryTransportProblem::updateYourself(), and oofem::EngngModel::updateYourself().
#define VERBOSE_PRINTS | ( | str, | |
str1 | |||
) | OOFEM_LOG_INFO("%-30s %6s\n", str, str1); |
Definition at line 55 of file verbose.h.
Referenced by oofem::StaggeredProblem::checkProblemConsistency(), oofem::EngngModel::checkProblemConsistency(), and oofem::PFEM::preInitializeNextStep().