Commit Log (Page 46 of 91)

back to main page

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 Next »

Summary Period: 2003-05-22 to 2003-05-06 (Commits 2217-2266 of 4516)

paklein 2003-05-22 09:45

removed nested comments

30 lines of code changed in:

paklein 2003-05-22 02:06

check time increment to avoid division by zero

4 lines of code changed in:

paklein 2003-05-22 02:05

check the step number to avoid division by zero

16 lines of code changed in:

paklein 2003-05-22 01:25

HHT-alpha internal arrays were being read before they were initialized
causing floating point exceptions on the DEC.

5 lines of code changed in:

paklein 2003-05-22 00:10

check for zero time step as
if (fabs(*dt) > kSmall)
doesn't work for some reason.

3 lines of code changed in:

paklein 2003-05-21 18:29

added preprocessor directives to disable the THK code if the development
module is not installed.

13 lines of code changed in:

paklein 2003-05-21 17:48

removed incorrect const qualifier on local variables (InverseMapT's)

2 lines of code changed in:

paklein 2003-05-21 16:48

merging changes from BRANCH_THK_1

1081 lines of code changed in:

thao 2003-05-21 09:08

changes made for new parabola class.

4 lines of code changed in:

thao 2003-05-21 09:04

add ParabolaPotT class, a quadratic bond potential, for VIB materials.
Undo changes made to ParabolaT.

55 lines of code changed in:

thao 2003-05-20 23:41

change to biparameter model

16 lines of code changed in:

thao 2003-05-20 23:40

*** empty log message ***

4 lines of code changed in:

thao 2003-05-20 21:47

add option for modified Smith-Ferrante potential.

10 lines of code changed in:

cjkimme 2003-05-20 16:53

ComputeOutput was using current rather than previous timestep's state variables
and calculating zero rates leading to benchmark failure.

5 lines of code changed in:

paklein 2003-05-20 09:15

check time step to avoid division by zero if step = 0.

16 lines of code changed in:

paklein 2003-05-20 03:48

(dummy check-in)
(1) moved ReadRestart into InitialCondition
(2) ReadRestart now returns bool if restart information is read
(3) modified SetTimeStep to change the time step system-wide, including
in the TimeManagerT and the SolverT's.
(4) Modified InitialCondition so that if the initial condition of the
system is not read from a restart file, it is calculated at t = 0
with dt = 0.
(5) modified WriteRestart so output increment counters don't advance when
it is called with dt = 0.

2 lines of code changed in:

paklein 2003-05-20 03:39

explicit calls to ReadRestart in RunBridging not needed anymore because
it has been incorporated into InitialCondition

78 lines of code changed in:

paklein 2003-05-20 03:38

InitialCondition now returns ExceptionT::CodeT

9 lines of code changed in:

paklein 2003-05-20 03:37

(1) added SetTimeStep method to override internal time step control
(2) modified CloseStep so anything the output increment counter does not
advance if the time step is zero.

10 lines of code changed in:

paklein 2003-05-20 03:35

report number of active pairs during Initialize and RelaxSystem

16 lines of code changed in:

paklein 2003-05-20 03:34

check time step to avoid division by zero. If step = 0, all rates are
assumed to be 0.

43 lines of code changed in:

paklein 2003-05-20 03:34

(1) corrected calculation of incremental viscous dissipation
(2) check time step to avoid division by zero. If step = 0, all rates are
assumed to be 0.

33 lines of code changed in:

paklein 2003-05-20 03:31

check time step to avoid division by zero

6 lines of code changed in:

paklein 2003-05-20 03:31

corrected error in setting fLocTemp_last, if present

2 lines of code changed in:

paklein 2003-05-20 03:30

implemented inertial contribution to internal force for implicit dynamics

19 lines of code changed in:

paklein 2003-05-20 03:29

check time step to avoid division by zero. If time step is zero, all rates
are also assumed to be zero.

84 lines of code changed in:

paklein 2003-05-20 03:28

(1) avoid division by zero of time step is zero
(2) override Dimension to dimension stored field values

46 lines of code changed in:

paklein 2003-05-20 03:27

added virtual method Dimension, which can be used to inform the integrator of the dimensions of the fields that use it so internal temporaries can be dimensioned

13 lines of code changed in:

paklein 2003-05-20 03:26

allow time step = 0, but not < 0

2 lines of code changed in:

paklein 2003-05-20 03:25

(1) override Dimension to send new field dimensions to the time integrator
(2) check for IC's applied to prescribed equations and warn if found
(3) apply KBC's during InitialCondition to correct and of those false
IC's.

64 lines of code changed in:

paklein 2003-05-20 03:22

(1) added virtual destructor
(2) made Dimension virtual

5 lines of code changed in:

paklein 2003-05-20 03:21

update the current configuration at the end of NodeManagerT::InitialCondition

4 lines of code changed in:

paklein 2003-05-20 03:20

added parameter TipNoise. If the test value used to identify the crack
tip does not exceed TipNoise, the tip is not moved.

23 lines of code changed in:

paklein 2003-05-20 03:18

added SetTimeStep method so the solver can be told that stored values,
which depend on the time increment, need to be cleared.

33 lines of code changed in:

rdorgan 2003-05-15 15:39

updated files

209 lines of code changed in:

saubry 2003-05-15 13:40

Correct factor in pair energy.

11 lines of code changed in:

thao 2003-05-14 22:11

added virtual functions to access internal state variables.

15 lines of code changed in:

cjkimme 2003-05-14 17:47

Taking out the NodeMap for atom decomposition.

3 lines of code changed in:

cjkimme 2003-05-14 10:41

changes to correctly compute center of mass quantities for a group of
nodes over multiple processors

106 lines of code changed in:

thao 2003-05-12 16:44

added development J2 material to material list

42 lines of code changed in:

thao 2003-05-12 09:50

added missing virtual declarations

22 lines of code changed in:

paklein 2003-05-09 11:39

initialize list of pointers to thermostats to NULL after dimensioning it,
so destructor doesn't bomb if an exception occurs before all thermostats
have been constructed.

2 lines of code changed in:

paklein 2003-05-09 11:37

corrected member function declaration

2 lines of code changed in:

saubry 2003-05-09 11:33

Correct bugs.

18 lines of code changed in:

saubry 2003-05-07 18:07

Correct coefficients.

64 lines of code changed in:

saubry 2003-05-07 17:44

Some corrections in commnications.

231 lines of code changed in:

paklein 2003-05-07 17:42

corrected ambiguous reference to ValueT::TypeName

3 lines of code changed in:

saubry 2003-05-07 09:55

*** empty log message ***

0 lines of code changed in:

saubry 2003-05-07 09:54

Forces look ok.

196 lines of code changed in:

cjkimme 2003-05-06 16:37

Killing warning message.

4 lines of code changed in:

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 Next »

Generated by StatCVS 0.2.2