Commit Log (Page 89 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: 2001-04-04 to 2001-02-19 (Commits 67-116 of 4516)

paklein 2001-04-04 15:13

- added output of element-averaged traction
- output of element centroid for "failed" elements
- output of cohesive energy for "failed" elements using new SurfacePotentialT::FractureEnergy function.

197 lines of code changed in:

paklein 2001-04-04 15:11

added FractureEnergy() to return the amount of energy needed to break the cohesiv surface

27 lines of code changed in:

paklein 2001-04-02 15:25

truncate all title and info strings to (MAX_LINE_LENGTH - 1) and qa_records
to (MAX_STR_LENGTH - 1)

31 lines of code changed in:

paklein 2001-03-20 15:55

Output statistics of decomposition

17 lines of code changed in:

paklein 2001-03-19 15:30

initial check-in

30 lines of code changed in:

paklein 2001-03-19 14:39

Added conversion of output code for tip tracking from external
to internal numbering, i.e., offset code by -1.

6 lines of code changed in:

paklein 2001-03-19 14:31

Corrected SendOutput to specify no element output to ComputeOutput

10 lines of code changed in:

paklein 2001-03-19 14:25

Corrected SendOutput to specify no element output to ComputeOutput

5 lines of code changed in:

paklein 2001-03-15 13:40

Made jacobian error tolerance uniformly <= 0.0

5 lines of code changed in:

paklein 2001-03-15 13:39

Changed jacobian error tolerance from < kSmall to <= 0.0

15 lines of code changed in:

paklein 2001-03-15 13:37

Added try-catch block to FormLHS to catch exceptions print current
element information as with FormRHS.

27 lines of code changed in:

paklein 2001-03-15 09:48

formatting

15 lines of code changed in:

paklein 2001-03-15 09:47

Added wrapper for DomainIntegrationT::FacetGeometry and redclared
SideSetToFacets non-virtual and const

18 lines of code changed in:

paklein 2001-03-14 11:32

corrected macros

6 lines of code changed in:

paklein 2001-03-13 19:20

removed funny chars from strings

3 lines of code changed in:

paklein 2001-03-13 19:08

initial check-in

31 lines of code changed in:

paklein 2001-03-13 18:25

fixed COMP_F macro

2 lines of code changed in:

paklein 2001-03-12 10:36

Previously, a write restart increment of 1 meant just one restart
file for the whole simulation at the end. Now, 1 is treated like
all other restart increments.

2 lines of code changed in:

paklein 2001-03-09 17:51

No longer use the step size and step cut parameters from the restart file
to allow restarts with different step parameters.

20 lines of code changed in:

paklein 2001-03-09 17:46

In the name of iteration output files, move the processor designation after
the step designation for consistency with what's expected bu JoinOutputT.

9 lines of code changed in:

paklein 2001-03-08 09:22

Fixed problem with element output for facets that have been turned OFF.

8 lines of code changed in:

paklein 2001-03-07 16:52

Corrected error in calculation of nodal output. Reference coordinates were
not being fetched for each element.

25 lines of code changed in:

paklein 2001-03-07 16:50

Added scaling matrix to calculation of "beta" in PCG algorithm as
per Bertsekas (6.32). The addition shows substantial improvement
in convergence rates for graded meshes.

12 lines of code changed in:

paklein 2001-03-07 16:17

Added dimension check in SetLocal

9 lines of code changed in:

hspark 2001-02-28 17:17

Made changes for compatibility with Portland Group compilers for
Linux

18 lines of code changed in:

hspark 2001-02-28 17:15

Adding macros for linux using Portland Group compilers

28 lines of code changed in:

paklein 2001-02-27 18:36

Added DissambleLHSDiagonal to allow access to values on the diagonal
of the global LHS matrix.

8 lines of code changed in:

paklein 2001-02-27 18:36

Added DissambleDiagonal to allow access to values on the diagonal
of the matrix. The default behavior for this function is to throw an
exception, meaning it is up to the derived classes to provide this
functionality.

67 lines of code changed in:

paklein 2001-02-27 18:34

Added DissambleLHSDiagonal to allow access to values on the diagonal
of the global LHS matrix.

10 lines of code changed in:

paklein 2001-02-27 16:47

Corrected preprocessors flags for spoolesMPI library
support

9 lines of code changed in:

paklein 2001-02-27 16:29

Corrected preprocessors flags for spoolesMPI library
support

6 lines of code changed in:

paklein 2001-02-27 16:24

Corrected COMP_F macro

2 lines of code changed in:

paklein 2001-02-26 17:11

Added compiler option:
-LANG:ansi-for-init-scope=ON
Enables or disables the ANSI scoping rules for for-init
declarations (the scope of the name declared extends to the
end of the for statement). This enables the behavior that is
required by the C++ standard. The default value is OFF.

6 lines of code changed in:

paklein 2001-02-26 16:16

Added support for joining element output variables generated under
parallel execution with the "-split_io" command line option. In order
to join element output ID's for all element blocks in an output set are
written to "[job name].io.ID", by rank 0, immediately after each output
set is registered. If this file is missing during a run with "-join", element
output variables are not included in the joined output files.

13 lines of code changed in:

paklein 2001-02-26 16:16

Skip reading element variables if the number of
elements is 0. Also, removed all dummy calls to
the ExodusII library functions.

9 lines of code changed in:

paklein 2001-02-26 16:16

Added support for joining element output variables generated under
parallel execution with the "-split_io" command line option. In order
to join element output ID's for all element blocks in an output set are
written to "[job name].io.ID", by rank 0, immediately after each output
set is registered. If this file is missing during a run with "-join", element
output variables are not included in the joined output files.

13 lines of code changed in:

paklein 2001-02-26 16:12

Corrected call for output proxy with no_wrap_tight().

3 lines of code changed in:

paklein 2001-02-26 16:10

Added third cohesive surface formulation (code = 2) for anisotropic cohesive
surfaces without a rotating local coordinate frame.

7 lines of code changed in:

paklein 2001-02-26 16:09

Added third cohesive surface formulation (code = 2) for anisotropic cohesive
surfaces without a rotating local coordinate frame. Also, updated registering
output for new support for joining element output.

9 lines of code changed in:

paklein 2001-02-26 16:06

Added option to enable/disable co-rotational coordinate frame with
CSEAnisoT.

87 lines of code changed in:

paklein 2001-02-26 16:03

To support joining element output variables, the ID's for all element
blocks in an output set are written to "[job name].io.ID", by rank 0,
immediately after the output set it registered.

31 lines of code changed in:

paklein 2001-02-26 16:01

Added clear to end of line after prompting for number of partitions to join.
Trailing newline was flushing input at next prompt.

7 lines of code changed in:

paklein 2001-02-26 09:37

Added trap for bad jacobian determinants

10 lines of code changed in:

paklein 2001-02-22 15:45

Descending into sub-directories is no longer done by treating the sub-directories
as targets. This caused problems because some directories were missed and mult-
iple directories were being processed simulatenously. Directories are not hit one
at a time using "for" loops. Also, a common set of suffix rules in now in
macros/suffix
and "make" instructions for the sub-directories are now read from
macros/subdir.targets
NOTE: the make system in the new macros module is not compatible with the
old make system. To rebuild, you must update all modules.

665 lines of code changed in:

paklein 2001-02-22 15:38

Descending into sub-directories is no longer done by treating the sub-directories
as targets. This caused problems because some directories were missed and mult-
iple directories were being processed simulatenously. Directories are not hit one
at a time using "for" loops. Also, a common set of suffix rules in now in
macros/suffix
and "make" instructions for the sub-directories are now read from
macros/subdir.targets
NOTE: the make system in the new macros module is not compatible with the
old make system. To rebuild, you must update all modules.

183 lines of code changed in:

paklein 2001-02-22 15:21

Added dialog box for command line arguments for MacOS
using CodeWarrior

10 lines of code changed in:

paklein 2001-02-22 12:34

Added missing MPI_CFLAGS and MPI_LFLAGS

10 lines of code changed in:

paklein 2001-02-22 09:11

Added fix to clear newline after prompting for size in RunDecomp_serial. Otherwise, next read from cin is empty.

8 lines of code changed in:

paklein 2001-02-20 02:52

Changed StringT::versioncmp because different platforms show different
behavior with EOF's with istrstream's. FYI, SGI and GNU do not hit the
EOF even if it is the terminator for the final integer (and probably
any other type ending with a delimiter), while DEC and Metrowerks do.

43 lines of code changed in:

paklein 2001-02-19 16:42

Added support of output of element, rather than nodal, variables from
ElasticT, DiffusionT, CSEAnisoT, and CSEIsoT. The input files newer than
v3.01 must contain flags specifying the output of element output variables.
Output of element variables is not yet supported for parallel execution.

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