You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the idea would be to refactor RotM functionality and its application to tensor transformation.
Use a test case, for example this and refactor the AV solver side such that the
conductivity and homogenization parameters are transformed correctly. The tensor would be treated like this:
Original idea by @raback #429 (comment)
So the idea would be to refactor
RotM
functionality and its application to tensor transformation.Use a test case, for example this and refactor the AV solver side such that the
conductivity and homogenization parameters are transformed correctly. The tensor would be treated like this:
Instead of the old way:
Call to get the transformation matrix
RotM
elmerfem/fem/src/modules/MagnetoDynamics/WhitneyAVHarmonicSolver.F90
Line 492 in 1f5be3a
Then that is used to transform the conductivity tensor
elmerfem/fem/src/modules/MagnetoDynamics/WhitneyAVHarmonicSolver.F90
Line 1439 in 1f5be3a
The text was updated successfully, but these errors were encountered: