You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the proposed feature in the first post seems more powerful because it allows "selectively importing" type components rather than always "star importing" all components.
I would really like to use this feature if available because I need to write the same object name again and again when "importing" many type components via associate.
Extending associate construct for object oriented contexts would be very useful for readability and development in my opinion.
Instead of writing something like this:
I would like to write:
associate(from self: nx, ny, nz, ng; & from self%base_gpu: dcsidx_gpu, detady_gpu, dzitdz_gpu, dcsidxs_gpu, detadys_gpu, dzitdzs_gpu; & from self%equation_base: indx_cp_l, indx_cp_r, cp => calorically_perfect, t0, enable_ibm)
Francesco
The text was updated successfully, but these errors were encountered: