Reference documentation for deal.II version 9.6.1
 
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Particles Namespace Reference

Namespaces

namespace  Generators
 
namespace  internal
 
namespace  Utilities
 

Classes

class  DataOut
 
class  Particle
 
class  ParticleAccessor
 
class  ParticleHandler
 
class  ParticleIterator
 
class  PropertyPool
 

Variables

template<int dim, int spacedim>
PropertyPool< dim, spacedim > Particle< dim, spacedim >::global_property_pool
 
template<int dim, int spacedim>
const PropertyPool< dim, spacedim >::Handle PropertyPool< dim, spacedim >::invalid_handle = static_cast<Handle>(-1)
 

Detailed Description

A namespace that contains all classes that are related to the particle implementation, in particular the fundamental Particle class.

Variable Documentation

◆ Particle< dim, spacedim >::global_property_pool

template<int dim, int spacedim>
PropertyPool<dim, spacedim> Particles::Particle< dim, spacedim >::global_property_pool
Initial value:
= {
0}

Definition at line 24 of file particle.cc.

◆ PropertyPool< dim, spacedim >::invalid_handle

template<int dim, int spacedim>
const PropertyPool<dim,spacedim>::Handle Particles::PropertyPool< dim, spacedim >::invalid_handle = static_cast<Handle>(-1)

Definition at line 26 of file property_pool.cc.