Changeset [fac80cc46049a3b1e3fdd643d43c585982d46128] by Jed Brown

February 26th, 2011 @ 07:46 PM

Implement ValueCachePhysical for mapping the physical mapping between element- and patch-natural ordering

Note that both are required: dEFSApply() needs the mapping in
element-natural form, but the user needs the weights in patch-natural
form.

It is possible that dx/dX could be mapped to patch-natural ordering, and
then compute geometry, but that would change the dEFSApply() interface
so I don't want to do it now. Maybe it will make sense later.
https://github.com/jedbrown/dohp/commit/fac80cc46049a3b1e3fdd643d43...

Committed by Jed Brown

  • M src/fs/interface/fsrulesetit.c
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

An implementation of the ``dual order hp'' version of the finite element method. This project targets parallel domain-decomposition methods for strongly coupled nonlinear problems with PDE constraints.