GemaLuaCoreLib
The GeMA Lua Core library
Functions
GmLuaIntegrationRuleUtils Namespace Reference

Aux functions used by integration rule creation functions. More...

Functions

int parseIntegrationRuleParams (lua_State *L, const char *name, GmCellType *cellType, int *P, int *Q, int *faceType, GmIntegrationRuleType *irType, int *rule1, int *rule2=NULL, int *rule3=NULL)
 Parses the set of parameters used when creating a new integration rule.
 
int pushIntegrationRule (lua_State *L, GmIntegrationRule *ir, GmCellType cellType, const GmLogCategory &logger)
 Pushes on the Lua stack the given integration rule as either a plain rule or a border rule.
 

Detailed Description

Aux functions used by integration rule creation functions.