Home
last modified time | relevance | path

Searched defs:nodesXYZ (Results 1 – 10 of 10) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/Numeric/
H A DCondNumBasis.h39 inline void getInvCondNum(const fullMatrix<double> &nodesXYZ, in getInvCondNum()
46 inline void getSignedInvCondNum(const fullMatrix<double> &nodesXYZ, in getSignedInvCondNum()
55 inline void getInvCondNumAndGradients(const fullMatrix<double> &nodesXYZ, in getInvCondNumAndGradients()
64 getSignedInvCondNumAndGradients(const fullMatrix<double> &nodesXYZ, in getSignedInvCondNumAndGradients()
H A DJacobianBasis.h95 inline void getSignedJacAndGradients(const fullMatrix<double> &nodesXYZ, in getSignedJacAndGradients()
103 inline void getSignedJacAndGradientsFast(const fullMatrix<double> &nodesXYZ, in getSignedJacAndGradientsFast()
111 inline void getSignedIdealJacAndGradients(const fullMatrix<double> &nodesXYZ, in getSignedIdealJacAndGradients()
162 inline void getScaledJacobian(const fullMatrix<double> &nodesXYZ, in getScaledJacobian()
H A DJacobianBasis.cpp339 double JacobianBasis::getPrimNormals1D(const fullMatrix<double> &nodesXYZ, in getPrimNormals1D()
385 double JacobianBasis::getPrimNormal2D(const fullMatrix<double> &nodesXYZ, in getPrimNormal2D()
418 double JacobianBasis::getPrimJac3D(const fullMatrix<double> &nodesXYZ, in getPrimJac3D()
451 const fullMatrix<double> &nodesXYZ, bool idealNorm, bool scaling, in getJacobianGeneral()
566 fullMatrix<double> nodesXYZ(numPrimMapNodes, 3); in getJacobianGeneral() local
610 fullMatrix<double> nodesXYZ(numPrimMapNodes, 3); in getJacobianGeneral() local
664 fullMatrix<double> nodesXYZ(numPrimMapNodes, 3); in getJacobianGeneral() local
697 const fullMatrix<double> &nodesXYZ, const fullMatrix<double> &normals, in getSignedJacAndGradientsGeneral()
751 const fullMatrix<double> &nodesXYZ, const fullMatrix<double> &normals, in getSignedIdealJacAndGradientsGeneral()
759 const fullMatrix<double> &nodesXYZ, in getMetricMinAndGradients()
H A DCondNumBasis.cpp431 const fullMatrix<double> &nodesXYZ, const fullMatrix<double> &normals, in getInvCondNumGeneral()
492 const fullMatrix<double> &nodesXYZ, in getInvCondNumGeneral()
503 const fullMatrix<double> &nodesXYZ, const fullMatrix<double> &normals, in getSignedInvCondNumGeneral()
518 const fullMatrix<double> &nodesXYZ, const fullMatrix<double> &normals, in getInvCondNumAndGradientsGeneral()
595 const fullMatrix<double> &nodesXYZ, fullMatrix<double> &IDI) const in getInvCondNumAndGradientsGeneral() argument
605 const fullMatrix<double> &nodesXYZ, const fullMatrix<double> &normals, in getSignedInvCondNumAndGradientsGeneral()
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DqualityMeasuresJacobian.cpp256 fullMatrix<double> nodesXYZ(el->getNumVertices(), 3); in minMaxJacobianDeterminant() local
301 fullMatrix<double> nodesXYZ(el->getNumVertices(), 3); in minIGEMeasure() local
347 fullMatrix<double> nodesXYZ(el->getNumVertices(), 3); in minICNMeasure() local
425 fullMatrix<double> nodesXYZ(el->getNumVertices(), 3); in sampleJacobianDeterminant() local
443 fullMatrix<double> nodesXYZ(el->getNumVertices(), 3); in sampleIGEMeasure() local
470 fullMatrix<double> nodesXYZ(el->getNumVertices(), 3); in sampleICNMeasure() local
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/MeshOptimizer/
H A DPatch.cpp413 fullMatrix<double> nodesXYZ(numMapNodes, 3), normals(_dim, 3); in scaledJacAndGradients() local
466 fullMatrix<double> nodesXYZ(numMapNodes, 3), in metricMinAndGradients() local
583 fullMatrix<double> nodesXYZ(nV, 3); in scaledCADDistSqAndGradients() local
792 fullMatrix<double> nodesXYZ(numMapNodes, 3), normals(_dim, 3); in idealJacAndGradients() local
862 fullMatrix<double> nodesXYZ(numMapNodes, 3), normals; in invCondNumAndGradients() local
H A DCADDistances.cpp424 const fullMatrix<double> &nodesXYZ, in taylorDistanceSq1D()
446 const fullMatrix<double> &nodesXYZ, in taylorDistanceSq2D()
476 fullMatrix<double> nodesXYZ(nV, 3); in taylorDistanceEdge() local
499 fullMatrix<double> nodesXYZ(nV, 3); in taylorDistanceFace() local
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DMElement.cpp303 fullMatrix<double> nodesXYZ(jac->getNumMapNodes(), 3); in scaledJacRange() local
342 fullMatrix<double> nodesXYZ(jac->getNumMapNodes(), 3); in idealJacRange() local
396 fullMatrix<double> nodesXYZ(cnb->getNumMapNodes(), 3), normals; in signedInvCondNumRange() local
964 fullMatrix<double> nodesXYZ(numNodes, 3); in getSignedJacobian() local
/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChMeshFileLoader.cpp477 ChMatrixDynamic<double> nodesXYZ(1, 4); in ANCFShellFromGMFFile() local
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/HighOrderMeshOptimizer/
H A DHighOrderMeshFastCurving.cpp744 fullMatrix<double> nodesXYZ(nbVert, 3); in calcCADDistSq2D() local