Home
last modified time | relevance | path

Searched defs:nodeIndices (Results 1 – 17 of 17) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkContourLineInterpolator.cxx37 vtkIntArray *nodeIndices, in GetSpan()
H A DvtkBezierContourLineInterpolator.cxx174 vtkIntArray *nodeIndices, in GetSpan()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkContourLineInterpolator.cxx35 int nodeIndex, vtkIntArray* nodeIndices, vtkContourRepresentation* rep) in GetSpan()
H A DvtkBezierContourLineInterpolator.cxx173 int nodeIndex, vtkIntArray* nodeIndices, vtkContourRepresentation* rep) in GetSpan()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkContourLineInterpolator.cxx41 vtkIntArray *nodeIndices, in GetSpan()
H A DvtkBezierContourLineInterpolator.cxx176 vtkIntArray *nodeIndices, in GetSpan()
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DExtrinsicModelElectrostatic.cpp593 DenseVector<INDEX> nodeIndices; in correct_electrostatic_forces() local
621 Array<int> nodeIndices(nodesPerElement); in correct_electrostatic_forces() local
652 DenseVector<INDEX> nodeIndices; in correct_electrostatic_forces() local
885 DenseVector<INDEX> nodeIndices; in apply_charged_surfaces() local
H A DChargeRegulator.cpp672 DenseVector<INDEX> nodeIndices; in apply_local_forces() local
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DExtrinsicModelElectrostatic.cpp596 DenseVector<INDEX> nodeIndices; in correct_electrostatic_forces() local
624 Array<int> nodeIndices(nodesPerElement); in correct_electrostatic_forces() local
655 DenseVector<INDEX> nodeIndices; in correct_electrostatic_forces() local
888 DenseVector<INDEX> nodeIndices; in apply_charged_surfaces() local
H A DChargeRegulator.cpp672 DenseVector<INDEX> nodeIndices; in apply_local_forces() local
/dports/games/spring/spring_98.0/rts/Rendering/
H A DQTPFSPathDrawer.cpp208 const std::list<unsigned int>& nodeIndices = searchIter.GetNodeIndices(); in DrawSearchExecution() local
214 …PathDrawer::DrawSearchIteration(unsigned int pathType, const std::list<unsigned int>& nodeIndices,… in DrawSearchIteration() argument
/dports/science/axom/axom-0.6.1/src/axom/slam/examples/tinyHydro/
H A DPolygonMeshXY.cpp38 …IndexBuffer& nodeIndices = DataRegistry::setRegistry.addBuffer("zone_node_relation_data", corners.… in PolygonMeshXY() local
/dports/games/spring/spring_98.0/rts/Sim/Path/QTPFS/
H A DPathSearch.hpp36 std::list<unsigned int> nodeIndices; member
/dports/science/PETSc/petsc-3.14.1/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c472 …ic PetscErrorCode PetscLagNodeIndicesCreateSimplexVertices(DM dm, PetscLagNodeIndices *nodeIndices) in PetscLagNodeIndicesCreateSimplexVertices()
498 …deIndicesCreateTensorVertices(DM dm, PetscLagNodeIndices facetni, PetscLagNodeIndices *nodeIndices) in PetscLagNodeIndicesCreateTensorVertices()
657 …scInt kT, PetscLagNodeIndices fiberi, PetscInt dimF, PetscInt kF, PetscLagNodeIndices *nodeIndices) in PetscLagNodeIndicesTensor()
758 …odeIndicesMerge(PetscLagNodeIndices niA, PetscLagNodeIndices niB, PetscLagNodeIndices *nodeIndices) in PetscLagNodeIndicesMerge()
1362 …Int Nk, PetscInt numNodeSkip, PetscQuadrature *iNodes, Mat *iMat, PetscLagNodeIndices *nodeIndices) in PetscDualSpaceLagrangeCreateSimplexNodeMat()
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Utils/Graph/AdjacencyMap/
H A DUnidirectional.hs780 nodeIndices = [1 .. noNodes] function
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/MagnumPlugins/AssimpImporter/
H A DAssimpImporter.cpp79 std::unordered_map<const aiNode*, UnsignedInt> nodeIndices; member
/dports/math/ogdf/OGDF/src/ogdf/fileformats/
H A DGraphIO.cpp1404 NodeArray<int> nodeIndices(graph); in writeDMF() local