Commit Graph

5754 Commits

Author SHA1 Message Date
Chen 5c5c0ab400 Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development 2016-09-09 07:27:19 -04:00
Test User da08ea7078 updated version information after successful test of v2.0.1-103-g59e8109 2016-09-09 04:41:06 +02:00
chen da538fbce9 speed up of VTK data transformation 2016-09-08 18:05:49 -04:00
Martin Diehl 59e8109ced some comments, missing ierr 2016-09-08 08:51:07 +02:00
Martin Diehl 1e16ebe2ef not used any more 2016-09-08 08:45:46 +02:00
Martin Diehl c8f832e12f communication in code only run with a certain debug option on will not work
debug only happens at rank 0!
2016-09-08 08:43:15 +02:00
Martin Diehl 2d4b7c215f Merge branch 'development' of magit1.mpie.de:damask/DAMASK into miscImprovements 2016-09-07 22:18:50 +02:00
Test User 1fc653ca86 updated version information after successful test of v2.0.1-75-g6f843ce 2016-09-07 22:14:27 +02:00
Martin Diehl 9f1812bef9 not needed any more 2016-09-05 14:26:54 +02:00
Martin Diehl 4bbd69309d Merge branch 'development' of magit1.mpie.de:damask/DAMASK into miscImprovements 2016-09-05 01:29:09 +02:00
Philip Eisenlohr 6f843ce85b Merge remote-tracking branch 'refs/remotes/origin/development'
Conflicts:
	lib/damask/test/test.py
2016-09-04 18:55:13 -04:00
Philip Eisenlohr cde7de4e9f improved superclass handling and compare_Tables 2016-09-04 18:46:53 -04:00
Martin Diehl 221d3753f0 Merge branch 'development' of magit1.mpie.de:damask/DAMASK into miscImprovements 2016-09-04 19:07:15 +02:00
Martin Diehl 6ea7eeee08 bugfix when restoring old behavior 2016-09-04 07:34:58 +02:00
Martin Diehl 5fec85a159 not needed any more 2016-09-03 17:01:39 +02:00
Martin Diehl d94db61534 update only supported by minority of the tests 2016-09-03 17:01:10 +02:00
Martin Diehl c05307a273 Merge branch 'development' of magit1.mpie.de:damask/DAMASK into miscImprovements 2016-09-03 14:35:53 +02:00
Martin Diehl a6940ab84f did not compile 2016-09-03 14:30:59 +02:00
Martin Diehl 0d43dfb2f7 allreduce makes sense here as for all other processes, worldrank check not needed anymore 2016-09-03 14:27:56 +02:00
Martin Diehl 6207f1e7d9 reporting MPI processes 2016-09-03 14:25:45 +02:00
Martin Diehl 9512231d49 cleaning 2016-09-03 13:53:41 +02:00
Chen a2f3839ca8 add missing numpy import 2016-09-02 14:37:15 -04:00
Chen d41ac4e463 remove white space in docstring 2016-09-02 14:35:23 -04:00
Chen 4c6b8c490f change one-line docstring to fit in one line. 2016-09-02 14:34:35 -04:00
Chen b16046fd43 remove unused import for test.py 2016-09-02 14:31:00 -04:00
Chen 2b3faf204c make table compare normalize data by type (scaler, vector, tensor) 2016-09-02 14:30:08 -04:00
chen d9077805e4 Forced symetric tensor when adding tensor to vtk
VTK addTensor by default using the lower triangle to populate its tensor object. Enforcing the tensor to be symmetric to avoid necessary confusion when adding data (most stress/strain tensor should symmetric by default, so it should not affect the results)
2016-09-02 09:30:49 -04:00
Chen 20d1164e5d add tensor support for vtk_addRectlinearGridData 2016-09-01 16:57:29 -04:00
Philip Eisenlohr 32c4a20a46 clean up, added --debug to base class, renamed testPossible to feasible 2016-09-01 15:37:49 -04:00
Chen 6db0a42eae addvtk data now support tensor type (9 components) 2016-09-01 12:47:26 -04:00
Philip Eisenlohr d529eae4a4 fixed MPI_reduce hiccup
see http://stackoverflow.com/questions/17741574/in-place-mpi-reduce-crashes-with-openmpi
2016-08-31 22:54:00 -04:00
Test User 22e7d6d4e1 updated version information after successful test of v2.0.1-59-g4b02a55 2016-08-31 04:26:22 +02:00
Philip Eisenlohr 4b02a55f4d explicit type casting from boolean to int 2016-08-30 16:08:47 -04:00
Test User 2d43dbc881 updated version information after successful test of v2.0.1-57-g891ac4d 2016-08-26 04:27:18 +02:00
Philip Eisenlohr 891ac4d585 fixed comma syntax error 2016-08-25 12:17:27 -04:00
Philip Eisenlohr 55d6adf1b8 renamed to reflect more general nature of script 2016-08-25 12:15:41 -04:00
Philip Eisenlohr 85abf84186 generalized to user-specified mapping function instead of hardwired avg 2016-08-25 12:15:03 -04:00
Philip Eisenlohr eb9f6c939c condensed output, DAMASK_marc symlinks are relative, add symlink pruning 2016-08-25 12:08:19 -04:00
Philip Eisenlohr d3eb3451e3 improved readability by splitting to one file per line 2016-08-25 12:00:10 -04:00
Philip Eisenlohr f9c3d335fc two new methods to convey deemphasis and deletion 2016-08-25 11:59:04 -04:00
Philip Eisenlohr 6076506738 general polishing and removal of redundant do-loop 2016-08-25 11:57:19 -04:00
Test User 64db098e2a updated version information after successful test of v2.0.1-49-gf984f1e 2016-08-25 04:27:12 +02:00
Zhuowen Zhao f984f1ebea enable floating point data and corrected counting of microstructures 2016-08-24 16:05:50 -04:00
Test User 5b6f41cb6b updated version information after successful test of v2.0.1-47-gaf10f92 2016-08-24 04:27:41 +02:00
Martin Diehl 7710f4d444 hybridIA (stand alone script and DAMASK) need standard ASCII table
export of TSL OIM is similar to standard ASCII table, simply add correct header
including labels
2016-08-23 17:21:17 +02:00
zhangc43 af10f92041 remove space before preprocessor 2016-08-23 08:29:42 -04:00
zhangc43 3d0e19de0a syntax polish for ifdef 2016-08-22 17:45:05 -04:00
zhangc43 4dfc8d0132 add MPI_finalize() following Martin & Philip suggestions; 2016-08-22 17:11:42 -04:00
Martin Diehl 59e7a41aa2 now longer write empty file if file given in {} not existing 2016-08-20 07:14:18 +02:00
Martin Diehl 2738415b34 removed twinning parameters 2016-08-20 07:14:06 +02:00