The source project of this merge request has been removed.
implemented derivation of gradient weights via rotation
Files
3- Markus Holzer authored
derive gradient weights of other direction with already calculated weights of one direction via rotation and apply them to a field. as_matrix gives now a deprecated warning and as_array is no newly implemented to replace it. as_array works with MutableDenseNDimArray now instead of Matrix
+ 49
− 0
@@ -169,6 +172,9 @@ class FiniteDifferenceStencilDerivation:
@@ -177,6 +183,49 @@ class FiniteDifferenceStencilDerivation: