Plugins
|
#include <convection_diffusion_sss.h>
Public Member Functions | |
void | init () |
resets the mark More... | |
bool | marked_for (GridObject *elem, size_t co) |
check and set the element mark More... | |
point_sss_marker () | |
class constructor More... | |
Private Attributes | |
size_t | m_co |
corner of the element (not to take it into account twice inside of the element) More... | |
GridObject * | m_elem |
grid element for the source/sink (not to take it into account twice) More... | |
Class for markers of the point sources and sinks
Note that there the point sinks are only used for full-dimensional subdomains.
|
inline |
class constructor
|
inline |
|
inline |
|
private |
corner of the element (not to take it into account twice inside of the element)
Referenced by init(), and marked_for().
|
private |
grid element for the source/sink (not to take it into account twice)
Referenced by init(), and marked_for().