Commit Log (Page 90 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-02-19 to 2001-01-29 (Commits 17-66 of 4516)

paklein 2001-02-19 16:42

Added support of output of element, rather than nodal, variables from
SolidT, 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.

13 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.

12 lines of code changed in:

paklein 2001-02-19 16:42

Added support of output of element, rather than nodal, variables from
SolidElementT, 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.

286 lines of code changed in:

paklein 2001-02-19 16:42

Added support of output of element, rather than nodal, variables from
ElasticT, DiffusionElementT, 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.

114 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.

484 lines of code changed in:

paklein 2001-02-19 16:28

Updates to make compatible with the the changes to IsotropicT

91 lines of code changed in:

paklein 2001-02-19 16:26

Added QuadLog isotropic materials formulated in principal stretches
in both 2D and 3D to verify the underlying machinery in OgdenIsotropicT

274 lines of code changed in:

paklein 2001-02-19 16:23

Young's modulus, Poisson's ratio, the shear modulus, the bulk modulus,
and the Lame constant lambda are now calculated and stored after any
are set using
IsotropicT(ifstreamT& in);
void Set_E_nu(double E, double nu);
void Set_mu_kappa(double mu, double kappa);
and can be accessed using
double Young(void) const;
double Poisson(void) const;
double Mu(void) const;
double Kappa(void) const;
double Lambda(void) const;

32 lines of code changed in:

paklein 2001-02-19 16:23

Added
static bool CompatibleOutput(const ContinuumMaterialT&, const ContinuumMaterialT&)
which returns true if the two materials has the same number and sequence of material output parameters.

27 lines of code changed in:

paklein 2001-02-19 16:16

The current input file version has changed to v3.02 because of
changes to the element input. For allowing writing in some "backward
compatibility", the input file version is how available from FEManagerT
using
const StringT& Version(void) const
Version strings can be compared using StringT::versioncmp

16 lines of code changed in:

paklein 2001-02-19 16:10

added
const dMatrixT& SpectralDecompT::Eigenmatrix(void) const
for access to the matrix of eigenvectors as columns of the
return matrix

4 lines of code changed in:

paklein 2001-02-19 16:07

added a flush of cout for SGI because the prompt for input where not
appearing. The prompts in cout still do not always appear for SGI.mpi

5 lines of code changed in:

paklein 2001-02-19 16:04

added error messages when trying to OpenRead, OpenWrite, or Create
ExodusII when ACCESS in not available. The constructor and de-
structor do not require ACCESS.

23 lines of code changed in:

paklein 2001-02-19 15:20

added StringT::versioncmp to do comparisons of verions numbers

69 lines of code changed in:

paklein 2001-02-19 15:13

transposed the matrix of eigenvectors so that the vectors are returned
in columns rather than rows

8 lines of code changed in:

paklein 2001-02-15 16:42

added the linker flag "-static" because the GNU installation
on troi does not find the correct shared language support
library.

2 lines of code changed in:

paklein 2001-02-15 16:26

added -D__SUN__ macro to differentiate GNU for SUN from GNU
for any of the other platforms

4 lines of code changed in:

paklein 2001-02-13 09:57

changes to the constructor for AutoArrayT were not getting caught
by the compiler. The old constructor
AutoArrayT<TYPE>::AutoArrayT(int, bool)
was being mapped to the new constructor
AutoArrayT<TYPE>::AutoArrayT(int, int)
The result is not fatal, but results in a loss of efficiency with
arrays that change size dynamically.

4 lines of code changed in:

paklein 2001-02-13 09:53

small clean, no change in functionality

2 lines of code changed in:

paklein 2001-02-13 09:49

changes to the constructor for AutoArrayT were not getting caught
by the compiler. The old constructor
AutoArrayT<TYPE>::AutoArrayT(int, bool)
was being mapped to the new constructor
AutoArrayT<TYPE>::AutoArrayT(int, int)
The result is not fatal, but results in a loss of efficiency with
arrays that change size dynamically.

19 lines of code changed in:

paklein 2001-02-13 09:48

changes to the constructor for AutoArrayT were not getting caught
by the compiler. The old constructor
AutoArrayT<TYPE>::AutoArrayT(int, bool)
was being mapped to the new constructor
AutoArrayT<TYPE>::AutoArrayT(int, int)
The result is not fatal, but results in a loss of efficiency with
arrays that change size dynamically.

16 lines of code changed in:

paklein 2001-02-09 09:37

added $(INC_FLAGS) to the alternate definition of DEPEND_PATH for
Sun

2 lines of code changed in:

ebmarin 2001-02-07 16:11

changed enum variable "StatusFlagT" from protected to public,
to fix compilation problems on the SUN

3 lines of code changed in:

ebmarin 2001-02-07 15:56

changed enum variable "CommandScope" from private to public,
to fix compilation problems on the SUN

9 lines of code changed in:

paklein 2001-02-07 14:08

removed unused variable

2 lines of code changed in:

paklein 2001-02-07 14:07

added INC_FLAGS with paths to C and C++ standard headers
to suppress warning messages with makedepend

2 lines of code changed in:

paklein 2001-02-07 14:01

added:
StringT::operator==(char*)
StringT::operator!=(char*)
because the JANUS compilers do not treat string literals
as const char*, causing problems with ambiguous function
references. With this fix, Tahoe builds on JANUS again.

3 lines of code changed in:

paklein 2001-02-07 09:37

corrected definition of COMP_F

2 lines of code changed in:

paklein 2001-02-07 09:29

redefined the ECHO macro as
/bin/echo -e
to handle escape characters "\t", "\c", and "\\" as needed for
"make object_list"

2 lines of code changed in:

paklein 2001-02-06 19:04

GNU.linux.macros has

-DNON_UNIX_STDIO

GNU.macros does not.

2 lines of code changed in:

paklein 2001-02-06 00:51

added GNU.linux.macros

25 lines of code changed in:

paklein 2001-02-05 19:13

replaced echo and cat with platform-specific macros $(ECHO) and $(CAT)
because some versions of echo do not handle non-printed characters as
needed for "make object_list", that is:
"\t" -> tab
"\c" -> line continuation, i.e., do not end echo with newline
"\\" -> slash

4146 lines of code changed in:

rjones 2001-02-05 15:58

added a macro for GCC on troi (installed in /usr/local and using
some of the SUN headers)

added NON_UNIX_STDIO define for f2c

26 lines of code changed in:

paklein 2001-02-01 10:24

added empty case of HDR, SRC, OBJ, and SUB_DIR lists to
all makefiles even if not empty to provide guide of how
to handle the empty case for all types

81 lines of code changed in:

paklein 2001-02-01 10:22

(1) modified ComplexT::Conjugate function
(2) changed zArrayT::Conjugate and zMatrixT::Conjugate to use ComplexT::Conjugate
(3) added Conjugate of self to zArrayT and zMatrixT
(4) added Inverse of self to zMatrixT

62 lines of code changed in:

paklein 2001-02-01 09:42

removed Smart*.h

1 lines of code changed in:

pecore 2001-02-01 00:06

Added complex function for ComplexT, zArrayT and zMatrixT.
Added Inverse function for 2x2 or 3x3 zMatriceT

185 lines of code changed in:

paklein 2001-01-31 13:36

fixed error with COMP_F for SGI targets

4 lines of code changed in:

paklein 2001-01-31 13:04

added ArrayT<ComplexT>::fByteCopy = true

3 lines of code changed in:

paklein 2001-01-31 10:35

added ComplexT(int) constructor

2 lines of code changed in:

paklein 2001-01-30 20:08

revised make files to collect list of all objects and then touch
the module archive only once during an update

157 lines of code changed in:

paklein 2001-01-30 20:06

revised make files to collect list of all object files and then
touch the module archive only once to update

377 lines of code changed in:

paklein 2001-01-30 18:12

suppressed some warning messages with COMP_C for SGI
reworked makefiles to build a list of objects files
during "make init" to link/update the module archive
in a single step rather than by directory

58 lines of code changed in:

paklein 2001-01-30 10:44

added default path to MACRO_DIR

19 lines of code changed in:

paklein 2001-01-30 09:23

changed all DEC platforms to use a single cxx template repository
in MACRO_DIR

8 lines of code changed in:

paklein 2001-01-29 15:57

updated makefile to support single template repository for
all models, and to use an external, shared target file

22 lines of code changed in:

paklein 2001-01-29 15:52

revised makefile to support single template repository and
a shared target file

22 lines of code changed in:

paklein 2001-01-29 14:31

changing set up of makefile for DEC targets to make use of a
single template repository in the macros directory. also,
collecting common parts of the makefile.template, used to
compiler each module, into make.targets.

265 lines of code changed in:

paklein 2001-01-29 11:48

ExodusT.cpp

2 lines of code changed in:

paklein 2001-01-29 11:18

updated help mesage

2 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