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

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

#include <KillBC.h>

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

List of all members.

Public Member Functions

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

Detailed Description

template<class T>
class KillBC< 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>
KillBC< T >::KillBC ( min,
max 
) [inline]
template<class T>
KillBC< T >::KillBC ( const KillBC< T > &  model) [inline]
template<class T>
KillBC< T >::~KillBC ( ) [inline]

Member Function Documentation

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

Referenced by KillBC< T >::operator=().

template<class T>
T KillBC< T >::max ( ) const [inline]

Referenced by KillBC< T >::operator=().

template<class T>
T& KillBC< T >::min ( ) [inline]
template<class T>
T& KillBC< T >::max ( ) [inline]

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