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
The physical_space class should be designed to account for nonuniform grid. I plan to create a main class defining the needed function (create_grid() and find_element()) with subclasses for:
uniform grid
nonuniform in latitude
nonuniform in longitude
totally unstructured,
to account for the specific cases.
The text was updated successfully, but these errors were encountered:
The
physical_space
class should be designed to account for nonuniform grid. I plan to create a main class defining the needed function (create_grid()
andfind_element()
) with subclasses for:to account for the specific cases.
The text was updated successfully, but these errors were encountered: