Go to file
Christoph Kords 24d33bf2ff * added a new material parameter "surfaceTransmissivity" (default value 1.0) which allows to change the transmissivity of the material surface between 0 and 1
* now complaining when encountering an unknown nonlocal parameter in material.config
* use same error ID for all material parameters out of bounds
* symmetric flux calculation in side dotState can now be omitted (because of new treatment of periodicity)
* switching back to "local flux balance" (add leaving and entering fluxes at central MP, don't touch neighbor) instead of "flux distribution" (subtract leaving fluxes from central MP and add them at neighboring MP). This has the advantage that there is almost no need for CRITICAL statements in parallelization, so hopefully this results in some speed up.
2011-02-16 16:35:38 +00:00
code * added a new material parameter "surfaceTransmissivity" (default value 1.0) which allows to change the transmissivity of the material surface between 0 and 1 2011-02-16 16:35:38 +00:00
documentation pretty printing of hex slip/twin systems 2010-11-09 13:20:33 +00:00
installation added default path of ACML 2011-02-14 15:03:45 +00:00
processing added ft-based reconstruction of deformed configuration to postprocessingMath.f90 and postprocessingMath.pyf 2011-02-14 17:21:31 +00:00