← Back to team overview

dolfin team mailing list archive

Re: [Question #143195]: How do I express local condensation in Dolfin?

 

Question #143195 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/143195

    Status: Answered => Open

David Ham is still having a problem:
Thanks Kent, this is a useful insight into part of the problem.

In the example you gave, the variable which is eliminated is in a
continuous space and, if I understand the code correctly, you use mass
lumping to invert the mass matrix in the Schur compliment.

However this doesn't indicate how one would do this in the DG case for
which the mass can be directly inverted. So I guess the direct question
is, is there a way in Dolfin assembling the inverse of the local tensor?
Ie something like:

assemble(inverse(u*v*dx))

Many thanks,

David

-- 
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.



Follow ups

References