Home
last modified time | relevance | path

Searched defs:neighs (Results 1 – 25 of 96) sorted by relevance

1234

/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/sph/equations/
H A DDerivativeHelpers.h101 ArrayView<const Size> neighs, in evalNeighs()
117 ArrayView<const Size> neighs, in evalSymmetric()
129 ArrayView<const Size> neighs, in sum()
217 ArrayView<const Size> neighs, in evalNeighs()
230 ArrayView<const Size> neighs, in evalSymmetric()
245 ArrayView<const Size> neighs, in evalAcceleration()
259 ArrayView<const Size> neighs, in sum()
H A DDerivative.cpp36 void CorrectionTensor::evalNeighs(const Size i, ArrayView<const Size> neighs, ArrayView<const Vecto… in evalNeighs()
113 void DerivativeHolder::eval(const Size idx, ArrayView<const Size> neighs, ArrayView<const Vector> g… in eval()
121 ArrayView<const Size> neighs, in evalSymmetric()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/sph/solvers/
H A DEnergyConservingSolver.h38 ArrayView<const Size> neighs, in evalAccelerations()
60 Array<NeighborRecord> neighs; member
H A DGradHSolver.cpp22 ArrayView<const Size> neighs, in evalAsymmetric()
52 …d eval(const LutKernel<DIMENSIONS>& kernel, const Size i, ArrayView<const NeighborRecord> neighs) { in eval()
113 ArrayView<Size> neighs = storage.getValue<Size>(QuantityId::NEIGHBOR_CNT); in loop() local
H A DEnergyConservingSolver.cpp15 ArrayView<const Size> UNUSED(neighs), in compute()
37 ArrayView<const Size> neighs, in compute()
60 ArrayView<const Size> neighs, in compute()
103 ArrayView<const Size> neighs, in compute()
H A DDensityIndependentSolver.h40 Array<NeighborRecord> neighs; member
H A DSymmetricSolver.h38 Array<NeighborRecord> neighs; member
H A DAsymmetricSolver.h112 Array<NeighborRecord> neighs; member
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/gravity/
H A DNBodySolver.h33 Array<NeighborRecord> neighs; member
44 Array<NeighborRecord> neighs; variable
145 Array<NeighborRecord> neighs; member
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/gui/renderers/
H A DRayMarcher.cpp149 Array<NeighborRecord> neighs; in getNeighborList() local
296 Float RayMarcher::evalField(ArrayView<const Size> neighs, const Vector& pos1) const { in evalField()
308 Vector RayMarcher::evalGradient(ArrayView<const Size> neighs, const Vector& pos1) const { in evalGradient()
318 Rgba RayMarcher::evalColor(ArrayView<const Size> neighs, const Vector& pos1) const { in evalColor()
335 Vector RayMarcher::evalUvws(ArrayView<const Size> neighs, const Vector& pos1) const { in evalUvws()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/sph/kernel/
H A DInterpolation.h76 Array<NeighborRecord> neighs; in interpolate() local
110 Array<NeighborRecord> neighs; in interpolate() local
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/graphs/
H A DadjacencyListToEdges.m62 neighs = adjList{iVertex}; variable
H A DgrFindGeodesicPath.m69 neighs = grAdjacentNodes(edges, ind1); variable
H A DgrFindMaximalLengthPath.m73 neighs = grAdjacentNodes(edges, ind1); variable
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/sph/equations/test/
H A DDerivative.cpp69 ArrayView<const Size> UNUSED(neighs), in evalNeighs()
116 ArrayView<const Size> UNUSED(neighs), in evalNeighs()
H A DFriction.cpp49 ArrayView<const Size> neighs = storage.getValue<Size>(QuantityId::NEIGHBOR_CNT); variable
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/objects/finders/test/
H A DBruteForceFinder.cpp17 Array<NeighborRecord> neighs(0, 10); variable
H A DPeriodicFinder.cpp21 Array<NeighborRecord> neighs; variable
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/objects/finders/
H A DBruteForceFinder.h25 …find(const Vector& pos, const Size index, const Float radius, Array<NeighborRecord>& neighs) const… in find()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/2d/
H A Dmacro_2d.c214 INT_NNEIGH neighs) in fill_best_edges_2d()
425 INT_NNEIGH *neighs, UCHAR_NNEIGH *best_edges) in reorder_2d()
488 INT_NNEIGH *neighs = MEM_ALLOC(data->n_macro_elements, INT_NNEIGH); in correct_cycles_2d() local
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/sph/initial/test/
H A DDistribution.cpp71 Array<NeighborRecord> neighs; variable
117 Array<NeighborRecord> neighs; variable
/dports/biology/viennarna/ViennaRNA-2.4.18/src/RNAlocmin/
H A Dglobals.h42 bool neighs; // use neighborhood routines? variable
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/sph/
H A DDiagnostics.cpp16 Array<NeighborRecord> neighs; in getPairs() local
52 Array<NeighborRecord> neighs; in check() local
/dports/science/xtb/xtb-6.4.1/src/type/
H A Dneighbourlist.f9038 integer, allocatable :: neighs(:) component
347 pure subroutine getNeighsAll(self, neighs, cutoff) argument
356 integer, intent(out) :: neighs(:) local
375 elemental subroutine getNeighsOne(self, neighs, iatom, cutoff) argument
387 integer, intent(out) :: neighs local
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/objects/finders/benchmark/
H A DFinders.cpp17 Array<NeighborRecord> neighs; in finderRun() local

1234