![]() |
NeoPZ
|
#include "pzshapelinear.h"#include "pzgengrid.h"#include "TPZExtendGridDimension.h"#include "TPZVTKGeoMesh.h"#include "pzbstrmatrix.h"#include "pzintel.h"#include "pzcompel.h"#include "pzcheckmesh.h"#include "TPZMaterial.h"#include "pzbndcond.h"#include "pzelasmat.h"#include "pzpoisson3d.h"#include "pzanalysis.h"#include "pzstepsolver.h"#include "CedricTest.h"#include "TPZRefPatternTools.h"#include "TPZParSkylineStructMatrix.h"#include "TPZParFrontStructMatrix.h"#include "pzelementgroup.h"#include "pzcondensedcompel.h"#include "arglib.h"#include <stdio.h>#include "pzlog.h"#include "pzgeoelbc.h"Go to the source code of this file.
Classes | |
| class | ForceFunction |
Macros | |
| #define | DEFORM |
| #define | CONDENSE |
Functions | |
| void | UniformRefinement (const int nDiv, TPZGeoMesh *gmesh, const int dim, bool allmaterial=false, const int matidtodivided=1) |
Variables | |
| clarg::argInt | nthreads ("-nt", "Number of threads.", 8) |
| static int | pyramid [2][5] |
| static int | tetraedra [2][4] |
| static int | tetraedra_2 [6][4] |
| #define CONDENSE |
Definition at line 242 of file CedricTest.cpp.
| #define DEFORM |
Initialiazing file for Log4CXX for this project
Definition at line 42 of file CedricTest.cpp.
| void UniformRefinement | ( | const int | nDiv, |
| TPZGeoMesh * | gmesh, | ||
| const int | dim, | ||
| bool | allmaterial = false, |
||
| const int | matidtodivided = 1 |
||
| ) |
Definition at line 74 of file main.cpp.
References TPZGeoMesh::BuildConnectivity(), DebugStop, TPZGeoEl::Dimension(), TPZGeoEl::Divide(), TPZGeoMesh::ElementVec(), fabs, TPZGeoEl::HasSubElement(), IsZero(), TPZGeoEl::MaterialId(), TPZGeoMesh::NElements(), TPZGeoEl::NSubElements(), TPZGeoMesh::ResetConnectivities(), and TPZGeoEl::Volume().
Referenced by TCedricTest::TetrahedralMesh(), TCedricTest::TetrahedralMeshUsingRefinement(), and usage().
| clarg::argInt nthreads("-nt", "Number of threads.", 8) |
Referenced by TCedricTest::Run().
|
static |
Definition at line 420 of file CedricTest.cpp.
|
static |
Definition at line 425 of file CedricTest.cpp.
|
static |
Definition at line 430 of file CedricTest.cpp.
1.8.13