[root]/Packages/ModelCreation/Core/Fields
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 97 (100.0%) | 8112 (100.0%) | 83.6 |
jeroen | 86 (88.7%) | 8081 (99.6%) | 93.9 |
mjc | 11 (11.3%) | 31 (0.4%) | 2.8 |
Bug fixes. Improve help system in GUI and fix problems with MergeFields and ClipBySelectionMask
0 lines of code changed in 6 files:
more bug fixes
9 lines of code changed in 4 files:
Bug fixes for the GUI of this package
16 lines of code changed in 6 files:
Fixes to incorporate the changes in ordering of the include files in the dynamic compiled files. Apparently the order of include files does matter now.
613 lines of code changed in 8 files:
replace int argument for get_type_description with enum that specifies which info you are interested in. depricate virtual const string get_type_name(int n = -1) const, use get_type_description(...)->get_name() instead.
31 lines of code changed in 11 files:
Bug fix: resize data vector to proper size
10 lines of code changed in 1 file:
GCC4 bug fixes
71 lines of code changed in 5 files:
First in series of bug fixes to have my model creation package work with the HOB functionality
1596 lines of code changed in 16 files:
Added modules to this package to generate fielddata field new basis and new type without the need to do changefielddatatype and changefieldbasis (more memory efficiency). Added a module for merging fields, gatherfields in the core is broken and this one is defined differently from a GUI perspective. Added a module to compute field data bases on three input fields and a dynamic range of matrix inputs.
441 lines of code changed in 8 files:
Fixed bug in splitting fields by element data
34 lines of code changed in 5 files:
Added a few modules which will help for construction of cellular models.
736 lines of code changed in 11 files:
Added reader/writer for text into strings. Added support for attaching properties to fields. Added code for distance maps.
1567 lines of code changed in 4 files:
Added modules to compute data of field based on a user supplied function and matrices as parameters. Added a new engine to do Tensor/Vector/Scalar math with data in matrices and data in fields, and as well element properties. Added modules to move data from element to node and vice versa with different functions not limitted to the standard interpolation function. Add functionality to create conductivity fields from tissue indexed fields. Now multiple sources can be combined like tissue class, tensor data and other data available. Made modules more scriptable, added ports to supply user function, for computing new data (to control functions being applied in a central source). Added distance map functionality (needs to be upgraded to HO elements). Combined function for computing scalar, vector and tensor arrays into one module called ComputeDataArray. Made a start to put all fields computations into one library that can be used to create complicated Field operations. Added framework for signeddistance maps, which needs to be extended.
2988 lines of code changed in 12 files: