NeoPZ
|
Contains the implementation of the TPZSubCompMesh methods. More...
#include "pzsubcmesh.h"
#include "pzgmesh.h"
#include "pzcompel.h"
#include "TPZInterfaceEl.h"
#include "TPZMultiphysicsInterfaceEl.h"
#include "pzcmesh.h"
#include "pzelmat.h"
#include "pznonlinanalysis.h"
#include "pzskylmat.h"
#include "pzsolve.h"
#include "pzstepsolver.h"
#include "pzskylstrmatrix.h"
#include "TPZParSkylineStructMatrix.h"
#include "pzfstrmatrix.h"
#include "TPZFrontStructMatrix.h"
#include "TPZParFrontStructMatrix.h"
#include "pzsmfrontalanal.h"
#include "pzsmanal.h"
#include "pzbndcond.h"
#include "pzvisualmatrix.h"
#include "pzcondensedcompel.h"
#include "pzelementgroup.h"
#include <stdio.h>
#include <sstream>
#include <iterator>
#include "pzlog.h"
Go to the source code of this file.
Functions | |
static void | Forcing (const TPZVec< REAL > &x, TPZVec< STATE > &disp) |
Defining function force (external to material) . More... | |
static void | GatherDependency (TPZCompMesh &cmesh, TPZConnect &start, std::set< int64_t > &dependency) |
Variables | |
const int64_t | numel |
Number of elements to test. More... | |
static REAL | angle |
Angle in radians to test. More... | |
Contains the implementation of the TPZSubCompMesh methods.
Definition in file pzsubcmesh.cpp.
Defining function force (external to material) .
Definition at line 57 of file pzsubcmesh.cpp.
Referenced by TPZSubCompMesh::main().
|
static |
Definition at line 576 of file pzsubcmesh.cpp.
References TPZCompMesh::ConnectVec(), TPZConnect::TPZDepend::fDepConnectIndex, TPZConnect::FirstDepend(), TPZConnect::TPZDepend::fNext, and TPZConnect::HasDependency().
Referenced by TPZSubCompMesh::MakeAllInternal().
|
static |
Angle in radians to test.
Definition at line 53 of file pzsubcmesh.cpp.
Referenced by pzgeom::TPZEllipse3D::AdjustNodesCoordinates(), pzgeom::TPZEllipse3D::ComputeAngle(), TPZTensor< STATE >::DirectEigenValues(), pzgeom::TPZEllipse3D::GradX(), hdivCurvedJCompAppMath::MakeSphereFromQuadrilateral(), TPZMat2dLin::SetMaterial(), TPZElasticityMaterial::Solution(), TPZMixedElasticityMaterial::Solution(), and pzgeom::TPZEllipse3D::X().
const int64_t numel |
Number of elements to test.
Definition at line 47 of file pzsubcmesh.cpp.
Referenced by TPZFrontStructMatrix< front >::Assemble(), TPZBlockDiagonalStructMatrix::AssembleBlockDiagonal(), TPZFrontStructMatrix< front >::AssembleNew(), TPZAnalysis::DefineElementTable(), TPZGeoMesh::ElementIndex(), TPZAnalysisError::EvaluateError(), TPZSubCompMesh::main(), TPZMGAnalysis::MeshError(), TPZSpMatrix< TVar >::MultAdd(), TPZGraphMesh::NElements(), TPZGeoMesh::NodeIndex(), TPZAnalysis::PostProcessTable(), TPZAnalysis::PrePostProcessTable(), TPZGenPartialGrid::SetBC(), and TPZGenGrid::SetBC().