NeoPZ
Variables
TPZStrMatrixGCTP.cpp File Reference

Contains the implementation of the TPZStructMatrixGCTP methods. More...

#include "TPZStrMatrixGCTP.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 <functional>
#include "pzlog.h"
#include "pz_pthread.h"
#include "run_stats_table.h"
#include "TPZRenumbering.h"
#include "TPZThreadPool.h"
Include dependency graph for TPZStrMatrixGCTP.cpp:

Go to the source code of this file.

Variables

RunStatsTable stat_ass_graph_gctp ("-ass_graph_gctp", "Run statistics table for the graph creation and coloring TPZStructMatrixGCTP.")
 
static RunStatsTable ass_stiff ("-ass_stiff", "Assemble Stiffness")
 
static RunStatsTable ass_rhs ("-ass_rhs", "Assemble Stiffness")
 

Detailed Description

Contains the implementation of the TPZStructMatrixGCTP methods.

Definition in file TPZStrMatrixGCTP.cpp.

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_gctp

RunStatsTable stat_ass_graph_gctp("-ass_graph_gctp", "Run statistics table for the graph creation and coloring TPZStructMatrixGCTP.")