#include <ReflectBC.h>
Public Member Functions | |
ReflectBC (T min, T max) | |
ReflectBC (const ReflectBC< T > &model) | |
~ReflectBC () | |
ReflectBC< T > & | operator= (const ReflectBC< T > &rhs) |
T | min () const |
T | max () const |
T & | min () |
T & | max () |
First, add a BCType that inherits from ParticleBCType, describes a boundary condition, and stores any data that is needed. Then, we specialize ParticleBC for this BCType.
References ReflectBC< T >::max(), and ReflectBC< T >::min().
T ReflectBC< T >::min | ( | ) | const [inline] |
Referenced by ReflectBC< T >::operator=().
T ReflectBC< T >::max | ( | ) | const [inline] |
Referenced by ReflectBC< T >::operator=().
T& ReflectBC< T >::min | ( | ) | [inline] |
T& ReflectBC< T >::max | ( | ) | [inline] |