Go to file
Martin Diehl b6481c2513 introduced simpler multiplication and forall loops
matmul is ok for openmp, check in the web and run the state integration test.

Example program testing for new state update for rkck dot state:

program test

real, dimension(6,10) :: dotState=reshape(&
                      [1,1,1,1,1,1,1,1,1,1,&
                       2,2,2,2,2,2,2,2,2,2,&
                       3,3,3,3,3,3,3,3,3,3,&
                       4,4,4,4,4,4,4,4,4,4,&
                       5,5,5,5,5,5,5,5,5,5,&
                       6,6,6,6,6,6,6,6,6,6],[6,10])

real, dimension(10) :: residuum
real, dimension(6) :: B=2.5

integer :: i

residuum = B(1)*dotState(1,:)+& 
           B(2)*dotState(2,:)+& 
           B(3)*dotState(3,:)+& 
           B(4)*dotState(4,:)+& 
           B(5)*dotState(5,:)+& 
           B(6)*dotState(6,:)
do i =1,10
  print*,residuum(i)
enddo

residuum =  matmul(transpose(dotState),B)
do i =1,10
  print*,residuum(i)
enddo

end program test
2015-04-01 16:45:53 +00:00
code introduced simpler multiplication and forall loops 2015-04-01 16:45:53 +00:00
examples Abaqus example only runs with perturbed jacobian 2015-03-31 17:58:12 +00:00
installation corrected spelling error in comment 2015-01-15 08:42:47 +00:00
lib now giving just a 'Remark' when h5py is not found 2015-04-01 14:43:34 +00:00
misc more LF, Id, and executable status changes 2014-04-01 16:58:54 +00:00
processing geom_fromAng.py crashed when found empty line (eg. at the end of the file), now fixed 2015-04-01 14:42:25 +00:00
COPYING removed instructions "how to apply to your program" at end of document 2011-04-12 20:13:46 +00:00
DAMASK_env.bat added correct end of line style, bat file for windows should work now 2014-01-07 23:04:00 +00:00
DAMASK_env.csh fixed NASTY bug in definition of DAMASK_BIN 2013-12-30 03:03:32 +00:00
DAMASK_env.sh removed reporting, since values will be taken from PETSc installation anyway 2015-01-17 16:47:13 +00:00
LICENSE adopted deployMe.sh to new svn server 2013-12-05 14:31:28 +00:00
Makefile compiler for spectral solver is now the version provided by petsc (similar to linking) 2014-08-24 22:07:53 +00:00
README small changes to HDF5, put link to homepage into README not to have double effort 2014-03-25 17:21:47 +00:00
configure polishing 2014-08-27 15:19:04 +00:00

README

visit damask.mpie.de for installation and usage instructions

CONTACT INFORMATION

Max-Planck-Institut für Eisenforschung GmbH
Max-Planck-Str. 1
40237 Düsseldorf
Germany

Email: DAMASK@mpie.de
http://damask.mpie.de