Plugins
|
#include <convection_diffusion_sss.h>
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!) More... | |
void | compute (const MathVector< dim > &x, number time, int si) |
computes the data from the user data object More... | |
number | flux () |
returns the flux More... | |
void | set (number flux) |
sets the data More... | |
void | set (user_data_type spData) |
sets the data by an object More... | |
Public Member Functions inherited from ug::ConvectionDiffusionPlugin::point_sss_marker | |
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... | |
Protected Attributes inherited from ug::ConvectionDiffusionPlugin::cd_sss_data< dim > | |
user_data_type | m_spData |
an alternative method to specify the data More... | |
number | m_values |