New question #136409 on DOLFIN: https://answers.launchpad.net/dolfin/+question/136409
Hi -- Is there a way to implement methods that use finite element spaces on edges of a two-dimensional mesh (or on faces of a three-dimensional mesh)? In "hybridized" methods (such as the hybridized Raviart-Thomas method) and many newer DG methods, such spaces are important. More concretely, let lambda be a trial function that when restricted to each mesh edge is a polynomial (and with no further continuity), and let v be a Raviart-Thomas test function. Can I assemble a form that equals the sum of the integrals of lambda * dot(v,n) over the boundary of every mesh element? (Here n is the outward unit normal of each element.) If there is a demo, please point me to it. Much thanks, --Jay You received this question notification because you are a member of DOLFIN Team, which is an answer contact for DOLFIN. _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

