#include <PerCellBoundaryConditions.h>
|
| | TPerCellBoundaryConditions (const TKinematicGeometryParticles< T, d > &CollisionParticles, const TKinematicGeometryParticles< T, d > &SourceParticles) |
| |
| | ~TPerCellBoundaryConditions () |
| |
| void | ApplyNeumann (const TUniformGrid< T, d > &Grid, TArrayFaceND< bool, d > &BoundaryConditions, TArrayFaceND< T, d > &Velocity, const T Dt, const Pair< int32, TVector< int32, d > > &Index) |
| |
| void | ApplyDirichlet (const TUniformGrid< T, d > &Grid, TArrayND< bool, d > &BoundaryConditions, TArrayND< T, d > &Density, const T Dt, const TVector< int32, d > &Index) |
| |
◆ TPerCellBoundaryConditions()
template<class T , int d>
◆ ~TPerCellBoundaryConditions()
template<class T , int d>
◆ ApplyDirichlet()
template<class T , int d>
◆ ApplyNeumann()
template<class T , int d>
| void Chaos::TPerCellBoundaryConditions< T, d >::ApplyNeumann |
( |
const TUniformGrid< T, d > & |
Grid, |
|
|
TArrayFaceND< bool, d > & |
BoundaryConditions, |
|
|
TArrayFaceND< T, d > & |
Velocity, |
|
|
const T |
Dt, |
|
|
const Pair< int32, TVector< int32, d > > & |
Index |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: