SCOREC core
Parallel unstructured mesh tools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
apf::Function Struct Referenceabstract

User-defined Analytic Function. More...

Public Member Functions

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

Detailed Description

User-defined Analytic Function.

Definition at line 749 of file apf.h.

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
ethe entity on which the node is
resultthe field component values for that node

The documentation for this struct was generated from the following file: