Public Member Functions

apf::Function Struct Reference

User-defined Analytic Function. More...

List of all members.

Public Member Functions

virtual ~Function ()
 Possible user-defined cleanup.
virtual void eval (MeshEntity *e, double *result)=0
 The user's analytic function call.

Detailed Description

User-defined Analytic Function.


Member Function Documentation

virtual void apf::Function::eval ( MeshEntity *  e,
double *  result 
) [pure virtual]

The user's analytic function call.

For simplicity, this currently only supports one node per entity.

Parameters:
e the entity on which the node is
result the field component values for that node

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines