Knut Andreas Meyer
Knut Andreas Meyer
One solution is to document and export the `_propagate_gradient` function used by `@implement_gradient`. It is not as sleek as the macro but allows the user to solve such a problem....
Ready for review, @fredrikekre or @KristofferC
Found `AllTensors` today, this could also potentially be used here like ```julia macro implement_gradient(f, f_dfdx) return :($(esc(f))(x :: Union{AllTensors{
Joining the party late here, but seeing that this is still open I wanted to attempt giving a final comment that can close this issue. Perhaps also interesting for kimauth/materialmodels.jl#34...
When deriving the derivatives with a full tensor, no symmetry constraints are accounted for (e.g. we can perturb C_12 without touching C_21). Therefore, we get the result that `I =...
I like that better too, and it is what would be done by the BoundaryFaceIterator that is under construction!
Is Ferrite.celltypes used for anything but printing (I only see it elsewhere in one VTK test case)? If not, could it be removed or simplified to just a list of...
OK, then I've removed `celltypes` and replaced it with a tuple "`implemented_celltypes`" (to retain this information in a more compact form). I was thinking it's good to have such a...
~~This is my naive attempt for an example that I would have liked to have when starting using the `MixedDofHandler` Probably a few blunders, so I would be happy to...
Could you review @kimauth?