Home
last modified time | relevance | path

Searched defs:numCorners (Results 1 – 25 of 75) sorted by relevance

123

/dports/math/dune-geometry/dune-geometry-e7bfb66e48496aa28e47974c33ea9a4579bf723b/dune/geometry/
H A Ddeprecated_topology.hh16 static const unsigned int numCorners = 1; member
30 static const unsigned int numCorners = 2 * BaseTopology::numCorners; member
42 static const unsigned int numCorners = BaseTopology::numCorners + 1; member
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/geogridpart/
H A Dcornerstorage.hh69 std::size_t numCorners () const in numCorners() function in Dune::Fem::GeoDiscreteCoordFunctionCaller
112 std::size_t numCorners () const in numCorners() function in Dune::Fem::GeoCoordFunctionCaller
173 const std::size_t numCorners = coordFunctionCaller_.numCorners(); in calculate() local
212 const std::size_t numCorners = localCoordFunction_.numDofs() / dimensionworld; in calculate() local
261 const std::size_t numCorners = hostLocalGeometry_.corners(); in calculate() local
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/test/
H A Dchecktwists.hh8 int applyTwist ( const int twist, const int i, const int numCorners ) in applyTwist()
13 int inverseTwist ( const int twist, const int numCorners ) in inverseTwist()
65 const int numCorners = refIn.size( nIn, 1, dimension ); in checkTwistOnIntersection() local
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplexhdf5xdmf.c45 PetscInt numCorners, o; in DMPlexInvertCells_XDMF_Private() local
62 PetscInt spatialDim, numCells, numVertices, NVertices, numCorners; in DMPlexLoad_HDF5_Xdmf_Internal() local
H A Dplexcgns.c143 PetscInt numCorners; in DMPlexCreateCGNS() local
188 PetscInt *cone, numc, numCorners, maxCorners = 27; in DMPlexCreateCGNS() local
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/prismgrid/
H A Dhostcorners.hh58 unsigned int numCorners () const { return 2*hostHostCorners_.numCorners(); } in numCorners() function in Dune::GeoGrid::HostCorners
101 unsigned int numCorners () const { return hostHostCorners_.numCorners(); } in numCorners() function in Dune::GeoGrid::HostCorners
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/tests/
H A Dex18.c323 PetscInt numCorners=2,i; in CreateMesh_1D() local
422 const PetscInt numCells = 1, numVertices = 2, numCorners = 3; in CreateSimplex_2D() local
433 const PetscInt numCells = 1, numVertices = 2, numCorners = 3; in CreateSimplex_2D() local
450 const PetscInt numCells = 1, numVertices = 2, numCorners = 3; in CreateSimplex_2D() local
461 const PetscInt numCells = 1, numVertices = 2, numCorners = 3; in CreateSimplex_2D() local
472 const PetscInt numCells = 2, numVertices = 1, numCorners = 3; in CreateSimplex_2D() local
489 const PetscInt numCells = 1, numVertices = 2, numCorners = 3; in CreateSimplex_2D() local
500 const PetscInt numCells = 1, numVertices = 2, numCorners = 3; in CreateSimplex_2D() local
511 const PetscInt numCells = 2, numVertices = 1, numCorners = 3; in CreateSimplex_2D() local
643 const PetscInt numCells = 1, numVertices = 6, numCorners = 8; in CreateHex_3D() local
[all …]
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/geometrygrid/
H A Dcornerstorage.hh54 const std::size_t numCorners = coordFunctionCaller_.size(); in calculate() local
100 const std::size_t numCorners = refElement.size( subEntity_, codimension, dimension ); in calculate() local
148 const std::size_t numCorners = hostLocalGeometry_.corners(); in calculate() local
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/generators/tetgen/
H A Dtetgenerate.cxx9 static PetscErrorCode DMPlexInvertCells_Tetgen(PetscInt numCells, PetscInt numCorners, PetscInt cel… in DMPlexInvertCells_Tetgen()
113 const PetscInt numCorners = 4; in DMPlexGenerate_Tetgen() local
269 const PetscInt numCorners = 4; in DMPlexRefine_Tetgen() local
/dports/math/dune-spgrid/dune-spgrid-3977013bee93d1b113b155cc5b881d28d3ee37f5/dune/grid/spgrid/
H A Dreferencecube.hh54 static const int numCorners = (1 << dimension); member in Dune::SPReferenceCube
162 static const int numCorners = 1; member in Dune::SPReferenceCube
/dports/science/PETSc/petsc-3.14.1/lib/petsc/bin/
H A Dpetsc_gen_xdmf.py30 def writeCells(self, fp, topologyPath, numCells, numCorners, cellsName = "cells"): argument
81 def writeSpaceGridHeader(self, fp, numCells, numCorners, cellDim, spaceDim, cellsName = "cells"): argument
228 …def write(self, hdfFilename, topologyPath, numCells, numCorners, cellDim, htopologyPath, numHCells… argument
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/generators/ctetgen/
H A Dctetgenerate.c6 static PetscErrorCode DMPlexInvertCells_CTetgen(PetscInt numCells, PetscInt numCorners, PetscInt ce… in DMPlexInvertCells_CTetgen()
114 const PetscInt numCorners = 4; in DMPlexGenerate_CTetgen() local
282 const PetscInt numCorners = 4; in DMPlexRefine_CTetgen() local
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/ftn-auto/
H A Dplexcreatef.c163 …*dim,PetscInt *numCells,PetscInt *numVertices,PetscInt *NVertices,PetscInt *numCorners,PetscBool *… in dmplexcreatefromcelllistparallelpetsc_()
168 …int * comm,PetscInt *dim,PetscInt *numCells,PetscInt *numVertices,PetscInt *numCorners,PetscBool *… in dmplexcreatefromcelllistparallel_()
173 …int * comm,PetscInt *dim,PetscInt *numCells,PetscInt *numVertices,PetscInt *numCorners,PetscBool *… in dmplexcreatefromcelllistpetsc_()
178 …int * comm,PetscInt *dim,PetscInt *numCells,PetscInt *numVertices,PetscInt *numCorners,PetscBool *… in dmplexcreatefromcelllist_()
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/common/
H A Dwriteparalleldgf.hh146 const int numCorners = element.subEntities( dimGrid ); in write() local
257 const int numCorners = element.subEntities( dimGrid ); in write() local
/dports/math/vtk6/VTK-6.2.0/Filters/Sources/
H A DvtkHyperOctreeFractalSource.cxx225 int numCorners = 1 << this->Dimension; in RequestData() local
267 int numCorners = 1 << this->Dimension; in Subdivide() local
/dports/math/dune-geometry/dune-geometry-e7bfb66e48496aa28e47974c33ea9a4579bf723b/dune/geometry/test/
H A Dtest-multilineargeometry.cc90 const int numCorners = refElement.size( mydim ); in testLocalMethod() local
113 const int numCorners = refElement.size( mydim ); in testLocalMethod() local
151 const int numCorners = refElement.size( mydim ); in testMultiLinearGeometry() local
/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Dline.h80 size_t numCorners() const {return m_points.size();} in numCorners() function
H A Daxisbox.h95 size_t numCorners() const {return 1 << dim;} in numCorners() function
H A Dsegment.h72 size_t numCorners() const {return 2;} in numCorners() function
/dports/math/dune-geometry/dune-geometry-e7bfb66e48496aa28e47974c33ea9a4579bf723b/dune/python/geometry/
H A Dmultilineargeometry.hh70 const std::size_t numCorners = corners.size(); in registerMultiLinearGeometryType() local
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/generators/triangle/
H A Dtrigenerate.c166 const PetscInt numCorners = 3; in DMPlexGenerate_Triangle() local
346 const PetscInt numCorners = 3; in DMPlexRefine_Triangle() local
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/PCZSceneManager/src/
H A DOgrePortalBase.cpp246 int numCorners = 4; in updateDerivedValues() local
390 int numCorners = 4; in adjustNodeToMatch() local
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/PlugIns/PCZSceneManager/src/
H A DOgrePortalBase.cpp251 int numCorners = 4; in updateDerivedValues() local
397 int numCorners = 4; in adjustNodeToMatch() local
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/quadrature/
H A Dpardgsimplexquadrature.hh19 enum { numCorners = dim+1 }; enumerator
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/
H A DtopologyDescriptor.h61 int numCorners; member

123