Template Class ParticleCouplingParameters

Inheritance Relationships

Base Type

  • public ParameterAcceptor

Class Documentation

template<int dim>
class ParticleCouplingParameters : public ParameterAcceptor

Stores parameters related to particle coupling in a simulation.

This class inherits from ParameterAcceptor and provides parameters required for particle coupling algorithms, such as the extraction level for the R-tree structure.

Template Parameters:

dim – The spatial dimension of the problem.

Public Functions

ParticleCouplingParameters()

Constructor that initializes the parameters.

Public Members

unsigned int rtree_extraction_level = 1

The level of the R-tree extraction.

This parameter controls the level of detail in the R-tree structure used for particle coupling. Higher values may lead to more accurate results but at the cost of increased computational complexity.