NeoPZ
|
#include <hdivCurvedJCompAppMath.h>
Public Types | |
enum | ApproximationSpace { EH1, EHDiv, EHDivStar, EHDivStarStar } |
enum | Eltype { EQuad, ETriang } |
enum | geomDomain { ECircle, ECylinder, ESphere } |
Public Member Functions | |
hdivCurvedJCompAppMath () | |
hdivCurvedJCompAppMath (geomDomain geodomain) | |
~hdivCurvedJCompAppMath () | |
void | Run (geomDomain geodomain, ApproximationSpace problem, Eltype element, TPZVec< int > POrderBeginAndEnd, TPZVec< int > ndivinterval, TPZFMatrix< REAL > &errors) |
void | PrintErrors (geomDomain geodomain, ApproximationSpace problem, Eltype element, TPZVec< int > POrderBeginAndEnd, TPZVec< int > ndivinterval, TPZVec< REAL > &errors, std::ostream &output) |
Private Member Functions | |
TPZGeoMesh * | MakeCircle (int ndiv) |
TPZManVector< REAL, 3 > | ParametricCircle (REAL radius, REAL theta) |
TPZManVector< REAL, 3 > | ParametricSphere (REAL radius, REAL phi, REAL theta) |
TPZGeoMesh * | MakeSphereFromQuadrilateral (int dimensao, bool triang, int ndiv) |
void | RotateNode (TPZVec< REAL > &iCoords, REAL CounterClockwiseAngle, int &Axis) |
TPZGeoMesh * | GMeshCilindricalMesh (int ndiv) |
void | RotateGeomesh (TPZGeoMesh *gmesh, REAL CounterClockwiseAngle, int &Axis) |
TPZCompMesh * | CMeshH1 (TPZGeoMesh *gmesh, int pOrder, int dim) |
TPZCompMesh * | CMeshFlux (TPZGeoMesh *gmesh, int pOrder, int dim) |
TPZCompMesh * | CMeshPressure (TPZGeoMesh *gmesh, int pOrder, int dim) |
TPZCompMesh * | CMeshMixed (TPZGeoMesh *gmesh, TPZVec< TPZCompMesh *> meshvec) |
void | SetupDisconnectedHdivboud (const int left, const int rigth, TPZCompMesh *cmesh) |
void | ErrorH1 (TPZCompMesh *l2mesh, int p, int ndiv, int pos, TPZFMatrix< REAL > &errors) |
void | ErrorH1 (TPZCompMesh *l2mesh, int p, int ndiv, std::ostream &out, int DoFT, int DofCond) |
void | ErrorPrimalDual (TPZCompMesh *l2mesh, TPZCompMesh *hdivmesh, int p, int ndiv, int pos, TPZFMatrix< REAL > &errors) |
void | ErrorPrimalDual (TPZCompMesh *l2mesh, TPZCompMesh *hdivmesh, int p, int ndiv, std::ostream &out, int DoFT, int DofCond) |
void | ChangeExternalOrderConnects (TPZCompMesh *mesh) |
void | SolveSyst (TPZAnalysis &an, TPZCompMesh *fCmesh) |
void | setTriangTrue () |
void | setDimension (geomDomain geodomain) |
Static Private Member Functions | |
static void | SolExata (const TPZVec< REAL > &pt, TPZVec< STATE > &solp, TPZFMatrix< STATE > &flux) |
static void | SolExataH1 (const TPZVec< REAL > &pt, TPZVec< STATE > &solp, TPZFMatrix< STATE > &flux) |
static void | Forcing (const TPZVec< REAL > &pt, TPZVec< STATE > &ff) |
static void | ForcingH1 (const TPZVec< REAL > &pt, TPZVec< STATE > &ff, TPZFMatrix< STATE > &flux) |
static void | ForcingBC1D (const TPZVec< REAL > &pt, TPZVec< STATE > &disp) |
static void | ForcingBC2D (const TPZVec< REAL > &pt, TPZVec< STATE > &disp) |
static void | ForcingBC3D (const TPZVec< REAL > &pt, TPZVec< STATE > &disp) |
static void | ForcingBC4D (const TPZVec< REAL > &pt, TPZVec< STATE > &disp) |
static void | ForcingBC5D (const TPZVec< REAL > &pt, TPZVec< STATE > &solp) |
Private Attributes | |
int | fDim |
int | fmatId |
int | fdirichlet |
int | fneumann |
int | fbc0 |
int | fbc1 |
int | fbc2 |
int | fbc3 |
int | fbc4 |
int | fbc5 |
int | fmatskeleton |
bool | ftriang |
bool | isgeoblend |
Static Private Attributes | |
static bool | probAtCircle |
static bool | probAtCylinder |
static bool | probAtSphere |
Definition at line 99 of file hdivCurvedJCompAppMath.h.
Enumerator | |
---|---|
EH1 | |
EHDiv | |
EHDivStar | |
EHDivStarStar |
Definition at line 128 of file hdivCurvedJCompAppMath.h.
Enumerator | |
---|---|
EQuad | |
ETriang |
Definition at line 130 of file hdivCurvedJCompAppMath.h.
Enumerator | |
---|---|
ECircle | |
ECylinder | |
ESphere |
Definition at line 132 of file hdivCurvedJCompAppMath.h.
hdivCurvedJCompAppMath::hdivCurvedJCompAppMath | ( | ) |
Definition at line 18 of file hdivCurvedJCompAppMath.cpp.
References fbc0, fbc1, fbc2, fbc3, fbc4, fbc5, fDim, fdirichlet, fmatId, fmatskeleton, fneumann, ftriang, isgeoblend, probAtCircle, probAtCylinder, and probAtSphere.
hdivCurvedJCompAppMath::hdivCurvedJCompAppMath | ( | geomDomain | geodomain | ) |
Definition at line 46 of file hdivCurvedJCompAppMath.cpp.
References ECircle, ECylinder, ESphere, probAtCircle, probAtCylinder, and probAtSphere.
hdivCurvedJCompAppMath::~hdivCurvedJCompAppMath | ( | ) |
Definition at line 102 of file hdivCurvedJCompAppMath.cpp.
|
private |
Definition at line 2916 of file hdivCurvedJCompAppMath.cpp.
References TPZCompMesh::Block(), TPZCompMesh::CleanUpUnconnectedNodes(), co, TPZCompEl::Connect(), TPZCompEl::ConnectIndex(), TPZCompMesh::Dimension(), TPZCompEl::Dimension(), TPZCompMesh::ElementVec(), TPZCompMesh::ExpandSolution(), TPZCompEl::NConnects(), TPZConnect::NShape(), TPZConnect::Order(), TPZConnect::SequenceNumber(), TPZBlock< TVar >::Set(), TPZConnect::SetNShape(), and TPZConnect::SetOrder().
Referenced by PrintErrors(), and Run().
|
private |
criar materiais
Inserir condicao de contorno
criar materiais
Inserir condicao de contorno
criar materiais
Inserir condicao de contorno
Definition at line 1757 of file hdivCurvedJCompAppMath.cpp.
References TPZCompMesh::AutoBuild(), TPZMaterial::CreateBC(), DebugStop, fbc0, fbc1, fbc2, fbc3, fbc4, fbc5, fDim, fdirichlet, fmatId, fmatskeleton, TPZCompMesh::InsertMaterialObject(), TPZMatMixedPoisson3D::NStateVariables(), probAtCircle, probAtCylinder, probAtSphere, TPZCompMesh::SetAllCreateFunctionsHDiv(), TPZCompMesh::SetDefaultOrder(), TPZCompMesh::SetDimModel(), and SetupDisconnectedHdivboud().
Referenced by PrintErrors(), and Run().
|
private |
criar materiais
Inserir condicao de contorno
Definition at line 1700 of file hdivCurvedJCompAppMath.cpp.
References TPZCompMesh::AutoBuild(), TPZMaterial::CreateBC(), fbc1, fbc2, fbc3, fbc4, fDim, fdirichlet, fmatId, ForcingH1(), TPZCompMesh::InsertMaterialObject(), TPZMatPoisson3d::NStateVariables(), TPZCompMesh::SetAllCreateFunctionsContinuous(), TPZCompMesh::SetDefaultOrder(), TPZCompMesh::SetDimModel(), TPZMaterial::SetForcingFunction(), TPZMaterial::SetForcingFunctionExact(), TPZDummyFunction< TVar >::SetPolynomialOrder(), and SolExataH1().
Referenced by PrintErrors(), and Run().
|
private |
Definition at line 2189 of file hdivCurvedJCompAppMath.cpp.
References TPZBuildMultiphysicsMesh::AddConnects(), TPZElementGroup::AddElement(), TPZBuildMultiphysicsMesh::AddElements(), TPZBuildMultiphysicsMesh::AddWrap(), TPZCompMesh::AdjustBoundaryElements(), TPZCompMesh::AutoBuild(), TPZCompMesh::CleanUpUnconnectedNodes(), TPZCompMesh::ComputeNodElCon(), TPZCompEl::Connect(), TPZMaterial::CreateBC(), TPZMultiphysicsElement::CreateInterfaces(), DebugStop, TPZCompMesh::Dimension(), TPZCompEl::Dimension(), TPZGeoMesh::Dimension(), TPZGeoElSide::Element(), TPZCompMesh::Element(), TPZCompMesh::ElementVec(), TPZCompMesh::ExpandSolution(), fbc0, fbc1, fbc2, fbc3, fbc4, fdirichlet, fmatId, Forcing(), ForcingBC1D(), ForcingBC2D(), ForcingBC3D(), ForcingBC4D(), ForcingBC5D(), TPZConnect::IncrementElConnected(), TPZCompEl::Index(), TPZCompMesh::InsertMaterialObject(), TPZConnect::LagrangeMultiplier(), TPZCompMesh::LoadReferences(), TPZGeoEl::MaterialId(), TPZElementGroup::NConnects(), TPZGeoElSide::Neighbour(), TPZVec< T >::NElements(), TPZChunkVector< T, EXP >::NElements(), TPZGeoEl::NSides(), probAtCircle, probAtCylinder, probAtSphere, TPZStack< T, NumExtAlloc >::Push(), TPZCompEl::Reference(), TPZCompMesh::Reference(), TPZGeoEl::Reference(), TPZGeoMesh::ResetReference(), TPZCompMesh::SetAllCreateFunctionsMultiphysicElem(), TPZCompMesh::SetDimModel(), TPZMaterial::SetForcingFunction(), TPZMaterial::SetForcingFunctionExact(), TPZMatMixedPoisson3D::SetPermeabilityTensor(), TPZDummyFunction< TVar >::SetPolynomialOrder(), TPZVec< T >::size(), SolExata(), and TPZBuildMultiphysicsMesh::TransferFromMeshes().
Referenced by PrintErrors(), and Run().
|
private |
criar materiais
Inserir condicao de contorno
criar materiais
Inserir condicao de contorno
Inserir condicao de contorno
Definition at line 1957 of file hdivCurvedJCompAppMath.cpp.
References TPZCompMesh::ApproxSpace(), TPZCompMesh::AutoBuild(), TPZCompMesh::ConnectVec(), TPZCreateApproximationSpace::CreateDisconnectedElements(), DebugStop, TPZCompMesh::Dimension(), TPZGeoEl::Dimension(), TPZCompMesh::ElementVec(), fDim, fmatId, ftriang, TPZCompMesh::InsertMaterialObject(), TPZCompMesh::NConnects(), TPZCompMesh::NElements(), TPZMatMixedPoisson3D::NStateVariables(), TPZMatPoisson3d::NStateVariables(), probAtCircle, probAtCylinder, probAtSphere, TPZCompEl::Reference(), TPZCompMesh::SetAllCreateFunctionsContinuous(), TPZCompMesh::SetAllCreateFunctionsDiscontinuous(), TPZCompElDisc::SetCenterPoint(), TPZCompElDisc::SetConstC(), TPZCompMesh::SetDefaultOrder(), TPZCompMesh::SetDimModel(), TPZConnect::SetLagrangeMultiplier(), TPZCompElDisc::SetTensorialShape(), TPZCompElDisc::SetTotalOrderShape(), and TPZCompElDisc::SetTrueUseQsiEta().
Referenced by PrintErrors(), and Run().
|
private |
Definition at line 2764 of file hdivCurvedJCompAppMath.cpp.
References TPZCompMesh::Dimension(), TPZGeoEl::Dimension(), TPZCompMesh::ElementVec(), TPZCompEl::EvaluateError(), TPZVec< T >::Fill(), TPZCompMesh::NElements(), TPZFMatrix< TVar >::PutVal(), TPZCompEl::Reference(), TPZVec< T >::resize(), TPZVec< T >::size(), SolExataH1(), and sqrt.
Referenced by PrintErrors(), and Run().
|
private |
Definition at line 2799 of file hdivCurvedJCompAppMath.cpp.
References TPZCompMesh::Dimension(), TPZGeoEl::Dimension(), TPZCompMesh::ElementVec(), TPZCompEl::EvaluateError(), TPZVec< T >::Fill(), TPZCompMesh::NElements(), TPZCompEl::Reference(), TPZVec< T >::resize(), TPZVec< T >::size(), SolExataH1(), and sqrt.
|
private |
Definition at line 2831 of file hdivCurvedJCompAppMath.cpp.
References TPZCompMesh::Dimension(), TPZGeoEl::Dimension(), TPZCompMesh::ElementVec(), TPZCompEl::EvaluateError(), TPZVec< T >::Fill(), TPZCompMesh::NElements(), TPZFMatrix< TVar >::PutVal(), TPZCompEl::Reference(), TPZVec< T >::resize(), TPZVec< T >::size(), SolExata(), and sqrt.
Referenced by PrintErrors(), and Run().
|
private |
Definition at line 2876 of file hdivCurvedJCompAppMath.cpp.
References TPZCompMesh::Dimension(), TPZGeoEl::Dimension(), TPZCompMesh::ElementVec(), TPZCompEl::EvaluateError(), TPZVec< T >::Fill(), TPZCompMesh::NElements(), TPZCompEl::Reference(), TPZVec< T >::resize(), TPZVec< T >::size(), SolExata(), and sqrt.
|
staticprivate |
Definition at line 1350 of file hdivCurvedJCompAppMath.cpp.
References acos, atan2(), cos(), DebugStop, norder, probAtCircle, probAtCylinder, probAtSphere, TPZVec< T >::resize(), sin, and sqrt.
Referenced by CMeshMixed().
|
staticprivate |
Definition at line 1460 of file hdivCurvedJCompAppMath.cpp.
References atan2(), cos(), DebugStop, probAtCircle, probAtCylinder, probAtSphere, TPZVec< T >::resize(), sin, and sqrt.
Referenced by CMeshMixed().
|
staticprivate |
Definition at line 1511 of file hdivCurvedJCompAppMath.cpp.
References atan2(), cos(), DebugStop, probAtCircle, probAtCylinder, probAtSphere, TPZVec< T >::resize(), sin, and sqrt.
Referenced by CMeshMixed().
|
staticprivate |
Definition at line 1564 of file hdivCurvedJCompAppMath.cpp.
References atan2(), cos(), DebugStop, probAtCircle, probAtCylinder, probAtSphere, TPZVec< T >::resize(), sin, and sqrt.
Referenced by CMeshMixed().
|
staticprivate |
Definition at line 1617 of file hdivCurvedJCompAppMath.cpp.
References atan2(), cos(), DebugStop, probAtCircle, probAtCylinder, probAtSphere, TPZVec< T >::resize(), sin, and sqrt.
Referenced by CMeshMixed().
|
staticprivate |
Definition at line 1666 of file hdivCurvedJCompAppMath.cpp.
References acos, atan2(), cos(), norder, sin, and sqrt.
Referenced by CMeshMixed().
|
staticprivate |
Definition at line 1432 of file hdivCurvedJCompAppMath.cpp.
References DebugStop, probAtCircle, probAtCylinder, and probAtSphere.
Referenced by CMeshH1().
|
private |
INSTANCIACAO DA MALHA GEOMETRICA
Materiais
Definition at line 935 of file hdivCurvedJCompAppMath.cpp.
References TPZGeoMesh::BuildConnectivity(), cos(), TPZGeoEl::Divide(), TPZGeoMesh::ElementVec(), fbc1, fbc2, fbc3, fbc4, fmatId, TPZGeoEl::HasSubElement(), TPZGeoMesh::NElements(), TPZGeoMesh::NodeVec(), TPZAdmChunkVector< T, EXP >::Resize(), TPZVec< T >::resize(), RotateNode(), and sin.
Referenced by PrintErrors(), and Run().
|
private |
Definition at line 491 of file hdivCurvedJCompAppMath.cpp.
References TPZGeoMesh::BuildConnectivity(), DebugStop, TPZGeoEl::Divide(), TPZGeoMesh::ElementVec(), fbc1, fDim, fmatId, TPZGeoEl::HasSubElement(), TPZGeoMesh::NElements(), TPZGeoMesh::NodeVec(), ParametricCircle(), TPZVTKGeoMesh::PrintGMeshVTK(), TPZAdmChunkVector< T, EXP >::Resize(), and TPZGeoMesh::SetMaxNodeId().
Referenced by PrintErrors(), and Run().
|
private |
Definition at line 691 of file hdivCurvedJCompAppMath.cpp.
References angle, atan, TPZGeoMesh::BuildConnectivity(), TPZGeoEl::Divide(), TPZGeoMesh::ElementVec(), fbc0, fbc1, TPZGeoElRefLess< TGeo >::Geom(), TPZGeoEl::HasSubElement(), TPZGeoMesh::NElements(), TPZGeoMesh::NodeVec(), ParametricSphere(), TPZAdmChunkVector< T, EXP >::Resize(), RotateGeomesh(), TPZGeoMesh::SetMaxNodeId(), and sqrt.
Referenced by PrintErrors(), and Run().
|
private |
Definition at line 682 of file hdivCurvedJCompAppMath.cpp.
Referenced by MakeCircle().
|
private |
Definition at line 926 of file hdivCurvedJCompAppMath.cpp.
Referenced by MakeSphereFromQuadrilateral().
void hdivCurvedJCompAppMath::PrintErrors | ( | geomDomain | geodomain, |
ApproximationSpace | problem, | ||
Eltype | element, | ||
TPZVec< int > | POrderBeginAndEnd, | ||
TPZVec< int > | ndivinterval, | ||
TPZVec< REAL > & | errors, | ||
std::ostream & | output | ||
) |
Definition at line 299 of file hdivCurvedJCompAppMath.cpp.
References ChangeExternalOrderConnects(), TPZCompMesh::CleanUpUnconnectedNodes(), CMeshFlux(), CMeshH1(), CMeshMixed(), CMeshPressure(), DebugStop, EH1, EHDiv, EHDivStar, EHDivStarStar, TPZCompMesh::Element(), ErrorH1(), ErrorPrimalDual(), TPZCompMesh::ExpandSolution(), fDim, GMeshCilindricalMesh(), MakeCircle(), MakeSphereFromQuadrilateral(), TPZCompMesh::NElements(), TPZCompMesh::NEquations(), probAtCircle, probAtCylinder, TPZGeoMesh::SetDimension(), TPZVec< T >::size(), SolveSyst(), and TPZBuildMultiphysicsMesh::TransferFromMultiPhysics().
|
private |
Definition at line 859 of file hdivCurvedJCompAppMath.cpp.
References cos(), TPZGeoNode::GetCoordinates(), TPZGeoMesh::NNodes(), TPZGeoMesh::NodeVec(), RotationMatrix(), TPZGeoNode::SetCoord(), and sin.
Referenced by MakeSphereFromQuadrilateral().
|
private |
Definition at line 1172 of file hdivCurvedJCompAppMath.cpp.
References cos(), RotationMatrix(), and sin.
Referenced by GMeshCilindricalMesh().
void hdivCurvedJCompAppMath::Run | ( | geomDomain | geodomain, |
ApproximationSpace | problem, | ||
Eltype | element, | ||
TPZVec< int > | POrderBeginAndEnd, | ||
TPZVec< int > | ndivinterval, | ||
TPZFMatrix< REAL > & | errors | ||
) |
Definition at line 107 of file hdivCurvedJCompAppMath.cpp.
References ChangeExternalOrderConnects(), TPZCompMesh::CleanUpUnconnectedNodes(), CMeshFlux(), CMeshH1(), CMeshMixed(), CMeshPressure(), DebugStop, EH1, EHDiv, EHDivStar, EHDivStarStar, TPZCompMesh::Element(), ErrorH1(), ErrorPrimalDual(), TPZCompMesh::ExpandSolution(), fDim, GMeshCilindricalMesh(), MakeCircle(), MakeSphereFromQuadrilateral(), TPZCompMesh::NElements(), probAtCircle, probAtCylinder, TPZFMatrix< TVar >::Resize(), TPZGeoMesh::SetDimension(), TPZVec< T >::size(), SolveSyst(), and TPZBuildMultiphysicsMesh::TransferFromMultiPhysics().
|
inlineprivate |
Definition at line 193 of file hdivCurvedJCompAppMath.h.
|
inlineprivate |
Definition at line 188 of file hdivCurvedJCompAppMath.h.
|
private |
Definition at line 1895 of file hdivCurvedJCompAppMath.cpp.
References TPZCompMesh::AllocateNewConnect(), TPZCompEl::Connect(), DebugStop, TPZCompEl::Dimension(), TPZCompMesh::Element(), TPZCompElSide::Element(), TPZCompMesh::ExpandSolution(), fbc0, TPZGeoEl::MaterialId(), TPZCompMesh::NElements(), TPZInterpolationSpace::NSideConnects(), TPZGeoEl::NSides(), TPZCompEl::Reference(), TPZCompEl::SetConnectIndex(), TPZInterpolationSpace::SetSideOrient(), TPZCompElSide::Side(), TPZInterpolationSpace::SideConnectLocId(), and TPZVec< T >::size().
Referenced by CMeshFlux().
|
staticprivate |
Definition at line 1226 of file hdivCurvedJCompAppMath.cpp.
References acos, atan2(), cos(), DebugStop, norder, probAtCircle, probAtCylinder, probAtSphere, TPZVec< T >::resize(), TPZFMatrix< TVar >::Resize(), sin, and sqrt.
Referenced by CMeshMixed(), and ErrorPrimalDual().
|
staticprivate |
Definition at line 1402 of file hdivCurvedJCompAppMath.cpp.
References DebugStop, probAtCircle, probAtCylinder, probAtSphere, TPZVec< T >::resize(), and TPZFMatrix< TVar >::Resize().
|
private |
Definition at line 2949 of file hdivCurvedJCompAppMath.cpp.
References TPZSkylineStructMatrix::Create(), ELDLt, ELU, TPZCompMesh::NEquations(), substruct_tst14.test::numthreads, TPZAnalysis::Run(), TPZFrontStructMatrix< front >::SetDecomposeType(), TPZStepSolver< TVar >::SetDirect(), TPZStepSolver< TVar >::SetGMRES(), TPZStructMatrixBase::SetNumThreads(), TPZMatrixSolver< TVar >::SetReferenceMatrix(), TPZAnalysis::SetSolver(), and TPZAnalysis::SetStructuralMatrix().
Referenced by PrintErrors(), and Run().
|
private |
Definition at line 109 of file hdivCurvedJCompAppMath.h.
Referenced by CMeshFlux(), CMeshMixed(), hdivCurvedJCompAppMath(), MakeSphereFromQuadrilateral(), and SetupDisconnectedHdivboud().
|
private |
Definition at line 110 of file hdivCurvedJCompAppMath.h.
Referenced by CMeshFlux(), CMeshH1(), CMeshMixed(), GMeshCilindricalMesh(), hdivCurvedJCompAppMath(), MakeCircle(), and MakeSphereFromQuadrilateral().
|
private |
Definition at line 111 of file hdivCurvedJCompAppMath.h.
Referenced by CMeshFlux(), CMeshH1(), CMeshMixed(), GMeshCilindricalMesh(), and hdivCurvedJCompAppMath().
|
private |
Definition at line 112 of file hdivCurvedJCompAppMath.h.
Referenced by CMeshFlux(), CMeshH1(), CMeshMixed(), GMeshCilindricalMesh(), and hdivCurvedJCompAppMath().
|
private |
Definition at line 113 of file hdivCurvedJCompAppMath.h.
Referenced by CMeshFlux(), CMeshH1(), CMeshMixed(), GMeshCilindricalMesh(), and hdivCurvedJCompAppMath().
|
private |
Definition at line 114 of file hdivCurvedJCompAppMath.h.
Referenced by CMeshFlux(), and hdivCurvedJCompAppMath().
|
private |
Definition at line 102 of file hdivCurvedJCompAppMath.h.
Referenced by CMeshFlux(), CMeshH1(), CMeshPressure(), hdivCurvedJCompAppMath(), MakeCircle(), PrintErrors(), and Run().
|
private |
Definition at line 106 of file hdivCurvedJCompAppMath.h.
Referenced by CMeshFlux(), CMeshH1(), CMeshMixed(), and hdivCurvedJCompAppMath().
|
private |
Definition at line 104 of file hdivCurvedJCompAppMath.h.
Referenced by CMeshFlux(), CMeshH1(), CMeshMixed(), CMeshPressure(), GMeshCilindricalMesh(), hdivCurvedJCompAppMath(), and MakeCircle().
|
private |
Definition at line 120 of file hdivCurvedJCompAppMath.h.
Referenced by CMeshFlux(), and hdivCurvedJCompAppMath().
|
private |
Definition at line 107 of file hdivCurvedJCompAppMath.h.
Referenced by hdivCurvedJCompAppMath().
|
private |
Definition at line 122 of file hdivCurvedJCompAppMath.h.
Referenced by CMeshPressure(), and hdivCurvedJCompAppMath().
|
private |
Definition at line 124 of file hdivCurvedJCompAppMath.h.
Referenced by hdivCurvedJCompAppMath().
|
staticprivate |
Definition at line 116 of file hdivCurvedJCompAppMath.h.
Referenced by CMeshFlux(), CMeshMixed(), CMeshPressure(), Forcing(), ForcingBC1D(), ForcingBC2D(), ForcingBC3D(), ForcingBC4D(), ForcingH1(), hdivCurvedJCompAppMath(), PrintErrors(), Run(), SolExata(), and SolExataH1().
|
staticprivate |
Definition at line 117 of file hdivCurvedJCompAppMath.h.
Referenced by CMeshFlux(), CMeshMixed(), CMeshPressure(), Forcing(), ForcingBC1D(), ForcingBC2D(), ForcingBC3D(), ForcingBC4D(), ForcingH1(), hdivCurvedJCompAppMath(), PrintErrors(), Run(), SolExata(), and SolExataH1().
|
staticprivate |
Definition at line 118 of file hdivCurvedJCompAppMath.h.
Referenced by CMeshFlux(), CMeshMixed(), CMeshPressure(), Forcing(), ForcingBC1D(), ForcingBC2D(), ForcingBC3D(), ForcingBC4D(), ForcingH1(), hdivCurvedJCompAppMath(), SolExata(), and SolExataH1().