UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::TPerCellSemiLagrangianAdvection< T, d > Class Template Reference

#include <PerCellSemiLagrangianAdvection.h>

Public Member Functions

 TPerCellSemiLagrangianAdvection ()
 
 ~TPerCellSemiLagrangianAdvection ()
 
template<class T_SCALAR >
void Apply (const TUniformGrid< T, d > &Grid, TArrayND< T_SCALAR, d > &Scalar, const TArrayND< T_SCALAR, d > &ScalarN, const TArrayFaceND< T, d > &VelocityN, const T Dt, const TVector< int32, d > &Index)
 

Constructor & Destructor Documentation

◆ TPerCellSemiLagrangianAdvection()

template<class T , int d>
Chaos::TPerCellSemiLagrangianAdvection< T, d >::TPerCellSemiLagrangianAdvection ( )
inline

◆ ~TPerCellSemiLagrangianAdvection()

template<class T , int d>
Chaos::TPerCellSemiLagrangianAdvection< T, d >::~TPerCellSemiLagrangianAdvection ( )
inline

Member Function Documentation

◆ Apply()

template<class T , int d>
template<class T_SCALAR >
void Chaos::TPerCellSemiLagrangianAdvection< T, d >::Apply ( const TUniformGrid< T, d > &  Grid,
TArrayND< T_SCALAR, d > &  Scalar,
const TArrayND< T_SCALAR, d > &  ScalarN,
const TArrayFaceND< T, d > &  VelocityN,
const T  Dt,
const TVector< int32, d > &  Index 
)
inline

The documentation for this class was generated from the following file: