NeoPZ
Functions | Variables
main.cpp File Reference

Projeto elaborado para avaliar o desempenho paralelo da matriz frontal. More...

#include "arglib.h"
#include "run_stats_table.h"
#include "CedricTest.h"
#include "TPZRefPatternTools.h"
#include "pzcompel.h"
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

void usage (char *prg)
 
void UniformRefinement (const int nDiv, TPZGeoMesh *gmesh, const int dim, bool allmaterial=false, const int matidtodivided=1)
 
int main (int argc, char **argv)
 

Variables

clarg::argInt nsub ("-nsub", "number of substructures", 15)
 
clarg::argInt porder ("-p", "porder", 2)
 
clarg::argInt gcase ("-g", "gcase", 1)
 
clarg::argBool help ("-h", "help message", false)
 
RunStatsTable cedric_rst ("-ced_rdt", "TCedric::Run statistics raw data table.")
 

Detailed Description

Projeto elaborado para avaliar o desempenho paralelo da matriz frontal.

Definition in file main.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ UniformRefinement()

void UniformRefinement ( const int  nDiv,
TPZGeoMesh gmesh,
const int  dim,
bool  allmaterial = false,
const int  matidtodivided = 1 
)

◆ usage()

void usage ( char *  prg)

Definition at line 19 of file main.cpp.

References clarg::arguments_descriptions(), cedric_rst, and UniformRefinement().

Referenced by main().

Variable Documentation

◆ cedric_rst

RunStatsTable cedric_rst("-ced_rdt", "TCedric::Run statistics raw data table.")

Referenced by usage().

◆ gcase

clarg::argInt gcase("-g", "gcase", 1)

Referenced by main().

◆ help

clarg::argBool help("-h", "help message", false)

◆ nsub

clarg::argInt nsub("-nsub", "number of substructures", 15)

Referenced by main().

◆ porder

clarg::argInt porder("-p", "porder", 2)

Referenced by main().