Routine to get a pointer to a new instance of mus_varSys_solverData_type to be used as method data for a variable in the variable system.
A new instance is allocated and a c_ptr to this type is returned. Be aware that local pointer are not automatically deallocated when leaving the routine
TODO init the point arrays
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_varSys_solverData_type), | intent(in), | optional, | target | :: | solver |
The prototype is used to initialize the new instance. |
Pointer to the newly created instance.