Home
last modified time | relevance | path

Searched refs:count_particles (Results 1 – 8 of 8) sorted by relevance

/dports/devel/libflatarray/libflatarray-0.3.0/examples/smoothed_particle_hydrodynamics/
H A Dmain.cpp39 int count_particles(float hh) in count_particles() function
120 int count = count_particles(hh); in main_c()
292 int count = count_particles(hh); in main()
/dports/math/py-yt/yt-4.0.1/yt/data_objects/index_subobjects/
H A Dparticle_container.py100 count_particles = _non_indexed("count_particles") variable in ParticleContainer
H A Dunstructured_mesh.py119 def count_particles(self, selector, x, y, z): member in UnstructuredMesh
H A Dgrid_patch.py434 def count_particles(self, selector, x, y, z): member in AMRGridPatch
H A Doctree_subset.py519 def count_particles(self, selector, x, y, z): member in OctreeSubset
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_particle.h289 int count_particles(struct ParticleSystem *psys);
/dports/math/py-yt/yt-4.0.1/yt/data_objects/
H A Ddata_containers.py416 size += self._current_chunk.objs[0].count_particles(
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dparticle.c268 int count_particles(ParticleSystem *psys) in count_particles() function