Skip to content
Snippets Groups Projects
Verified Commit c3edc4d9 authored by Marcus Mohr's avatar Marcus Mohr
Browse files

Fix generation of epsilon and full_stokes forms

Generation of theses forms did no longer work due to problems with the update
from a scalar to a vectorial treatment of trial and test spaces.

The commit fixes this, by making form_func() convert trial and test to
TensorialVectorFunctionSpace internally.

Note: I am not too happy with the changes needed to statisfy mypy.
      I was not able to keep the differentiation between TestSpace
      and TrialSpace for the arguments that are of type
      TensorialVectorFunctionSpace. Ideas welcome.
parent 8154fef1
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment