[root]/Packages/ModelCreation/Dataflow/Modules
Converter
(5 files, -17 lines)
DataIO
(17 files, 2223 lines)
DataInfo
(4 files, 867 lines)
DataStreaming
(2 files, 2 lines)
FieldsCreate
(8 files, 752 lines)
FieldsData
(17 files, 2746 lines)
FieldsExample
(2 files, 1 lines)
FieldsGeometry
(10 files, -57 lines)
FieldsProperty
(5 files, 716 lines)
FiniteElements
(4 files, 0 lines)
Math
(6 files, 0 lines)
Script
(4 files, 637 lines)
SelectionMask
(7 files, 877 lines)
TensorVectorMath
(10 files, 1983 lines)
Time
(2 files, 419 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
jeroen | 7 (100.0%) | 7 (100.0%) | 1.0 |
Adding functionality to stream time adaptive signals. TimeToWeights takes in a vector with times and creates the weights of the nearest timeframes and does a linear interpolation. This module serves as input for StreamMatrix which has a port with weights that describe how multiple columns or rows need to be combined into one. Note: the weights here are not compatible yet with MatrixSelectVector, that module uses a custom system to do a sparse matrix. StreamMatrix and TimeToWeights use the default sparse matrix to define weights.
1 lines of code changed in 2 files:
Renamed CompartmentBoundary into DomainBoundary for more consistent naming, added framework for datastreaming (needs to be finished) add two modules for doing operations on a matrix on a row or column basis. Updated some of the module descriptions and various bug fixes.
1 lines of code changed in 1 file:
update to most recent version
1 lines of code changed in 1 file:
Fixes to the system to link opposing boundaries in a geometry
1 lines of code changed in 1 file:
Sync package with latest development
1 lines of code changed in 1 file:
Continuation of development of ModelCreation package
2 lines of code changed in 1 file: