2435c8d836dropped "elasticState" (for now)
Philip Eisenlohr
2014-09-02 20:18:37 +0000
f05f47f6e3optical polishing
Philip Eisenlohr
2014-09-02 20:16:33 +0000
e8a428613cgeneral polishing; simplification of RKCK45 dotstate assembly for different stages.
Philip Eisenlohr
2014-09-02 20:11:57 +0000
630d9efffdHeavy 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
5f1e49c053Cleaner way of calculating the Bain strain
Su Leen Wong
2014-09-01 10:47:48 +0000
565e703f49Minor fix for now
Su Leen Wong
2014-09-01 09:30:33 +0000
fc941a6436fixed some bugs in previous commit
Pratheek Shanthraj
2014-09-01 08:57:34 +0000
e8a3b7ed19Pitsch orientation relationship for phase transformation
Su Leen Wong
2014-08-29 13:03:48 +0000
b566eed5a8fixed error in last commit
Tias Maiti
2014-08-28 18:50:48 +0000
3697bdb06eAdded report of SUCCESSFUL test for Revision 3423
Test User
2014-08-27 02:44:13 +0000
19bd2d1430changed 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
5bc49e6441change 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
e8649ded56change debug level for OUTDATED info from extensive to basic
Chen Zhang
2014-08-26 14:21:24 +0000
ff390f96f4added quadrature info for 2d elements also
Luv Sharma
2014-08-26 13:14:46 +0000
8d53ec09ebupdated test to last changes in cli interface
Martin Diehl
2014-08-26 06:14:15 +0000
6cdcdecdfapost 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
fa45d376a1added quadrature points and weight for dim=3 order=4,5 elements
Luv Sharma
2014-08-25 16:08:57 +0000
d93c40a3ddfixed small bug ('theTable' instead of 'table') and simplified
Martin Diehl
2014-08-25 12:53:11 +0000
1ba7cbb046fixed small bug ('theTable' instead of 'table') and simplified
Martin Diehl
2014-08-25 12:39:12 +0000
06988353eenow compiling spectral solver even if private folder is missing
Martin Diehl
2014-08-25 06:20:25 +0000
977392cfe7compiler 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
c7837e1f66changed manual input/output close to class method
Martin Diehl
2014-08-22 16:58:53 +0000
28a7c4c727corrected (probable) bug in disorientation calculation.
Philip Eisenlohr
2014-08-22 15:45:03 +0000
d5e2e42f21file handle closing can now be done from within class. methods: .input_close() .output_close()
Philip Eisenlohr
2014-08-22 15:37:46 +0000
99e3c9a397fixed (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
df27115472extended "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
e555ce4827started introducing new state structure in homogenisation
Luv Sharma
2014-08-21 17:48:20 +0000
9d26bfa375try to go on despite crappy data (containing dead ends in the segment network)
Philip Eisenlohr
2014-08-21 17:23:16 +0000
77df55c998extended "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
9aa22d4a08simplified column key generation
Philip Eisenlohr
2014-08-21 16:17:23 +0000
96b16dd97breshape "matrix" input data from (currently wrong) 9x1 to 3x3 layout. simplified input validity check.
Philip Eisenlohr
2014-08-21 16:14:06 +0000
0bcd508298added 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
594c3c007bfixed wrong index
Luv Sharma
2014-08-21 12:02:09 +0000
1e8139452cadded functions for factorial, binomial and multinomial coefficients
Pratheek Shanthraj
2014-08-21 08:33:55 +0000
36d33a7e35correction to higher order element number of DoFs calculation
Pratheek Shanthraj
2014-08-21 08:29:52 +0000
740d7a8249Added report of SUCCESSFUL test for Revision 3397
Test User
2014-08-21 02:59:20 +0000
ca68e506f7polished path stripping. condensed checks for lib-file presence. polished newline treatment
Philip Eisenlohr
2014-08-20 22:13:38 +0000
46bf0cfc28checking 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
5c429a9939added ..._ROOT/lib64 as possible locations for FFTW and HDF5 libraries
Philip Eisenlohr
2014-08-20 19:13:28 +0000
3bc811a7bfAdded report of SUCCESSFUL test for Revision 3393
Test User
2014-08-20 02:55:47 +0000
2daeab05b6Added report of SUCCESSFUL test for Revision 3391
Test User
2014-08-19 02:40:03 +0000
b573d06c3ffixed 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
c6eab9dab7fixed wrong order in linear interpolation for stress
Martin Diehl
2014-08-18 20:09:09 +0000
862389c94bdisabled openMP test for older Marc versions, does not work (probably wrong compiler/openMP version)
Martin Diehl
2014-08-18 19:02:36 +0000
e637f6344cadded 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
1dc14ccc85more line length corrections for gfortran
Pratheek Shanthraj
2014-08-18 14:31:33 +0000
111e80ae2bline length correction to compile with gfortran
Pratheek Shanthraj
2014-08-18 14:27:01 +0000
daa8410680corrected mixed up $heap and $stack setting of ulimit
Chen Zhang
2014-08-15 19:24:56 +0000
7666013758use subF instead of F for analytic jacobian calculation
Pratheek Shanthraj
2014-08-15 09:04:00 +0000
1da874a6dbModification of basic states for phase transformation
Su Leen Wong
2014-08-14 13:18:33 +0000
591a82de26Fixed issue with previous commit
Su Leen Wong
2014-08-14 12:21:51 +0000
5719987f95Calculation of eigendeformation tensor for phase transformation
Su Leen Wong
2014-08-14 10:04:13 +0000
ad6467638fminor change to strain energy calculation
Pratheek Shanthraj
2014-08-14 09:59:16 +0000
c8005247bacorrected 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