Pointwise Plugin SDK
Implement the Grid Import runtimeReadGridCreate() C Function

<prev | main page | C API | next>

Just after a plugin is loaded into memory by Fidelity Pointwise, the plugin's runtimeReadGridCreate() function is called. This function is only called once. The runtimeReadGridCreate() function is located in the file src/plugins/GrdpImport/runtimeReadGrid.cxx.

The runtimeReadGridCreate() function is typically used by a plugin to initilize any plugin specific data and to publish solver attributes (see the grdpPublishValueDefinition() function).

The runtimeReadGridCreate() function should return PWP_TRUE to indicate success. If it returns PWP_FALSE, the plugin will NOT be loaded.

<prev | main page | C API | next>