Commit Graph

  • 8e6ea7d9c7 Added Ctrans to homogenizedC and strain-induced martensite part to basic states Su Leen Wong 2014-09-10 12:12:17 +0000
  • b2787f8e66 added support for symmetric quadrature rules unto order 5 Pratheek Shanthraj 2014-09-10 09:25:45 +0000
  • dc406a01c0 added funtions to get averged properties at integration points. Luv Sharma 2014-09-10 08:37:12 +0000
  • 9b4c1fc43d added DAMASK_FEM.exe to bin_link list Pratheek Shanthraj 2014-09-10 08:09:35 +0000
  • f1e345dcdb fixed compilation for FEM Martin Diehl 2014-09-09 15:59:41 +0000
  • d2d52ee666 updated FEM examples Pratheek Shanthraj 2014-09-09 15:52:54 +0000
  • 0c5d3a88ca updated to native Petsc FEM and quadrature definitions Pratheek Shanthraj 2014-09-09 15:39:39 +0000
  • b6847ebb01 added use mesh statement needed for output of mesh_element Franz Roters 2014-09-09 15:18:49 +0000
  • 5a159dcdfa script to add scalar data and/or RGB color tuples to rectilinear VTK file (*.vtr) Philip Eisenlohr 2014-09-05 20:28:39 +0000
  • 923adbc2d3 added auxillary functions: get/put 'Physics' to communicate regularised/ unregularised values between solver and constitutive physics Luv Sharma 2014-09-05 16:31:27 +0000
  • a7741457b9 more work on field state. Luv Sharma 2014-09-04 16:11:00 +0000
  • 6612603a23 changed naming convention (keeping backward compatibility in numerics.config): myspectralsolver --> spectral_solver (called "spectralsolver") myfilter --> spectral_filter (called "spectralfilter") Philip Eisenlohr 2014-09-03 19:59:47 +0000
  • 79f572f869 more work on homogenisation new state and introduced field state Luv Sharma 2014-09-03 17:12:06 +0000
  • e286cf4c74 fixed bug "theTable" instead of "table" Tias Maiti 2014-09-03 14:53:12 +0000
  • 2435c8d836 dropped "elasticState" (for now) Philip Eisenlohr 2014-09-02 20:18:37 +0000
  • f05f47f6e3 optical polishing Philip Eisenlohr 2014-09-02 20:16:33 +0000
  • e8a428613c general polishing; simplification of RKCK45 dotstate assembly for different stages. Philip Eisenlohr 2014-09-02 20:11:57 +0000
  • 630d9efffd Heavy bug fixing: Butcher tableau multiplication in RK45 integration scheme, state updating of adaptive Euler, wrong assignment to evolution rate instead of state in fixed-point iterator. Exchanged possibly non thread-safe matmul in RKCK45, simplified RK45 integration step 1--3 vs 4 handling. (Thanks to Pratheek, Luv, and Chen for their help!) Philip Eisenlohr 2014-09-02 19:46:52 +0000
  • 5f1e49c053 Cleaner way of calculating the Bain strain Su Leen Wong 2014-09-01 10:47:48 +0000
  • 565e703f49 Minor fix for now Su Leen Wong 2014-09-01 09:30:33 +0000
  • fc941a6436 fixed some bugs in previous commit Pratheek Shanthraj 2014-09-01 08:57:34 +0000
  • e8a3b7ed19 Pitsch orientation relationship for phase transformation Su Leen Wong 2014-08-29 13:03:48 +0000
  • b566eed5a8 fixed error in last commit Tias Maiti 2014-08-28 18:50:48 +0000
  • 5d96f62b44 fixed bug "theTable" instead of "table" Tias Maiti 2014-08-28 17:37:27 +0000
  • 929ba1b04b reporting of elFE (instead of elCP) when advertised as such. Philip Eisenlohr 2014-08-27 15:54:50 +0000
  • a360f14581 debug now reporting elFE in addition to elCP Philip Eisenlohr 2014-08-27 15:54:11 +0000
  • 5059b5ce2d polishing Chen Zhang 2014-08-27 15:19:04 +0000
  • 3697bdb06e Added report of SUCCESSFUL test for Revision 3423 Test User 2014-08-27 02:44:13 +0000
  • 19bd2d1430 changed CPFEM_COLLECT to be 2^0=1 such that computation modes with collection step are always an odd number. (used to be 2^4 with no particular intrinsic meaning...) Philip Eisenlohr 2014-08-26 17:39:52 +0000
  • 5bc49e6441 change the debug level of cutback reporting to non-selective, of central solution from basic to extensive, of stiffness perturbation to selective. fixed few typos and deleted excess whitespace. Chen Zhang 2014-08-26 14:44:32 +0000
  • e8649ded56 change debug level for OUTDATED info from extensive to basic Chen Zhang 2014-08-26 14:21:24 +0000
  • ff390f96f4 added quadrature info for 2d elements also Luv Sharma 2014-08-26 13:14:46 +0000
  • 8d53ec09eb updated test to last changes in cli interface Martin Diehl 2014-08-26 06:14:15 +0000
  • 6cdcdecdfa post processing scripts are working again. @Philip: definining one offset for shiftData and one factor for scaleData for tensor/vector/special>1 seems to be more reasonable than per component Martin Diehl 2014-08-25 21:13:39 +0000
  • fa45d376a1 added quadrature points and weight for dim=3 order=4,5 elements Luv Sharma 2014-08-25 16:08:57 +0000
  • d93c40a3dd fixed small bug ('theTable' instead of 'table') and simplified Martin Diehl 2014-08-25 12:53:11 +0000
  • 1ba7cbb046 fixed small bug ('theTable' instead of 'table') and simplified Martin Diehl 2014-08-25 12:39:12 +0000
  • 06988353ee now compiling spectral solver even if private folder is missing Martin Diehl 2014-08-25 06:20:25 +0000
  • 977392cfe7 compiler for spectral solver is now the version provided by petsc (similar to linking) added option to compile FEM solver with same Makefile Martin Diehl 2014-08-24 22:07:53 +0000
  • c7837e1f66 changed manual input/output close to class method Martin Diehl 2014-08-22 16:58:53 +0000
  • 28a7c4c727 corrected (probable) bug in disorientation calculation. Philip Eisenlohr 2014-08-22 15:45:03 +0000
  • d5e2e42f21 file handle closing can now be done from within class. methods: .input_close() .output_close() Philip Eisenlohr 2014-08-22 15:37:46 +0000
  • 99e3c9a397 fixed (potentially) buggy rotation of tensors. convention is: with A v = b v' = R v A' = R A R^T such that A' v' = R A R^T R v = R A v (= R b = b', i.e. old result transformed into other coordinate basis) Philip Eisenlohr 2014-08-22 15:32:48 +0000
  • df27115472 extended "scalar" capabilities to "special" having arbitrary dimension (defaults to 1, i.e. former scalar case). Breaks backward compatibility since "--scalar" is now "--special". However, "-s" still works as before... Philip Eisenlohr 2014-08-22 15:25:51 +0000
  • e555ce4827 started introducing new state structure in homogenisation Luv Sharma 2014-08-21 17:48:20 +0000
  • 9d26bfa375 try to go on despite crappy data (containing dead ends in the segment network) Philip Eisenlohr 2014-08-21 17:23:16 +0000
  • 77df55c998 extended "scalar" capabilities to "special" having arbitrary dimension (defaults to 1, i.e. former scalar case). Breaks backward compatibility since "--scalar" is now "--special". However, "-s" still works as before... Philip Eisenlohr 2014-08-21 17:16:43 +0000
  • 9aa22d4a08 simplified column key generation Philip Eisenlohr 2014-08-21 16:17:23 +0000
  • 96b16dd97b reshape "matrix" input data from (currently wrong) 9x1 to 3x3 layout. simplified input validity check. Philip Eisenlohr 2014-08-21 16:14:06 +0000
  • 0bcd508298 added new option "no-data" to omit output of microstructure data field, i.e. generates plain mesh only Philip Eisenlohr 2014-08-21 16:01:11 +0000
  • 594c3c007b fixed wrong index Luv Sharma 2014-08-21 12:02:09 +0000
  • 1e8139452c added functions for factorial, binomial and multinomial coefficients Pratheek Shanthraj 2014-08-21 08:33:55 +0000
  • 36d33a7e35 correction to higher order element number of DoFs calculation Pratheek Shanthraj 2014-08-21 08:29:52 +0000
  • 740d7a8249 Added report of SUCCESSFUL test for Revision 3397 Test User 2014-08-21 02:59:20 +0000
  • ca68e506f7 polished path stripping. condensed checks for lib-file presence. polished newline treatment Philip Eisenlohr 2014-08-20 22:13:38 +0000
  • 46bf0cfc28 checking for presence of "free" command before use. checking of BASH_SOURCE for absolute or relative path Philip Eisenlohr 2014-08-20 21:51:46 +0000
  • 5c429a9939 added ..._ROOT/lib64 as possible locations for FFTW and HDF5 libraries Philip Eisenlohr 2014-08-20 19:13:28 +0000
  • 3bc811a7bf Added report of SUCCESSFUL test for Revision 3393 Test User 2014-08-20 02:55:47 +0000
  • ab5033adde improved strain splitting (tangent) Luv Sharma 2014-08-19 11:27:58 +0000
  • 2daeab05b6 Added report of SUCCESSFUL test for Revision 3391 Test User 2014-08-19 02:40:03 +0000
  • b573d06c3f fixed bug where initial microstructure array was allocated (factor 2) too large in anticipation of later 2D tiling. Tias Maiti 2014-08-18 21:32:53 +0000
  • c6eab9dab7 fixed wrong order in linear interpolation for stress Martin Diehl 2014-08-18 20:09:09 +0000
  • 862389c94b disabled openMP test for older Marc versions, does not work (probably wrong compiler/openMP version) Martin Diehl 2014-08-18 19:02:36 +0000
  • e637f6344c added possibility to fit to more than one yield point, now using linear interpolation between around given threshold value Martin Diehl 2014-08-18 18:21:36 +0000
  • 1dc14ccc85 more line length corrections for gfortran Pratheek Shanthraj 2014-08-18 14:31:33 +0000
  • 111e80ae2b line length correction to compile with gfortran Pratheek Shanthraj 2014-08-18 14:27:01 +0000
  • daa8410680 corrected mixed up $heap and $stack setting of ulimit Chen Zhang 2014-08-15 19:24:56 +0000
  • 2d0c9e03c8 all constitutive models coupled with damage Pratheek Shanthraj 2014-08-15 09:09:31 +0000
  • 7666013758 use subF instead of F for analytic jacobian calculation Pratheek Shanthraj 2014-08-15 09:04:00 +0000
  • 1da874a6db Modification of basic states for phase transformation Su Leen Wong 2014-08-14 13:18:33 +0000
  • 591a82de26 Fixed issue with previous commit Su Leen Wong 2014-08-14 12:21:51 +0000
  • 5719987f95 Calculation of eigendeformation tensor for phase transformation Su Leen Wong 2014-08-14 10:04:13 +0000
  • ad6467638f minor change to strain energy calculation Pratheek Shanthraj 2014-08-14 09:59:16 +0000
  • c8005247ba corrected bug where "which" output was completely redirected to /dev/null. now only STDERR is dumped, not the desired output, too! Chen Zhang 2014-08-12 15:15:47 +0000
  • 47707f86b6 fixed typo Pratheek Shanthraj 2014-08-11 21:28:15 +0000
  • b36b38d7c3 introduced non-zero residual damage to prevent stiffness matrix from being ill-conditioned Pratheek Shanthraj 2014-08-11 17:13:06 +0000
  • 33b4c0d908 minor typo Luv Sharma 2014-08-11 13:33:17 +0000
  • 584beee94e dTdFe bug fix Pratheek Shanthraj 2014-08-11 08:34:44 +0000
  • e605ca5852 fixed wrong env for and version handling Martin Diehl 2014-08-10 21:26:59 +0000
  • ad7fe1ecbc fixed bug (wrong index in stress tensor for Hill48) and possible deadlock Martin Diehl 2014-08-10 21:22:22 +0000
  • a16c5b807b improved test to check different compilation options Martin Diehl 2014-08-10 21:21:47 +0000
  • 8f444b0695 minor changes to multiphysicsOut Pratheek Shanthraj 2014-08-10 11:14:43 +0000
  • 0a01d5f3a1 hardening does not depend on damage Pratheek Shanthraj 2014-08-10 10:47:12 +0000
  • b6ccbc0fe9 reworked energy splitting for damage Pratheek Shanthraj 2014-08-10 10:45:07 +0000
  • ec71d77038 corrections to analytic dPdF calculation Pratheek Shanthraj 2014-08-10 10:27:35 +0000
  • cfab313e3f corrected incorrectly set dLp/dS for plasticity none Pratheek Shanthraj 2014-08-10 10:06:03 +0000
  • 3700e132b0 cleaned up strain energy splitting. coupled damage to plasticity for J2 and phenopowerlaw Pratheek Shanthraj 2014-08-08 22:29:38 +0000
  • 9c40f187a0 corrections to plastic work calculation and volumetric strain split Pratheek Shanthraj 2014-08-08 17:01:20 +0000
  • c4b9ddf45d added strain decomposition to uncouple damage from negative hydrostatic part Luv Sharma 2014-08-08 15:37:32 +0000
  • a78408f4a8 made FEM solver structure more modularised Pratheek Shanthraj 2014-08-08 14:18:55 +0000
  • 10d2cfebd3 changed naming scheme for helper functions. damage and thermal dependent stress calculation more modularised Pratheek Shanthraj 2014-08-08 14:02:20 +0000
  • da5f3d8f85 removed some unused variables Pratheek Shanthraj 2014-08-08 13:54:08 +0000
  • f55dc4b639 added kmc example material.config added elastic test for mkc, titanmod, and J2 Martin Diehl 2014-08-08 13:51:11 +0000
  • 0ecdd2692b started to introduce state for phase transformation (adding one set of additional basic states) Martin Diehl 2014-08-08 12:20:43 +0000
  • dafccad7f5 bufgix for last commit, Franz please rather check this Martin Diehl 2014-08-08 12:16:51 +0000
  • 1a0e0f4fa2 fixed wrong? homogenizedC calculation Martin Diehl 2014-08-08 11:13:04 +0000
  • ea66511160 added dislokmc (dislotwin modification) Martin Diehl 2014-08-08 11:04:40 +0000
  • 9d615b3d3b added getDamage and getTemperature helper functions Pratheek Shanthraj 2014-08-08 07:39:17 +0000
  • d9a72c4062 Added report of SUCCESSFUL test for Revision 3352 Test User 2014-08-08 02:37:55 +0000
  • 2f5d9376dc call IO_error if inversion error in analytic jacobian calculation Pratheek Shanthraj 2014-08-07 21:16:37 +0000