NeoPZ
Functions | Variables
pzstrmatrixot.cpp File Reference

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

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

Detailed Description

Contains the implementation of the TPZStructMatrixOT methods.

Definition in file pzstrmatrixot.cpp.

Function Documentation

◆ AssembleColor()

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

Definition at line 1324 of file pzstrmatrixot.cpp.

Referenced by TPZStructMatrixOT::ElementColoring().

◆ MinPassIndex()

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

Definition at line 1358 of file pzstrmatrixot.cpp.

References TPZVec< T >::NElements().

Referenced by TPZStructMatrixOT::ElementColoring().

◆ WhoBlockedMe()

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

Definition at line 1330 of file pzstrmatrixot.cpp.

Referenced by TPZStructMatrixOT::ElementColoring().

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_ot

RunStatsTable stat_ass_graph_ot("-ass_graph_ot", "Run statistics table for the graph creation and coloring TPZStructMatrixOT.")