Directory Packages/ModelCreation/Core/Fields/

Total Files:
21
Deleted Files:
1
Lines of Code:
-223

[root]/Packages/ModelCreation/Core/Fields

Lines of Code

Packages/ModelCreation/Core/Fields/ Lines of Code

Developers

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

Most Recent Commits

jeroen 2005-12-13 18:22 Rev.: 32835

Bug fixes. Improve help system in GUI and fix problems with MergeFields and ClipBySelectionMask

0 lines of code changed in 6 files:

  • Packages/ModelCreation/Core/Fields: ClipBySelectionMask.cc (new), ClipBySelectionMask.h (new), FieldsMath.cc (new)
jeroen 2005-12-13 12:51 Rev.: 32828

more bug fixes

9 lines of code changed in 4 files:

  • Packages/ModelCreation/Core/Fields: FieldDataElemToNode.cc (new), FieldDataElemToNode.h (+2 -477)
jeroen 2005-12-13 12:30 Rev.: 32827

Bug fixes for the GUI of this package

16 lines of code changed in 6 files:

  • Packages/ModelCreation/Core/Fields: FieldDataElemToNode.cc (+1 -1), FieldDataElemToNode.h (+6 -11), FieldDataNodeToElem.cc (+1 -1), FieldDataNodeToElem.h (new)
jeroen 2005-11-26 20:30 Rev.: 32631

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:

  • Packages/ModelCreation/Core/Fields: DistanceToField.h (new), FieldDataElemToNode.h (+590 -244), FieldsMath.cc (+1 -1), GetFieldData.h (+13 -12), MergeFields.h (new)
mjc 2005-11-14 11:16 Rev.: 32535

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:

  • Packages/ModelCreation/Core/Fields: DistanceToField.cc (new), FieldDataElemToNode.cc (+5 -5), FieldDataNodeToElem.cc (+4 -4), FieldsMath.cc (+8 -8), GetFieldData.cc (new), MappingMatrixToField.cc (+4 -4), SetFieldData.cc (new)
jeroen 2005-11-10 09:49 Rev.: 32488

Bug fix: resize data vector to proper size

10 lines of code changed in 1 file:

  • Packages/ModelCreation/Core/Fields: MergeFields.h (+10 -2)
jeroen 2005-11-07 20:05 Rev.: 32460

GCC4 bug fixes

71 lines of code changed in 5 files:

  • Packages/ModelCreation/Core/Fields: ClipBySelectionMask.h (+6 -6), DistanceToField.h (+37 -38), GetFieldData.h (+22 -13), SetFieldData.h (new)
jeroen 2005-11-01 10:41 Rev.: 32387

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:

  • Packages/ModelCreation/Core/Fields: DistanceToField.cc (+13 -10), FieldDataElemToNode.cc (+40 -9), FieldDataElemToNode.h (+7 -2), FieldDataNodeToElem.cc (+23 -6), FieldDataNodeToElem.h (+282 -84), FieldsMath.cc (+99 -223), FieldsMath.h (new), GetFieldData.cc (+70), GetFieldData.h (+352), MappingMatrixToField.cc (+10 -8), MergeFields.h (+18 -4), SetFieldData.cc (+84), SetFieldData.h (+594), sub.mk (+2)
jeroen 2005-10-31 11:42 Rev.: 32365

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:

  • Packages/ModelCreation/Core/Fields: DistanceToField.cc (+8 -2), DistanceToField.h (+19 -19), FieldDataElemToNode.h (+6 -20), FieldsMath.cc (+39 -9), FieldsMath.h (+3), MergeFields.cc (new 59), MergeFields.h (+306), sub.mk (+1)
jeroen 2005-10-09 22:47 Rev.: 32089

Fixed bug in splitting fields by element data

34 lines of code changed in 5 files:

  • Packages/ModelCreation/Core/Fields: FieldsMath.cc (+2 -1), SplitFieldByElementData.cc (new), SplitFieldByElementData.h (new)
jeroen 2005-10-09 13:01 Rev.: 32084

Added a few modules which will help for construction of cellular models.

736 lines of code changed in 11 files:

  • Packages/ModelCreation/Core/Fields: ClipBySelectionMask.h (+1), DistanceToField.h (+119 -26), FieldDataElemToNode.h (+15), FieldDataNodeToElem.h (+5), FieldsMath.cc (+114), FieldsMath.h (+6 -25), MappingMatrixToField.cc (+65), MappingMatrixToField.h (new 170), SplitFieldByElementData.cc (+57), SplitFieldByElementData.h (+182), sub.mk (+2)
jeroen 2005-10-06 23:13 Rev.: 32062

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:

  • Packages/ModelCreation/Core/Fields: DistanceToField.h (+1372 -200), FieldsMath.cc (+182 -4), FieldsMath.h (+13 -2), SignedDistanceToField.h (del)
jeroen 2005-10-05 21:29 Rev.: 32057

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:

  • Packages/ModelCreation/Core/Fields: ClipBySelectionMask.cc (+57), ClipBySelectionMask.h (+299), DistanceToField.cc (+60), DistanceToField.h (+436), FieldDataElemToNode.cc (+59), FieldDataElemToNode.h (+570), FieldDataNodeToElem.cc (+59), FieldDataNodeToElem.h (+265), FieldsMath.cc (+656), FieldsMath.h (+137), SignedDistanceToField.h (new 359), sub.mk (+31)
Generated by StatSVN 0.4.0