|
Plugins
|
#include <convection_diffusion_sss.h>
Inheritance diagram for ug::ConvectionDiffusionPlugin::cd_point_sss_data< dim >:Additional Inherited Members | |
Public Types inherited from ug::ConvectionDiffusionPlugin::cd_sss_data< dim > | |
| typedef SmartPtr< CplUserData< number, dim > > | user_data_type |
Public Member Functions inherited from ug::ConvectionDiffusionPlugin::cd_sss_data< dim > | |
| cd_sss_data () | |
| class construction (there must exist a 'dummy' constructor!) | |
| void | compute (const MathVector< dim > &x, number time, int si) |
| computes the data from the user data object | |
| number | flux () |
| returns the flux | |
| void | set (number flux) |
| sets the data | |
| void | set (user_data_type spData) |
| sets the data by an object | |
Public Member Functions inherited from ug::ConvectionDiffusionPlugin::point_sss_marker | |
| void | init () |
| resets the mark | |
| bool | marked_for (GridObject *elem, size_t co) |
| check and set the element mark | |
| point_sss_marker () | |
| class constructor | |
Protected Attributes inherited from ug::ConvectionDiffusionPlugin::cd_sss_data< dim > | |
| user_data_type | m_spData |
| an alternative method to specify the data | |
| number | m_values |