27#ifndef OLB_REGULARIZED_TEMPERATURE_2D_H
28#define OLB_REGULARIZED_TEMPERATURE_2D_H
37template <concepts::BaseType T, concepts::LatticeDescriptor DESCRIPTOR,
typename MixinDynamics>
38requires (DESCRIPTOR::d == 2)
Top level namespace for all of OpenLB.
DiscreteNormalType
Type associated with a discrete normal vector.
@ ExternalCorner
Normal detected as flat plane.
@ InternalCorner
Normal detected as external corner.
std::int64_t CellDistance
Type for in-memory distance of block-local cell indices.
std::optional< DynamicsPromise< T, DESCRIPTOR > > getDynamics(DiscreteNormalType type, DiscreteNormal< DESCRIPTOR > n)
std::optional< PostProcessorPromise< T, DESCRIPTOR > > getPostProcessor(DiscreteNormalType type, DiscreteNormal< DESCRIPTOR > n)
CellDistance getNeighborhoodRadius()