|
template<int refDim> |
void | eval_and_deriv (data_type vValue[], const MathVector< dim > vGlobIP[], number time, int si, GridObject *elem, const MathVector< dim > vCornerCoords[], const MathVector< refDim > vLocIP[], const size_t nip, LocalVector *u, bool bDeriv, int s, std::vector< std::vector< data_type > > vvvDeriv[], const MathMatrix< refDim, dim > *vJT=NULL) const |
|
void | evaluate (data_type &value, const MathVector< dim > &globIP, number time, int si) const |
|
template<int refDim> |
void | evaluate (data_type vValue[], const MathVector< dim > vGlobIP[], number time, int si, GridObject *elem, const MathVector< dim > vCornerCoords[], const MathVector< refDim > vLocIP[], const size_t nip, LocalVector *u, const MathMatrix< refDim, dim > *vJT=NULL) const |
|
void | set_vector (SmartPtr< input_type > data, size_t index) |
| set conc import
|
|
| UserVectorEntryAdapter () |
|
virtual void | check_setup () const |
| returns if data is ok
|
|
virtual void | compute (LocalVector *u, GridObject *elem, const MathVector< dim > vCornerCoords[], bool bDeriv=false) |
| compute values (and derivatives iff compDeriv == true)
|
|
virtual void | compute (LocalVectorTimeSeries *u, GridObject *elem, const MathVector< dim > vCornerCoords[], bool bDeriv=false) |
| compute values (and derivatives iff compDeriv == true, but only for the 'current' time point)
|
|
virtual bool | continuous () const |
| returns if provided data is continuous over geometric object boundaries
|
|
void | evaluate (number vValue[], const MathVector< dim > vGlobIP[], number time, int si, GridObject *elem, const MathVector< dim > vCornerCoords[], const MathVector< refDim > vLocIP[], const size_t nip, LocalVector *u, const MathMatrix< refDim, dim > *vJT=NULL) const |
|
virtual SmartPtr< ICplUserData< dim > > | needed_data (size_t i) |
| return needed data
|
|
virtual size_t | num_input () const |
| number of inputs
|
|
virtual size_t | num_needed_data () const |
| number of other Data this data depends on
|
|
virtual void | operator() (number &value, const MathVector< dim > &globIP, number time, int si) const |
| returns value for a global position
|
|
virtual void | operator() (number vValue[], const MathVector< dim > vGlobIP[], number time, int si, const size_t nip) const |
| returns value for global positions
|
|
virtual bool | requires_grid_fct () const |
| returns that a grid function is needed for evaluation
|
|
virtual void | set_function_pattern (ConstSmartPtr< FunctionPattern > fctPatt) |
| updates the function group
|
|
virtual void | set_input (size_t i, SmartPtr< ICplUserData< dim > > input, SmartPtr< UserDataInfo > info) |
| sets an input
|
|
void | set_num_input (size_t num) |
| sets the number of inputs
|
|
virtual bool | zero_derivative () const |
| returns if derivative is zero
|
|
bool | zero_derivative (size_t i) const |
| returns if the derivative of the i'th input is zero
|
|
virtual void | operator() (TData vValue[], const MathVector< dim > vGlobIP[], number time, int si, GridObject *elem, const MathVector< dim > vCornerCoords[], const MathVector< 1 > vLocIP[], const size_t nip, LocalVector *u, const MathMatrix< 1, dim > *vJT=NULL) const |
|
virtual void | operator() (TData vValue[], const MathVector< dim > vGlobIP[], number time, int si, GridObject *elem, const MathVector< dim > vCornerCoords[], const MathVector< 2 > vLocIP[], const size_t nip, LocalVector *u, const MathMatrix< 2, dim > *vJT=NULL) const |
|
virtual void | operator() (TData vValue[], const MathVector< dim > vGlobIP[], number time, int si, GridObject *elem, const MathVector< dim > vCornerCoords[], const MathVector< 3 > vLocIP[], const size_t nip, LocalVector *u, const MathMatrix< 3, dim > *vJT=NULL) const |
|
bool | defined (size_t s, size_t ip) const |
| returns flag, if data is evaluated (for conditional data)
|
|
size_t | num_ip (size_t s) const |
| returns the number of integration points
|
|
size_t | num_series () const |
| explicitly forward some functions
|
|
void | register_storage_callback (DataImport< TData, dim > *obj, void(DataImport< TData, dim >::*func)()) |
| register external callback, invoked when data storage changed
|
|
void | unregister_storage_callback (DataImport< TData, dim > *obj) |
| register all callbacks registered by class
|
|
TData & | value (size_t s, size_t ip) |
| returns the value at ip
|
|
const TData & | value (size_t s, size_t ip) const |
| returns the value at ip
|
|
TData * | values (size_t s) |
| returns all values for a series
|
|
const TData * | values (size_t s) const |
| returns all values for a series
|
|
| ~CplUserData () |
| destructor
|
|
bool | at_current_time (size_t s) const |
| returns true iff the time point specification is equal to the current one, or not specified
|
|
void | clear () |
| clear all data
|
|
virtual bool | constant () const |
| returns if data is constant
|
|
int | dim_local_ips () const |
| returns current local ip dimension
|
|
| ICplUserData () |
| default constructor
|
|
const MathVector< dim > & | ip (size_t s, size_t ip) const |
| returns global ip
|
|
const MathVector< dim > * | ips (size_t s) const |
| returns global ips
|
|
template<int ldim> |
const MathVector< ldim > & | local_ip (size_t s, size_t ip) const |
| returns local ip
|
|
template<int ldim> |
const MathVector< ldim > * | local_ips (size_t s) const |
| returns local ips
|
|
size_t | num_ip (size_t s) const |
| returns the number of integration points
|
|
size_t | num_series () const |
| returns the number of ip series
|
|
template<int ldim> |
size_t | register_local_ip_series (const MathVector< ldim > *vPos, const size_t numIP, bool bMayChange=true) |
| set local positions without the specification of the time point, returns series id
|
|
template<int ldim> |
size_t | register_local_ip_series (const MathVector< ldim > *vPos, const size_t numIP, const int timePointSpec, bool bMayChange=true) |
| set local positions, returns series id
|
|
void | set_global_ips (size_t s, const MathVector< dim > *vPos, size_t numIP) |
| set global positions
|
|
template<int ldim> |
void | set_local_ips (const size_t seriesId, const MathVector< ldim > *vPos, const size_t numIP) |
| sets new local ip positions for a local ip series
|
|
void | set_subset (int si) |
| set the subset of evaluation
|
|
void | set_time_point (const size_t seriesId, const int timePointSpec) |
| sets a new time point for a local ip series
|
|
void | set_time_point (size_t timePoint) |
| sets the current time point
|
|
void | set_times (const std::vector< number > &vTime) |
| set evaluation time
|
|
int | subset () const |
| returns the subset of evaluation
|
|
number | time () const |
| get the current evaluation time
|
|
number | time (size_t s) const |
| get the specified evaluation time
|
|
size_t | time_point () |
| returns the current time point
|
|
size_t | time_point (size_t s) const |
| returns the time point specification (in particular, the current one, if the own one not specified)
|
|
int | time_point_specification (size_t s) const |
| returns the time point specification (note: it may be -1, i.e. not specified)
|
|
virtual void | update_dof_sizes (const LocalIndices &ind) |
| resize arrays
|
|
virtual | ~ICplUserData () |
| virtual desctructor
|
|
const FunctionGroup & | function_group () const |
| Function Group of functions.
|
|
const FunctionIndexMapping & | map () const |
| get function mapping
|
|
size_t | num_fct () const |
| number of functions this export depends on
|
|
const char * | obj_name () |
| gets the name of the object (s. the field m_objName)
|
|
void | set_obj_name (const char *name) |
| sets the name of the object (s. the field m_objName)
|
|
virtual | ~UserDataInfo () |
| virtual destructor
|
|
int | get_dim () const |
| returns dimension
|
|
virtual void | operator() (TData &value, const MathVector< dim > &globIP, number time, int si, Vertex *vrt) const |
| returns a value at a vertex
|
|
std::string | type () const |
| returns type of data as string (e.g. "Number", "Vector", "Matrix")
|
|
TRet | operator() (TData &value, const MathVector< dim > &globIP, number time, int si, GridObject *elem, const MathVector< dim > vCornerCoords[], const MathVector< 1 > &locIP, LocalVector *u) const |
|
TRet | operator() (TData &value, const MathVector< dim > &globIP, number time, int si, GridObject *elem, const MathVector< dim > vCornerCoords[], const MathVector< 2 > &locIP, LocalVector *u) const |
|
TRet | operator() (TData &value, const MathVector< dim > &globIP, number time, int si, GridObject *elem, const MathVector< dim > vCornerCoords[], const MathVector< 3 > &locIP, LocalVector *u) const |
|