Routine to get a pointer to a new instance of method_data for an operation variable
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(c_ptr), | intent(in), | optional | :: | solver_bundle | Optional solver data to store in tem_varSys_op_data_type |
Pointer to the newly created instance.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(tem_varSys_op_data_type), | private, | pointer | :: | res | Local variable to allocate a new instance. |