Skip to content
Snippets Groups Projects
Commit 75c89208 authored by René Heß's avatar René Heß
Browse files

Ignore indices when splitting into accumulation terms

Example: Before this commit the expression

\sum_i a_i (\nabla v)_i + \sum_j b_j (\nabla v)_j

was split into two accumulation terms:

1) a_k with corresponding test function (\nabla v)_k
2) b_l with corresponding test function (\nabla v)_l

Now we split into:

a_k + b_k with corresponding test function (\nabla v)_k

This is possible since we have linearity in the test function.

TODO: Jacobians are not yet working
parent 61fa1d0e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment