NeoPZ
|
Contains the implementation of the TPZStructMatrixGC methods. More...
#include "pzstrmatrixgc.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 bool | CanAssemble (TPZStack< int64_t > &connectlist, TPZVec< int64_t > &elContribute) |
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 > &elSeqinv) |
static void | RemoveEl (int64_t el, TPZCompMesh *cmesh, TPZVec< int64_t > &elContribute, int64_t elSequence) |
static int | MinPassIndex (TPZStack< int64_t > &connectlist, TPZVec< int64_t > &elContribute, TPZVec< int64_t > &passIndex) |
Variables | |
RunStatsTable | stat_ass_graph ("-ass_graph", "Run statistics table for the graph creation and coloring TPZStructMatrixGC.") |
static RunStatsTable | ass_stiff ("-ass_stiff", "Assemble Stiffness") |
static RunStatsTable | ass_rhs ("-ass_rhs", "Assemble Stiffness") |
Contains the implementation of the TPZStructMatrixGC methods.
Definition in file pzstrmatrixgc.cpp.
|
static |
Definition at line 914 of file pzstrmatrixgc.cpp.
References TPZVec< T >::NElements().
Referenced by TPZStructMatrixGC::ElementColoring().
|
static |
Definition at line 905 of file pzstrmatrixgc.cpp.
References TPZVec< T >::NElements().
Referenced by TPZStructMatrixGC::ElementColoring().
|
static |
Definition at line 946 of file pzstrmatrixgc.cpp.
References TPZVec< T >::NElements().
Referenced by TPZStructMatrixGC::ElementColoring().
|
static |
Definition at line 932 of file pzstrmatrixgc.cpp.
References TPZCompEl::BuildConnectList(), DebugStop, TPZCompMesh::ElementVec(), and TPZVec< T >::NElements().
Referenced by TPZStructMatrixGC::ElementColoring().
|
static |
Definition at line 920 of file pzstrmatrixgc.cpp.
References TPZVec< T >::NElements().
Referenced by TPZStructMatrixGC::ElementColoring().
|
static |
Referenced by TPZStructMatrixGC::Clone().
|
static |
Referenced by TPZStructMatrixGC::Clone().
RunStatsTable stat_ass_graph("-ass_graph", "Run statistics table for the graph creation and coloring TPZStructMatrixGC.") |
Referenced by TPZStructMatrixGC::TPZStructMatrixGC().