Redefine class Dot
and Inner
to mimic FEniCSx for complex values
#131
Labels
enhancement
New feature or request
Dot
and Inner
to mimic FEniCSx for complex values
#131
Inner
class should compute the inner scalar product of two arguments which may be scalars, vectors, or matrices. The result should always be scalar. It should also compute the complex or real inner product based on argument type.SesquilinearForm
and in theInner
should be applied to the second argument (aka to the test function).Dot
class should be redesigned to compute the contraction between the last index of the first argument and the first index of the second argument.VectorSpace.dot()
intoVectorSpace.inner()
The text was updated successfully, but these errors were encountered: