-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split get_array(fr::FieldRecord) into two simpler pieces
This splits up get_array(fr::FieldRecord) into two simpler pieces which should be easier to maintain: FieldArray(fr::FieldRecord) # n-dimensional Array view of whole Domain select(fa::FieldArray, selectargs) # select a region
- Loading branch information
Showing
5 changed files
with
628 additions
and
452 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.