FreePOOMA  2.4.1
Public Member Functions
AbsorbBC< T > Class Template Reference

Here is an example of adding a new particle boundary condition. More...

#include <AbsorbBC.h>

Inheritance diagram for AbsorbBC< T >:
Inheritance graph
[legend]
Collaboration diagram for AbsorbBC< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 AbsorbBC (T min, T max)
 AbsorbBC (const AbsorbBC< T > &model)
 ~AbsorbBC ()
AbsorbBC< T > & operator= (const AbsorbBC< T > &rhs)
min () const
max () const
T & min ()
T & max ()

Detailed Description

template<class T>
class AbsorbBC< T >

Here is an example of adding a new particle boundary condition.

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.


Constructor & Destructor Documentation

template<class T>
AbsorbBC< T >::AbsorbBC ( min,
max 
) [inline]
template<class T>
AbsorbBC< T >::AbsorbBC ( const AbsorbBC< T > &  model) [inline]
template<class T>
AbsorbBC< T >::~AbsorbBC ( ) [inline]

Member Function Documentation

template<class T>
AbsorbBC<T>& AbsorbBC< T >::operator= ( const AbsorbBC< T > &  rhs) [inline]
template<class T>
T AbsorbBC< T >::min ( ) const [inline]
template<class T>
T AbsorbBC< T >::max ( ) const [inline]
template<class T>
T& AbsorbBC< T >::min ( ) [inline]
template<class T>
T& AbsorbBC< T >::max ( ) [inline]

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