Tags give the ability to mark specific points in history as being important
-
-
-
-
v0.1.11
2ff311f2 · ·Fixed circular import issue in declare.py, by moving imports inside declare functions
-
-
v0.1.9
839a9044 · ·- Removed jit folder (where necessary, jit functions are included in the files directly) - Implemented PointSet/GroupSet as intermediary layer between ItemSet and NodeSet/ElementSet - Removed Node and Element classes (it's much more efficient to store coords and/or inodes directly) - Swapped array indexing to be more efficient (sgrads[ip] is more efficient than sgrads[:, :, ip]) - Relaxed versioning of requirements in ENVIRONMENT.yml and setup.py - Added various helper functions to assist C++-based jive in probfem repo - Made modules explicit input argument
-
v0.1.8
d95afd3b · ·- Added `@saveconfig` decorator - Added `get_unique_relevant_model` function - Made arguments to `configure()` explicit - Implemented `ViewModule` - Made `OutputModule` more robust and flexible - Added `PointSet` and `XPointSet` classes - Implemented nth order 1D Gauss-Legendre shape functions - Implemented `ElemTables` for element-wise fields (e.g. T3 strains and stresses, or element size) - Made `parse_file` more robust, handling lists and whitespace better - Replaced `[mdt/opt]_[arg/dict/list]` functions with `check_[value/dict/list]` functions
-
-
-
-
-
-
-