Skip to content
Discussion options

You must be logged in to vote

Thank you all for your replies.
I have solved the issue by following these steps:
-> Create the tessellation file in NEPER.
-> In .tess file manually edit to change material id from 0 (by default it is starting from 1).
-> NEPER command to change .tess to .vtk file:
neper -T -loadtess s12-damask.tess -format vtk
->STEP TO CONVERT .vtk FILE to .vti FILE IN DAMASK:
docker run --rm -it -v "G:\Anmol\DAMASK\S11_Trial-20:/wd" damaskmultiphysics/python-damask /bin/bash
root@1e084f835a31:/wd# python3
Python 3.12.4 (main, Jun 13 2024, 05:25:54) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import damask
>>> grid = damask.GeomGrid.load_Neper('simul…

Replies: 4 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ruanqc
Comment options

@cherry12306
Comment options

Comment options

You must be logged in to vote
1 reply
@Anmol-Bakshi
Comment options

Comment options

You must be logged in to vote
4 replies
@Anmol-Bakshi
Comment options

Answer selected by MarDiehl
@MarDiehl
Comment options

@Anmol-Bakshi
Comment options

@Anmol-Bakshi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants