Changeset 921 for trunk/source/geometry/navigation/History
- Timestamp:
- Feb 16, 2009, 10:14:30 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/source/geometry/navigation/History (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/geometry/navigation/History
r850 r921 1 $Id: History,v 1.1 19 2008/04/29 15:33:05gcosmo Exp $1 $Id: History,v 1.125 2008/11/14 18:26:53 gcosmo Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 17 17 * Reverse chronological order (last date on top), please * 18 18 ---------------------------------------------------------- 19 20 November 14th, 2008 - T.Nikitina, J.Apostolakis (geomnav-V09-01-09) 21 ----------------------------------------------- 22 - Introduced first implementation of new optional method in locator classes 23 AdjustementOfFoundIntersection() using surface-normal of the intersecting 24 solid to boost accuracy. Added the optional call to the new method in each 25 concrete locator. 26 - Removed unnecessary accessors for Brent locator in G4PropagatorInField. 27 - G4VoxelNavigation: implemented additional check when running in "check" 28 mode; if it is on the surface, ensure that it can move on next step; 29 either DistanceToIn(p,v) or DistanceToOut(p,v) should return a finite 30 value greater than the tolerance. 31 32 November 10th, 2008 - G.Cosmo (geomnav-V09-01-08) 33 ----------------------------- 34 - G4PathFinder: cleared unecessary calls to ComputeSafety() in ReLocate(). 35 36 October 28th, 2008 - T.Nikitina (geomnav-V09-01-07) 37 ------------------------------- 38 - Moved method LocateIntersectionPoint() in G4PropagatorInField to a separate 39 class G4VIntersectionLocator, now allowing to use different location 40 algorithms: Brent, MultiLevel, Simple. 41 - New classes: G4VIntersectionLocator, G4SimpleLocator, G4BrentLocator and 42 G4MultiLevelLocator. 43 - Coworks with tag "field-V09-01-03". 44 45 October 10th, 2008 - G.Cosmo (geomnav-V09-01-06) 46 ---------------------------- 47 - Introduced optional Boolean argument in G4Navigator::ComputeSafety() to 48 allow for computation of safety without modifying the state restoring of 49 the navigator. 50 - Modified accordingly the following classes, for calls to ComputeSafety(): 51 G4SafetyHelper, G4PathFinder (now calling ComputeSafety() with TRUE 52 argument to preserve navigator's state), G4MultiNavigator and 53 G4ErrorPropagationNavigator. 54 55 May 5th, 2008 - T.Nikitina (geomnav-V09-01-05) 56 -------------------------- 57 - Added Brent method for LocateIntersectionPoint() in G4PropagatorInField. 58 The Brent method is now used as default and can be switched off through 59 call to the proper accessor function SetBrentMethod(). 60 - Requires related update to G4ChordFinder in geometry/magneticfield module 61 included in tag "field-V09-01-02". 19 62 20 63 April 29th, 2008 - M.Asai (geomnav-V09-01-04)
Note:
See TracChangeset
for help on using the changeset viewer.
