Home
last modified time | relevance | path

Searched defs:GaussPoints (Results 1 – 4 of 4) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/math/
H A Dmath.cxx1965 void math::GaussPoints(const Standard_Integer Index, math_Vector& GPoint) { in GaussPoints() function in math
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DTypes.F90364 INTEGER :: GaussPoints,GaussPoints2, GaussPoints0 ! number of gauss points to use component
682 INTEGER :: GaussPoints ! Number of gauss points to use when using p elements component
H A DIntegration.F902521 FUNCTION GaussPoints( elm, np, RelOrder, EdgeBasis, PReferenceElement, & function
/dports/cad/opencascade/opencascade-7.6.0/src/PLib/
H A DPLib.cxx1971 math_Vector GaussPoints(1,NbGaussPoints); in EvalLength() local