|
Plugins
|
#include <convection_diffusion_sss.h>
Inheritance diagram for ug::ConvectionDiffusionPlugin::point_sss_marker:Public Member Functions | |
| void | init () |
| resets the mark | |
| bool | marked_for (GridObject *elem, size_t co) |
| check and set the element mark | |
| point_sss_marker () | |
| class constructor | |
Private Attributes | |
| size_t | m_co |
| corner of the element (not to take it into account twice inside of the element) | |
| GridObject * | m_elem |
| grid element for the source/sink (not to take it into account twice) | |
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().