SCOREC core
Parallel unstructured mesh tools
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 796 of file apf.h.

Member Function Documentation

◆ eval()

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: