NeoPZ
|
Contains the implementation of the TPZStructMatrixOT methods. More...
#include "pzstrmatrixot.h"
#include "pzvec.h"
#include "pzfmatrix.h"
#include "pzmanvector.h"
#include "pzadmchunk.h"
#include "pzcmesh.h"
#include "pzgmesh.h"
#include "pzelmat.h"
#include "pzcompel.h"
#include "pzintel.h"
#include "pzsubcmesh.h"
#include "pzanalysis.h"
#include "pzsfulmat.h"
#include "pzgnode.h"
#include "TPZTimer.h"
#include "TPZThreadTools.h"
#include "pzcheckconsistency.h"
#include "TPZMaterial.h"
#include "pzlog.h"
#include "pz_pthread.h"
#include "run_stats_table.h"
Go to the source code of this file.
Functions | |
static void | AssembleColor (int64_t el, TPZStack< int64_t > &connectlist, TPZVec< int64_t > &elContribute) |
static int64_t | WhoBlockedMe (TPZStack< int64_t > &connectlist, TPZVec< int64_t > &elContribute, TPZVec< int64_t > &elSequenceColorInv) |
static int64_t | MinPassIndex (TPZStack< int64_t > &connectlist, TPZVec< int64_t > &elContribute, TPZVec< int64_t > &passIndex) |
Variables | |
RunStatsTable | stat_ass_graph_ot ("-ass_graph_ot", "Run statistics table for the graph creation and coloring TPZStructMatrixOT.") |
static RunStatsTable | ass_stiff ("-ass_stiff", "Assemble Stiffness") |
static RunStatsTable | ass_rhs ("-ass_rhs", "Assemble Stiffness") |
Contains the implementation of the TPZStructMatrixOT methods.
Definition in file pzstrmatrixot.cpp.
|
static |
Definition at line 1324 of file pzstrmatrixot.cpp.
Referenced by TPZStructMatrixOT::ElementColoring().
|
static |
Definition at line 1358 of file pzstrmatrixot.cpp.
References TPZVec< T >::NElements().
Referenced by TPZStructMatrixOT::ElementColoring().
|
static |
Definition at line 1330 of file pzstrmatrixot.cpp.
Referenced by TPZStructMatrixOT::ElementColoring().
|
static |
Referenced by TPZStructMatrixOT::Clone().
|
static |
Referenced by TPZStructMatrixOT::Clone().
RunStatsTable stat_ass_graph_ot("-ass_graph_ot", "Run statistics table for the graph creation and coloring TPZStructMatrixOT.") |
Referenced by TPZStructMatrixOT::Serial_Assemble(), and TPZStructMatrixOT::TPZStructMatrixOT().