Home
last modified time | relevance | path

Searched refs:GetNumNeighbors (Results 1 – 25 of 25) sorted by relevance

/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/
H A Dgraph.h58 int GetNumNeighbors(int vertex);
108 inline int Graph::GetNumNeighbors(int vertex) in GetNumNeighbors() function
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/graph/
H A Dgraph.h58 int GetNumNeighbors(int vertex);
108 inline int Graph::GetNumNeighbors(int vertex) in GetNumNeighbors() function
/dports/devel/upp/upp/bazaar/plugin/assimp/contrib/Open3DGC/
H A Do3dgcAdjacencyInfo.h139 long GetNumNeighbors(long element) const in GetNumNeighbors() function
H A Do3dgcSC3DMCDecoder.inl293 if ( v2T.GetNumNeighbors(v) > 0 &&
584 if ( v2T.GetNumNeighbors(v) > 0 &&
H A Do3dgcSC3DMCEncoder.inl279 if ( v2T.GetNumNeighbors(v) > 0 &&
578 if ( v2T.GetNumNeighbors(v) > 0 &&
H A Do3dgcTriangleListEncoder.inl516 numInputEdges = m_triangleToTriangleInv.GetNumNeighbors(i);
/dports/multimedia/assimp/assimp-5.1.3/contrib/Open3DGC/
H A Do3dgcAdjacencyInfo.h139 long GetNumNeighbors(long element) const in GetNumNeighbors() function
H A Do3dgcSC3DMCDecoder.inl301 if ( v2T.GetNumNeighbors(v) > 0 &&
592 if ( v2T.GetNumNeighbors(v) > 0 &&
H A Do3dgcSC3DMCEncoder.inl283 if ( v2T.GetNumNeighbors(v) > 0 &&
582 if ( v2T.GetNumNeighbors(v) > 0 &&
H A Do3dgcTriangleListEncoder.inl516 numInputEdges = m_triangleToTriangleInv.GetNumNeighbors(i);
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/contrib/Open3DGC/
H A Do3dgcAdjacencyInfo.h139 long GetNumNeighbors(long element) const in GetNumNeighbors() function
H A Do3dgcSC3DMCDecoder.inl293 if ( v2T.GetNumNeighbors(v) > 0 &&
584 if ( v2T.GetNumNeighbors(v) > 0 &&
H A Do3dgcSC3DMCEncoder.inl279 if ( v2T.GetNumNeighbors(v) > 0 &&
578 if ( v2T.GetNumNeighbors(v) > 0 &&
H A Do3dgcTriangleListEncoder.inl516 numInputEdges = m_triangleToTriangleInv.GetNumNeighbors(i);
/dports/math/mfem/mfem-4.3/general/
H A Dcommunication.cpp166 lproc_cgroup.MakeFromList(GetNumNeighbors(), lproc_cgroup_list); in Create()
393 buf_offsets = new int[max(group_ldof.Size(), gtopo.GetNumNeighbors())]; in Finalize()
419 nbr_send_groups.MakeI(gtopo.GetNumNeighbors()); in Finalize()
420 nbr_recv_groups.MakeI(gtopo.GetNumNeighbors()); in Finalize()
H A Dcommunication.hpp102 int GetNumNeighbors() const { return lproc_proc.Size(); } in GetNumNeighbors() function in mfem::GroupTopology
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcOrganism.cc366 const int num_neighbors = m_interface->GetNumNeighbors(); in doOutput()
378 const int num_neighbors = m_interface->GetNumNeighbors(); in doOutput()
696 const int num_neighbors = m_interface->GetNumNeighbors(); in NetRemoteValidate()
708 const int num_neighbors = m_interface->GetNumNeighbors(); in NetRemoteValidate()
H A DcPopulationInterface.h106 int GetNumNeighbors();
H A DcOrgInterface.h98 virtual int GetNumNeighbors() = 0;
H A DcOrganism.h253 int GetNeighborhoodSize() { return m_interface->GetNumNeighbors(); } in GetNeighborhoodSize()
H A DcPopulationInterface.cc261 int cPopulationInterface::GetNumNeighbors() in GetNumNeighbors() function in cPopulationInterface
/dports/biology/avida/avida-2.12.4-src/avida-core/source/cpu/
H A DcTestCPUInterface.h83 int GetNumNeighbors() { return 0; } in GetNumNeighbors() function
/dports/math/mfem/mfem-4.3/fem/
H A Dpfespace.cpp633 int nsize = gt.GetNumNeighbors()-1; in GenerateGlobalOffsets()
3286 for (int nbr = 1; nbr < gtopo.GetNumNeighbors(); nbr++) in DeviceConformingProlongationOperator()
3375 for (int nbr = 1; nbr < gtopo.GetNumNeighbors(); nbr++) in Mult()
3467 for (int nbr = 1; nbr < gtopo.GetNumNeighbors(); nbr++) in MultTranspose()
/dports/math/mfem/mfem-4.3/fem/ceed/
H A Dalgebraic.cpp825 int nsize = group_topo.GetNumNeighbors()-1; in GetProlongationHypreParMatrix()
/dports/math/mfem/mfem-4.3/mesh/
H A Dpmesh.cpp5453 ldata[4] = gtopo.GetNumNeighbors()-1; in PrintInfo()