NeoPZ
|
Contains the implementation of the TPZStructMatrixTBBFlow methods. More...
#include "pzstrmatrixflowtbb.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< int > &elContribute) |
static void | AssembleColor (int el, TPZStack< int64_t > &connectlist, TPZVec< int > &elContribute) |
static int | WhoBlockedMe (TPZStack< int64_t > &connectlist, TPZVec< int > &elContribute, TPZVec< int > &elSeqinv) |
static void | RemoveEl (int el, TPZCompMesh *cmesh, TPZVec< int > &elContribute, int elSequence) |
static int | MinPassIndex (TPZStack< int64_t > &connectlist, TPZVec< int > &elContribute, TPZVec< int > &passIndex) |
Variables | |
static RunStatsTable | stat_ass_graph_tbb ("-ass_graph_tbb", "Run statistics table for the graph creation, coloring and tbb::flow::graph TPZStructMatrixTBBFlow.") |
static RunStatsTable | ass_stiff ("-ass_stiff", "Assemble Stiffness") |
static RunStatsTable | ass_rhs ("-ass_rhs", "Assemble Stiffness") |
Contains the implementation of the TPZStructMatrixTBBFlow methods.
Definition in file pzstrmatrixflowtbb.cpp.
|
static |
Definition at line 201 of file pzstrmatrixflowtbb.cpp.
References TPZVec< T >::NElements().
Referenced by TPZStructMatrixTBBFlow::Write().
Definition at line 190 of file pzstrmatrixflowtbb.cpp.
References TPZVec< T >::NElements().
Referenced by TPZStructMatrixTBBFlow::Write().
|
static |
Definition at line 239 of file pzstrmatrixflowtbb.cpp.
References TPZVec< T >::NElements().
Referenced by TPZStructMatrixTBBFlow::Write().
|
static |
Definition at line 223 of file pzstrmatrixflowtbb.cpp.
References TPZCompEl::BuildConnectList(), DebugStop, TPZCompMesh::ElementVec(), and TPZVec< T >::NElements().
Referenced by TPZStructMatrixTBBFlow::Write().
|
static |
Definition at line 209 of file pzstrmatrixflowtbb.cpp.
References TPZVec< T >::NElements().
Referenced by TPZStructMatrixTBBFlow::Write().
|
static |
Referenced by TPZStructMatrixTBBFlow::Clone().
|
static |
Referenced by TPZStructMatrixTBBFlow::Clone().
|
static |