NeoPZ
Util Directory Reference
Directory dependency graph for Util:

Directories

directory  Hash
 

Files

file  checkconv.h [code]
 Contains the implementation of the CheckConvergence function.
 
file  doxutil.h [code]
 Creates util group for Doxygen documentation.
 
file  pzadmchunk.h [code]
 Declarates the TPZBlock<REAL>class which implements block matrices.
 
file  pzadmchunkthreadsafe.h [code]
 Free store vector implementation (thread safe).
 
file  pzaxestools.h [code]
 Contains declaration of the TPZAxesTools class which implements verifications over axes.
 
file  pzcheckconsistency.cpp [code]
 Contains the implementation of the TPZCheckConsistency methods.
 
file  pzcheckconsistency.h [code]
 
file  pzextractval.h [code]
 
file  pzfunction.cpp [code]
 Contains the implementation of the methods to TPZFunction class.
 
file  pzfunction.h [code]
 
file  pzgradient.cpp [code]
 
file  pzgradient.h [code]
 Contains the TPZGradient class which implements the methods to reconstruction gradient.
 
file  pzline.cpp [code]
 Contains the implementation of the methods to TPZLine and TPZFunction classes.
 
file  pzline.h [code]
 Contains declaration of the TPZLine class which implements a line.
 
file  pzlog.cpp [code]
 Contains the implementation of the InitializePZLOG() function.
 
file  pzlog.h [code]
 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.
 
file  pzmanvector.h [code]
 Free store vector implementation.
 
file  pzmanvectorgen.cpp [code]
 Creates a free store vector to integers, chars, REAL and TPZString from template TPZManVector.
 
file  pznuma.cpp [code]
 
file  pznuma.h [code]
 
file  pznumeric.cpp [code]
 Contains the implementation of the methods to TPZNumeric class.
 
file  pznumeric.h [code]
 Contains declaration of the TPZNumeric class which implements several methods to calculation.
 
file  pzpix.h [code]
 TPZPix is the iterator for the AVL binary tree class.
 
file  pzplane.cpp [code]
 Contains the implementation of the methods to TPZPlane class.
 
file  pzplane.h [code]
 Contains declaration of the TPZPlane class which implements a plane.
 
file  pzpolynomial.cpp [code]
 Contains the implementation of the methods to TPZPolynomial class.
 
file  pzpolynomial.h [code]
 Contains declaration of the TPZPolynomial class which implements a polynomial.
 
file  pzstack.h [code]
 A simple stack.
 
file  pzstackgen.cpp [code]
 Creates a stack vector to integers, REAL and chars.
 
file  pzstring.cpp [code]
 Contains the implementation of the methods to TPZString class.
 
file  pzstring.h [code]
 String implementation.
 
file  pzvec.h [code]
 Templated vector implementation.
 
file  pzvec_extras.h [code]
 Extra utilities for TPZVec. Implementations of the saxpy, sscal, sdot, intercept, max and min functions.
 
file  pzvecgen.cpp [code]
 Creates a vectors to integer, REAL, char and TPZString.
 
file  pzvecmesh.cpp [code]
 Creates a vectors of several geometric and computational entities for mesh.
 
file  TPZAssert.cpp [code]
 
file  TPZAssert.h [code]
 
file  tpzautopointer.cpp [code]
 Initialize the pthread_mutex_t gAutoPointerMutex.
 
file  tpzautopointer.h [code]
 Contains declaration of the TPZAutoPointer class which has Increment and Decrement actions are mutexed by this mutex.
 
file  TPZChunkVector.h [code]
 Free store vector implementation in chunks.
 
file  TPZFunctionTranslator.cpp [code]
 
file  TPZFunctionTranslator.h [code]
 
file  TPZHWTools.cpp [code]
 
file  TPZHWTools.h [code]
 
file  TPZLimitedPriorityQueue.h [code]
 
file  tpzpagemigrationmanager.cpp [code]
 
file  tpzpagemigrationmanager.h [code]
 Contains declaration of the TPZPageMigrationManager class which implements methods to migrate data in the NUMA architecture.
 
file  tpzpermutation.cpp [code]
 Contains the implementation of the methods to TPZPermutation class.
 
file  tpzpermutation.h [code]
 Contains declaration of the TPZPermutation class which generates all permutations of n values.
 
file  TPZPriorityQueue.h [code]
 
file  TPZSemaphore.cpp [code]
 Contains the implementation of the methods to TPZSemaphore class.
 
file  TPZSemaphore.h [code]
 Contains declaration of the TPZSemaphore class which implements semaphore to threads.
 
file  TPZThreadTools.cpp [code]
 
file  TPZThreadTools.h [code]
 
file  TPZTimer.cpp [code]
 Contains the implementation of the methods to TPZTimer class.
 
file  TPZTimer.h [code]
 Timing class. Absolutely copied from GNU time. Take a look at