Public Types | Public Member Functions

OpenTissue::sph::Euler< Types > Class Template Reference

#include <sph_euler.h>

Inheritance diagram for OpenTissue::sph::Euler< Types >:
OpenTissue::sph::Integrator< Types >

List of all members.

Public Types

typedef Integrator< Typesbase_type
typedef Types::real_type real_type
typedef Types::vector vector
typedef Types::particle particle
typedef Types::particle_container particle_container
typedef Types::collision_detection collision_detection

Public Member Functions

 Euler (const real_type &timestep, const real_type &restitution)
 ~Euler ()
void integrate (particle &par) const

Detailed Description

template<typename Types>
class OpenTissue::sph::Euler< Types >

SPH Semi-Implicit Euler Integrator Class.


Member Typedef Documentation

template<typename Types >
typedef Integrator<Types> OpenTissue::sph::Euler< Types >::base_type
template<typename Types >
typedef Types::particle OpenTissue::sph::Euler< Types >::particle
template<typename Types >
typedef Types::real_type OpenTissue::sph::Euler< Types >::real_type
template<typename Types >
typedef Types::vector OpenTissue::sph::Euler< Types >::vector

Constructor & Destructor Documentation

template<typename Types >
OpenTissue::sph::Euler< Types >::Euler ( const real_type timestep,
const real_type restitution 
) [inline]

Default Constructor.

template<typename Types >
OpenTissue::sph::Euler< Types >::~Euler (  )  [inline]

Deconstructor.


Member Function Documentation

template<typename Types >
void OpenTissue::sph::Euler< Types >::integrate ( particle par  )  const [inline]

Integrate

Parameters:
timestep > 0

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