37 out <<
"Time_to_SubMesh\tTime_to_ComputeSystemofEq\tTime_to_ConvertGraph\tTime_to_AnalyseGraph\tTotal_time_to_IdentConerNodes\tTime_threadDohrmanAssembly" <<
38 "\tTime_to_Decompose_InnerNodesMatrix\tTime_for_Iterations\tNumEq\tNum_Eq_Coarse\tNumber_of_Elements\tNum_threads\tPoly_Order\tNumSub\tNum_of_Iterations\tElemnts_fnMultiply\tElements_fnPreCond\n";
48 std::cout << __PRETTY_FUNCTION__ <<
"Arquivo nao valido" << std::endl;
62 std::ifstream Toto (FileName.c_str());
63 bool shouldprintheader =
false;
68 if(!Toto) shouldprintheader =
true;
70 return shouldprintheader;
REAL ft4identcorner
Total Time for Identifying Corner Nodes = Convert Graph + AnalyseGraph.
Contains the TPZTimeTemp class which takes times.
REAL ft3analysegraph
Time for AnalyseGraph.
Contains definitions to LOGPZ_DEBUG, LOGPZ_INFO, LOGPZ_WARN, LOGPZ_ERROR and LOGPZ_FATAL, and the implementation of the inline InitializePZLOG(string) function using log4cxx library or not. It must to be called out of "#ifdef LOG4CXX" scope.
void ReadLine(std::istream &in)
Read one line of the file.
int fNumSub
Number of Substructures.
static void PrintHeader(std::ostream &out)
Print the header.
TPZTimeTemp tempo
External variable to TPZTimeTemp (to take time)
Templated vector implementation.
TPZStack< REAL > fPreCond
Time to PreCond for each iteration.
REAL ft2congraph
Time for Convert Graph.
int fNumberofElements
Number of elements in the mesh.
int fniter
Number of iterations.
int fnMultiply
Number of elements in fMultiply.
static bool NeedsHeader(std::string &FileName)
If the file does not exists, returns "true".
REAL ft6iter
Total Time for Iterations.
TPZTimeTemp()
Initialize the attributes.
Takes times. (Tomada de tempos). Utility.
void Push(const T object)
Pushes a copy of the object on the stack.
int fPolyOrder
Polynomial order.
TPZStack< REAL > fMultiply
Time to Multiply for each iteration.
REAL ft5dohrassembly
Time for ThreadDohrmanAssembly.
int fNumEq
Number of equations.
REAL ft0sub
Time for Substructuring Mesh.
int fnPreCond
Number of elements in fPreCond.
int fNumEqCoarse
Number of coarse equations.
REAL ft1comput
Time for Computing the system of equations for each substructure.
REAL ft55decompmatriznosinternos
Time to decompose the inner nodes matrix.
int fNumthreads
Number of Threads.
int64_t NElements() const
Returns the number of elements of the vector.
void PrintLine(std::ostream &out)
Append to the file a line with the informations.