NeoPZ
Functions | Variables
pzstrmatrixflowtbb.cpp File Reference

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"
Include dependency graph for pzstrmatrixflowtbb.cpp:

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")
 

Detailed Description

Contains the implementation of the TPZStructMatrixTBBFlow methods.

Definition in file pzstrmatrixflowtbb.cpp.

Function Documentation

◆ AssembleColor()

static void AssembleColor ( int  el,
TPZStack< int64_t > &  connectlist,
TPZVec< int > &  elContribute 
)
static

Definition at line 201 of file pzstrmatrixflowtbb.cpp.

References TPZVec< T >::NElements().

Referenced by TPZStructMatrixTBBFlow::Write().

◆ CanAssemble()

static bool CanAssemble ( TPZStack< int64_t > &  connectlist,
TPZVec< int > &  elContribute 
)
static

Definition at line 190 of file pzstrmatrixflowtbb.cpp.

References TPZVec< T >::NElements().

Referenced by TPZStructMatrixTBBFlow::Write().

◆ MinPassIndex()

static int MinPassIndex ( TPZStack< int64_t > &  connectlist,
TPZVec< int > &  elContribute,
TPZVec< int > &  passIndex 
)
static

Definition at line 239 of file pzstrmatrixflowtbb.cpp.

References TPZVec< T >::NElements().

Referenced by TPZStructMatrixTBBFlow::Write().

◆ RemoveEl()

static void RemoveEl ( int  el,
TPZCompMesh cmesh,
TPZVec< int > &  elContribute,
int  elSequence 
)
static

◆ WhoBlockedMe()

static int WhoBlockedMe ( TPZStack< int64_t > &  connectlist,
TPZVec< int > &  elContribute,
TPZVec< int > &  elSeqinv 
)
static

Definition at line 209 of file pzstrmatrixflowtbb.cpp.

References TPZVec< T >::NElements().

Referenced by TPZStructMatrixTBBFlow::Write().

Variable Documentation

◆ ass_rhs

RunStatsTable ass_rhs("-ass_rhs", "Assemble Stiffness")
static

◆ ass_stiff

RunStatsTable ass_stiff("-ass_stiff", "Assemble Stiffness")
static

◆ stat_ass_graph_tbb

RunStatsTable stat_ass_graph_tbb("-ass_graph_tbb", "Run statistics table for the graph creation, coloring and tbb::flow::graph TPZStructMatrixTBBFlow.")
static