Commit Graph

13782 Commits

Author SHA1 Message Date
Martin Diehl 58e0e5f4f7 matches other short names (src, img, ..) 2021-07-10 13:41:19 +02:00
Franz Roters 79420463f2 make xvfb automatically find a free server 2021-07-09 22:25:56 +02:00
Franz Roters 72be56860e adapted to new directory name 2021-07-09 17:51:35 +02:00
Franz Roters c3e94cf1fe Marc2021.2 is out! 2021-07-09 08:59:04 +02:00
Test User 75f76a9221 [skip ci] updated version information after successful test of v3.0.0-alpha4-10-g0ad4fd00b 2021-07-03 21:35:58 +02:00
Abisheik Panneerselvam 0ad4fd00b1 Merge branch 'write_displacements' into 'development'
writing out nodal displacements

See merge request damask/DAMASK!407
2021-07-03 18:02:38 +00:00
Abisheik Panneerselvam 6d33978cd1 mesh file format updated to 4.1 2021-07-03 08:22:59 +02:00
Martin Diehl cda0f21612 fix BC and material.yaml to work again 2021-07-03 08:22:11 +02:00
Martin Diehl a0ffbc5f17 little polishing
- same names as for grid
- 'local' naming misleading here (probably for x_local etc also not a
  good choice)
- following names in PETSc notation (https://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/DMPLEX/DMPlexGetPointLocal.html)
- using allocation with bounds to simplify access
- NOTE: The nodal coordinates are not what damask.Result expects except
  for simple, 1 IP elements!
2021-07-02 23:49:06 +02:00
Martin Diehl 1516ded71b Merge remote-tracking branch 'origin/development' into write_displacements 2021-07-02 23:07:51 +02:00
Test User b46ac273c0 [skip ci] updated version information after successful test of v3.0.0-alpha4-1-gb567194fe 2021-07-01 15:53:44 +02:00
Martin Diehl b567194fe9 updated build instructions + fix for build after release 2021-07-01 14:20:36 +02:00
Martin Diehl b9944bfc4e preparing fourth 3.0 series alpha release 2021-06-30 12:44:24 +02:00
Test User 1050428e27 [skip ci] updated version information after successful test of v3.0.0-alpha3-302-gb69bae272 2021-06-29 17:44:24 +02:00
Franz Roters b69bae272f Merge branch 'preparing-alpha4' into 'development'
polishing and fixing bugs

See merge request damask/DAMASK!405
2021-06-29 14:12:00 +00:00
Martin Diehl 7745640393 consistently use prefix as modifier 2021-06-28 23:41:50 +02:00
Martin Diehl f2a359bea1 relaxing tolerances
allowed for simplified cases (no temperature dependency/friction)
2021-06-28 23:28:41 +02:00
Martin Diehl 5973ef5b13 Merge remote-tracking branch 'origin/nonlocal-examples' into preparing-alpha4 2021-06-28 23:22:16 +02:00
Martin Diehl 6651656903 isoductile is not working 2021-06-28 23:13:56 +02:00
Abisheik Panneerselvam f992c14337 bugfix: constraint for z-dof is added for 3D elements to prevent shooting up of z displacements 2021-06-28 11:37:10 +02:00
Martin Diehl b1f4c06f9c takeover from Christophs thesis 2021-06-26 13:25:13 +02:00
Martin Diehl e9653a4f5b slightly improved test 2021-06-26 10:02:09 +02:00
Abisheik Panneerselvam b322ed3e03 feauture to write nodal displacements to hdf5 file added 2021-06-25 20:46:21 +02:00
Abisheik Panneerselvam 835e5b5376 Reference file updated with nodal displacements 2021-06-25 20:44:55 +02:00
Martin Diehl 62e5cab440 polishing example configurations 2021-06-25 15:25:35 +02:00
Martin Diehl ab0e65c6bc systematic names and sensible defaults 2021-06-25 15:12:54 +02:00
Martin Diehl 06e76c1a81 consistent default absolute tolerances
better use conservative values, users can easily relax if needed
2021-06-25 10:13:03 +02:00
Martin Diehl a9f5dcfbf1 avoid allocate based on random value in sum_N_sl 2021-06-24 23:35:14 +02:00
Martin Diehl 106fec92d7 C is the common symbol 2021-06-24 19:14:19 +02:00
Martin Diehl 8f5a370388 bugfix: update compatibility for nonlocal
intent(out) resulted in setting nonlocal = .false.
now using plasticState%nonlocal consistently
2021-06-24 18:59:52 +02:00
Martin Diehl f42157c076 consistent names 2021-06-24 16:31:07 +02:00
Martin Diehl f834a1534e simplified 2021-06-24 16:07:54 +02:00
Martin Diehl 12ca7428cf cleaning 2021-06-24 15:25:43 +02:00
Martin Diehl ae9a48c124 polishing 2021-06-24 15:23:24 +02:00
Martin Diehl b4265149c8 simplified 2021-06-24 15:08:31 +02:00
Martin Diehl 95c9434a21 bugfix: enable local simulations 2021-06-24 15:01:32 +02:00
Martin Diehl 8c06e7a4ff generic and extendable multiphysics notation 2021-06-24 14:49:09 +02:00
Martin Diehl a1804c6c83 migrated to pytest 2021-06-24 11:49:33 +02:00
Martin Diehl eddb65d796 should not be part of the repository 2021-06-24 11:43:55 +02:00
Martin Diehl 452da977b0 cleaning up example files 2021-06-24 08:55:44 +02:00
Test User b9f273099d [skip ci] updated version information after successful test of v3.0.0-alpha3-278-g23b9361bf 2021-06-24 08:24:27 +02:00
Martin Diehl 23b9361bf2 adjusting to new (main) location of VERSION 2021-06-24 06:39:27 +02:00
Sharan Roongta 2e81f8c600 Merge branch 'pyproject.toml' into 'development'
simplified python installation

See merge request damask/DAMASK!404
2021-06-23 21:03:00 +00:00
Martin Diehl 172b4fb5d1 Merge remote-tracking branch 'origin/development' into pyproject.toml
annoying conflicts to to change of type (symlink switch)
2021-06-22 22:48:50 +02:00
Martin Diehl b27a2e1926 need to correct language statistics
otherwise, GitLab/Hub think that we have 17% bash scripts even though we
support only one MSC Version at the moment.
2021-06-22 18:11:29 +02:00
Martin Diehl 78b54517db pip has problem with symlinked VERSION
https://github.com/pypa/pip/issues/3500
Not the nicest solution, but works and keeps single source of truth
2021-06-22 11:11:23 +02:00
Martin Diehl 223934a406 https://snarky.ca/what-the-heck-is-pyproject-toml
https://www.python.org/dev/peps/pep-0518
https://www.python.org/dev/peps/pep-0517
2021-06-22 11:10:03 +02:00
Test User 0e81b7f0ad [skip ci] updated version information after successful test of v3.0.0-alpha3-271-g5cda5d6f5 2021-06-22 10:11:08 +02:00
Franz Roters 5cda5d6f52 Merge branch 'fix-j2' into 'development'
improved isotropic to enable reproduction of phenopowerlaw results

See merge request damask/DAMASK!382
2021-06-22 06:25:20 +00:00
Martin Diehl 1dd74478b1 adjust testing to new J2 behavior 2021-06-22 00:25:27 +02:00