Skip to content

Add UDF_Finalize as an entry point#696

Open
maximilian-tech wants to merge 1 commit into
Nek5000:nextfrom
maximilian-tech:add_udf_finalize
Open

Add UDF_Finalize as an entry point#696
maximilian-tech wants to merge 1 commit into
Nek5000:nextfrom
maximilian-tech:add_udf_finalize

Conversation

@maximilian-tech
Copy link
Copy Markdown

Add UDF_Finalize as an entry point.

This is a commonly used function name to finalize user defined functions.

The same can be achieved calling if (nrs->lastStep) in UDF_ExecuteStep currently, but this is a bit clunky.
Finalize maps nicely to e.g. the ParaView Catalyst API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant