Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 123 (100.0%) | 104 (100.0%) | 0.8 |
jas | 115 (93.5%) | 88 (84.6%) | 0.7 |
guilkey | 1 (0.8%) | 8 (7.7%) | 8.0 |
luitjens | 5 (4.1%) | 6 (5.8%) | 1.2 |
harman | 2 (1.6%) | 2 (1.9%) | 1.0 |
Changed the way getParticleSubset() with an arbitrary range is queried. You now pass in the patch from which you want the data as the key and no longer pass in a level.
2 lines of code changed in 2 files:
Update copyright date.
12 lines of code changed in 24 files:
Register the transported variable MaterialSet instead of the Material subset.
You can always get the matl subset from the set.
2 lines of code changed in 2 files:
Added the ability to query the data archive to see if a label is being saved. This will always return false if the output has been disabled by setting the output frequency to 0.
3 lines of code changed in 2 files:
Add the ability to call getModifiable(gridVar) with ghost cells. Users should be able to write to these ghost cells but any data written to them will be lost when the task exits. This is useful for computing data locally instead of communicating it (for example a node entered value that is computed from a cell value which is required with ghost cells).
1 lines of code changed in 1 file:
Update copyright dates.
1 lines of code changed in 2 files:
Update copyright dates
17 lines of code changed in 31 files:
Undoing commit 45403
29 lines of code changed in 29 files:
Update copyright date.
29 lines of code changed in 29 files:
Further progress on CohesiveZones. This involved adding an additional instance of Relocate to the SchedulerCommon class, so that the first call to
scheduleParticleRelocate didn't get overwritten by the second.
8 lines of code changed in 1 file: