DAMASK_EICMD/processing/legacy
Martin Diehl 96767e75a3 can be done directly in the python library:
P = damask.Orientation(lattice='cF').Schmid('slip')
sigma = np.array([[1,0,0],[0,0,0],[0,0,0]])
sigma_extended = np.broadcast_to(sigma.reshape(damask.util.shapeshifter(sigma.shape,P.shape)),
                                 P.shape)
tau = np.einsum('i...jk,i...jk->i...',sigma_extended,P)
2021-07-26 00:19:03 +02:00
..
DADF5toDREAM3D.py old shell scripts 2021-03-26 08:48:05 +01:00
addCompatibilityMismatch.py old shell scripts 2021-03-26 08:48:05 +01:00
addDisplacement.py old shell scripts 2021-03-26 08:48:05 +01:00
addEuclideanDistance.py old shell scripts 2021-03-26 08:48:05 +01:00
geom_grainGrowth.py better keep reference close to the code 2021-07-01 14:34:16 +02:00
gmsh_identifySurfaces.py bug fixes 2021-03-26 12:48:20 +01:00