7.2
general documentation
Electric arcs example

Electric arcs example

Local variables to be added

The following local variables need to be defined for the examples in this section:

Allocation

Before user initialization, work arrays lstelt must be allocated, like in basic example.

Initialization

Classical initialization:

Finalization

At the end of the subroutine, it is recommended to deallocate the work array lstelt, like in basic example.