a003d14824grid and size for vicinityOffset, small changes for other scripts
Martin Diehl
2013-04-25 16:51:32 +0000
5d8664e230updated to new keywords + more verbosity
Martin Diehl
2013-04-25 15:53:41 +0000
f18c6c5903fixed bug causing no fluctuation in case of using with 3Dvisualize
Martin Diehl
2013-04-25 14:43:20 +0000
d05ebff400introduce commented new output with stream (no markers at begin/end) and with grid/size instead of res/dim
Martin Diehl
2013-04-25 14:03:54 +0000
39f5a03496Added report of SUCCESSFUL test for Revision 2346
Test User
2013-04-25 01:39:21 +0000
f91aed9e31some test didnät run because of new spectral solver installation method
Martin Diehl
2013-04-24 17:29:48 +0000
6e1cbb427dparallel execution currently doesn't work, now disabled for explicit
Martin Diehl
2013-04-24 12:32:25 +0000
7cbf107751removed misplaced new line statement
Martin Diehl
2013-04-24 11:07:05 +0000
650b7ef4acadded python script that produces vtk files with the (node based and ip based) deformed mesh from marc output file
Christoph Kords
2013-04-23 18:30:56 +0000
51552b027dfixed bug: initialize computation mode to zero, used to be unset for lovl=4 and not(timinc < theDelta .and. theInc == inc), which unpredictably caused trouble with marc
Christoph Kords
2013-04-23 14:42:22 +0000
5837b25e27accidently commited constitutive.f90 wasn't working, fixed now
Martin Diehl
2013-04-23 07:37:14 +0000
d5e4a354e6misplaced space corrected
Martin Diehl
2013-04-22 15:35:15 +0000
b5b6bf56d4reintroduced Calculation of forest projections for edge dislocations, got lost after rev.1908
Franz Roters
2013-04-22 15:17:24 +0000
8da7544978marc doesn't need error prone setup_code any more, moved Marc includes from code/include to lib/includeMarc DAMASK_marcXXXX.f90 now is not a copy any more but contains one definition and an include statement
Martin Diehl
2013-04-22 14:41:33 +0000
a7706090d2neighborhood relations were screwed up for some elementtypes as of version 2318, might have caused segmentation faults with nonlocal model, now fixed
Christoph Kords
2013-04-22 13:35:35 +0000
49ef6d7193spectral_build_neighborhood now "hidden" in spectral compile part. (should not interfere with Marc/Abaqus compile anymore)
Philip Eisenlohr
2013-04-22 09:01:58 +0000
ca99274a5dfluxes now always periodic for spectral solver, no need to explicitly state this in the geom file by use of "periodic" keyword
Christoph Kords
2013-04-22 08:32:51 +0000
60fa91be9acalculation of cellnode positions now available in python via damask.core first call damask.core.mesh.mesh_init_postprocessing(meshfilename) to initialize all necessary mesh variables then damask.core.mesh.mesh_build_cellnodes(nodes) calculates the cellnode positions for a given list of node positions the meshfile that is needed for the init is created automatically by mesh_init in DAMASK
Christoph Kords
2013-04-21 18:48:59 +0000
d203e8deceremoved extra comma (might have caused issues?)
Philip Eisenlohr
2013-04-19 16:05:13 +0000
e8f238a413added specialized ipNeighborhood calculation for spectral solver case
Philip Eisenlohr
2013-04-19 16:04:20 +0000
12760026a4last version still did not compile: IO_write_jobFile was not used by mesh_init
Christoph Kords
2013-04-19 13:02:37 +0000
55bc741d1dlast version did not compile: fixed small typo in mesh_init
Christoph Kords
2013-04-19 12:59:45 +0000
4bc5e6717bfixed small bug when calculating mesh_Ncells
Martin Diehl
2013-04-19 12:41:06 +0000
103c770ee6fixed bug in cell generation: "FE_Ncellnodes" was not correct for elem type 17 and 136 too much memory allocated for mesh_cell
Christoph Kords
2013-04-18 17:56:14 +0000
6b46a9c338introduced output of initial geometry (vtk file) to mesh
Martin Diehl
2013-04-18 16:40:49 +0000
aa07656a90exchanged final two occurrences of "grains" to "microstructures"
Pratheek Shanthraj
2013-04-18 13:53:13 +0000
06c872d404added libs.f90 to core module compilation, didn't work because kdtree2 wasn't there
Martin Diehl
2013-04-17 17:39:52 +0000
b572c71db0fixed small bug in error reporting (missing column head complaint was broken...)
Philip Eisenlohr
2013-04-16 20:10:17 +0000
d971a32516changed keywords, now also printing out altered size/grid/microstructures information
Martin Diehl
2013-04-16 18:00:14 +0000
8b2d9d8155further improvements on implementing the plain mode
Martin Diehl
2013-04-16 17:07:27 +0000
d751283b4aupdated fftw to 3.3.3 (from 3.3.2)
Martin Diehl
2013-04-16 16:38:54 +0000
2ba986be2aintroduced new dummy module "libs" for inclusion of further library sources. contains kdtree2 and Lib_VTK_IO at and is enabled for the spectral solver only at the moment
Martin Diehl
2013-04-16 12:45:12 +0000
ee22a2698badded library to write out vtk file from Fortran (Lib_VTK_IO)
Martin Diehl
2013-04-16 10:20:22 +0000
2a6ac44496Major restructuring of mesh.f90 due to introduction of "cells". A cell is the volume (area in 2D elements) that surrounds an ip. It is described by up to 8 cell nodes and is used to calculate ip volume, area, and face normals. It can also be used to generate a mesh for e.g. paraview that contains ip output as cell centered data.
Christoph Kords
2013-04-15 08:13:20 +0000
2ff0f1b93ekeywords update from resolution/dimension to grid/size
Martin Diehl
2013-04-12 14:13:32 +0000
b4f67248a5deleted two simple scripts used for debugging but with almost no use any more
Martin Diehl
2013-04-12 13:22:15 +0000
7bcf1d6072added ID information of creator script to header, changed keywords (resolution->grid, dimension->size)
Martin Diehl
2013-04-12 12:48:39 +0000
4314ab236eadded ID information of creator script to header
Martin Diehl
2013-04-12 11:15:17 +0000
6f0308844fgeom packing/unpacking won't throw away unknown header information any more (might contain comments)
Martin Diehl
2013-04-12 10:47:44 +0000
0b1033d63aswitched to new keywords "grid" and "size", still reads the old "resolution" and "dimension" but writes the new ones
Martin Diehl
2013-04-12 10:27:05 +0000
964b0d7839Added report of SUCCESSFUL test for Revision 2310
Test User
2013-04-12 00:19:46 +0000
7113023201put ToDo on damask.mpie.de and deleted the text file
Martin Diehl
2013-04-11 16:24:30 +0000
baa791157dAdded report of SUCCESSFUL test for Revision 2308
Test User
2013-04-11 00:32:10 +0000
eaccf88e12fixed bug that was introduced in the element type mapping in version 2305
Christoph Kords
2013-04-10 13:22:02 +0000
9b1fd579d4corrected phase numbering in example material.config
Christoph Kords
2013-04-10 12:09:09 +0000
ddcc795461allowed arbitrary grid (formerly know as resolution), i.e. any integer>1 in each dimension is possible. removed square root correction for divergence (doesn't make sense) fixed FFT debug of spectral solver
Martin Diehl
2013-04-10 10:19:16 +0000
4338cd13bc- added element type 54 for macro (2d 8node 4ip reduced integration) - automatically raising error for unknown element type inside mapping function
Christoph Kords
2013-04-10 09:38:40 +0000
338e338c9a- fixed bug in volume calculation of 2d elements - subroutine "mesh_build_ipVolumes" uses openmp parallelization
Christoph Kords
2013-04-10 08:24:53 +0000
29758a3505Added report of SUCCESSFUL test for Revision 2302
Test User
2013-04-10 00:24:24 +0000
d80d416c322d elements now have a volume corresponding to a thickness of 1; used to have zero volume now also 2d elements can be used with nonlocal model
Christoph Kords
2013-04-09 18:07:30 +0000
5b508b5ee4no need to exclude any geometry type from usage of nonlocal model
Christoph Kords
2013-04-09 13:10:31 +0000
924d943edcsimplified interface of CPFEM_general (removed P and F, made cs and dcs/dE optional) commented and cleaned up the marc interface.
Martin Diehl
2013-04-09 10:08:00 +0000
6625500cc7Added report of SUCCESSFUL test for Revision 2298
Test User
2013-04-09 00:24:41 +0000
7b5a202e8cenabled alternative (and soon standard) keywords grid (resolution) and size (dimension). removed errors for odd resolution
Martin Diehl
2013-04-08 14:22:32 +0000
ad879ebcf9forgot to delete all occurrences of obsolete "constitutive_nonlocal_ accumulatedShear" in last commit
Christoph Kords
2013-04-08 08:51:12 +0000
10e50bf41dimproved accuracy of "accumulated shear": now added as a state variable, which facilitates integration (dotstate=shearrate); needs absolute tolerance value for state integration in material.config
Christoph Kords
2013-04-04 13:37:14 +0000
96b7edcd94Added report of SUCCESSFUL test for Revision 2294
Test User
2013-04-04 00:15:40 +0000
3c25723139- make sure that formerly blocked density is not able to move to neighbor until it is remobilized - added some explicit indices instead of ":"
Christoph Kords
2013-04-03 16:29:48 +0000
6d3f05b387small changes in nonlocal constitutive model: - make sure neighboring density is always greater equal zero - no extra Bauschinger in postResults
Christoph Kords
2013-04-03 16:22:55 +0000
626ba86337Added report of SUCCESSFUL test for Revision 2291
Test User
2013-04-02 02:00:33 +0000
5b8257a7f9added debugging possibility for MSC.Marc, rename parameters to CAPITALS
Martin Diehl
2013-03-31 13:06:49 +0000
2f76365ac8fixed wrong string concatenation
Martin Diehl
2013-03-30 19:43:06 +0000
0890d49a30Added report of SUCCESSFUL test for Revision 2288
Test User
2013-03-29 01:24:17 +0000
965ab38217corrected error bounds for spectral parameter "maxCutback"
Christoph Kords
2013-03-28 16:04:47 +0000
d59e072209general polishing
Martin Diehl
2013-03-28 13:50:20 +0000
39221818ddpolishing output
Martin Diehl
2013-03-28 10:38:14 +0000
7f37f55904added missing line continuation in numerics and explicit private statements in the other files
Martin Diehl
2013-03-28 10:37:00 +0000
d2ae06015amoved "Random is random" to output of random seed, cleaned up a little
Martin Diehl
2013-03-28 10:02:11 +0000
745ca5a6a5added "public" (and where possible "protected") statements to functions/subroutines/variables/parameters where needed
Martin Diehl
2013-03-28 07:40:30 +0000
b2a2c5f528Added report of SUCCESSFUL test for Revision 2281
Test User
2013-03-28 01:21:44 +0000
dcd114a8ccremoved old acml archive. No need to store it here, either use lapack or download current acml directly at www.amd.com
Martin Diehl
2013-03-27 17:38:59 +0000
f434e819fbsmall bugfix: wrong file extension
Martin Diehl
2013-03-27 17:37:07 +0000
b8f8d66f82total density used in backstress calculation now based on average of neighborhood fixed small bug in state_init: random distribution of density was probably not working correctly, as some variables were not properly initialized
Christoph Kords
2013-03-27 13:04:01 +0000
39a70e8a19fixed bug in coordinate calculation when no average F was given (scaled wrong by ncp_elems**2) other changes: just polishing + some more comments
Martin Diehl
2013-03-27 12:28:55 +0000
b6aecdac17corrected debugging output of node twins
Christoph Kords
2013-03-27 10:25:37 +0000
e25af5db04added function for finding the (non-periodic) nearest neighbor
Christoph Kords
2013-03-27 10:14:44 +0000
44eb771583added crystallite output of current ip coordinates
Christoph Kords
2013-03-27 10:12:28 +0000
95776c86a6Added report of SUCCESSFUL test for Revision 2273
Test User
2013-03-27 01:24:04 +0000
15b6242585set more appropriate default values for spectral solver tolerances (abs stress BC was at huge())
Martin Diehl
2013-03-26 16:36:52 +0000
770712529done more bug fix related to scaling
Martin Diehl
2013-03-26 16:16:59 +0000
ccef9d4f73fixed scaling option
Martin Diehl
2013-03-26 14:18:29 +0000
aee8196b32example test for Abaqus now takes files from examples folder, both Abaqus test take now *.env from installation/mods_abaqus
Martin Diehl
2013-03-26 12:06:19 +0000
ba08944c83renamed folders to name of solver, shortened load case for Abaqus example, didn't run completely before
Martin Diehl
2013-03-26 08:54:12 +0000
340da5054bmade doxygen aware of new log location, removed old stuff from the documentation
Martin Diehl
2013-03-26 08:40:58 +0000
be67205351Added report of SUCCESSFUL test for Revision 2266
Test User
2013-03-26 03:25:19 +0000
7fd1dca4f5corrected a little mistake on line 145 that sets the maximum value of XYZ values to be 1.0
Mahesh Balasubramaniam
2013-03-25 20:18:30 +0000
b3d984ee1cadded test for Abaqus/Explicit, updated to new env file, improved checking for right version
Martin Diehl
2013-03-25 20:12:49 +0000
33dc8251c0saved some memory not copying data within one function
Martin Diehl
2013-03-25 19:02:12 +0000
97fe4400ffcorrected comment explaining structure of nBlock
Franz Roters
2013-03-25 18:36:21 +0000
e6f6c22a30polished Abaqus Standard, changed inclusion of OMP functionality from "spectral style" (include) to "marc style" (use) to prevent explicit from crashing
Martin Diehl
2013-03-25 18:25:15 +0000
966ad2826bmerged two-stepped subroutine call into one call, added comments and cleaned up. working for small example (with and without openMP), don't know if the results make any sense
Martin Diehl
2013-03-25 17:45:58 +0000
19655c2d92significantRho check was flawed for dipole density
Christoph Kords
2013-03-25 17:36:04 +0000
d55ba3e3e6now using correct exit routine for Abaqus/Explicit
Martin Diehl
2013-03-25 13:52:22 +0000
f82460457dAdded report of SUCCESSFUL test for Revision 2257
Test User
2013-03-23 10:58:33 +0000
02f092492eupdated copyright header
Franz Roters
2013-03-22 17:35:05 +0000
f13f92b6e8have been moved to misc/ folder before...
Philip Eisenlohr
2013-03-22 15:11:26 +0000
5b96c1d62ascaling of deformation gradient fluctuations now possible in x,y,z independently (give array).
Philip Eisenlohr
2013-03-22 15:09:55 +0000
be655ae536Changed AL solver errors to absolute. Stress boundary error now max of relative and absolute error
Pratheek Shanthraj
2013-03-22 14:46:55 +0000
b44edf5534Added report of SUCCESSFUL test for Revision 2252
Test User
2013-03-22 01:19:55 +0000
b4afd0fbc1German umlauts probably not advisable...
Philip Eisenlohr
2013-03-21 20:16:22 +0000