MDStressLab++
|
#include <Stencil.h>
Public Member Functions | |
template<ConfigType configType> | |
void | expandStencil (const Grid< configType > *pgrid, const double &contributingNeighborhoodSize, const double &noncontributingNeighborhoodSize) |
void | emptyStencil () |
Stencil (const Configuration &) | |
virtual | ~Stencil () |
Public Attributes | |
const Configuration & | parent |
std::map< int, int > | particleContributingMap |
Stencil::Stencil | ( | const Configuration & | parent | ) |
Definition at line 10 of file Stencil.cpp.
|
virtual |
Definition at line 16 of file Stencil.cpp.
void Stencil::emptyStencil | ( | ) |
Definition at line 12 of file Stencil.cpp.
|
inline |
const Configuration& Stencil::parent |