Menu

Code SVN tahoe Commit Log


Commit Date  
[r82] by paklein

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

2001-02-22 17:11:13 Tree
[r81] by paklein

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.

2001-02-20 10:52:34 Tree
[r80] by paklein

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.

2001-02-20 00:42:16 Tree
[r79] by paklein

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.

2001-02-20 00:42:15 Tree
[r78] by paklein

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.

2001-02-20 00:42:14 Tree
[r77] by paklein

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.

2001-02-20 00:42:13 Tree
[r76] by paklein

Updates to make compatible with the the changes to IsotropicT

2001-02-20 00:28:23 Tree
[r75] by paklein

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

2001-02-20 00:26:51 Tree
[r74] by paklein

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;

2001-02-20 00:23:21 Tree
[r73] by paklein

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.

2001-02-20 00:23:20 Tree
Older >
MongoDB Logo MongoDB