Changeset [f6d98573f965bb7608710424660751acc79a58f1] by Jed Brown
September 20th, 2010 @ 10:26 PM
Make dPolynomialOrder an aggregate type for so the compiler can do better type checking
I really just want a strong typedef.
This change required disabling -Waggregate-return. I don't
really like
aggregate returns, so maybe I'll leave this as a debugging option
and
stuff it all into a normal int later.
http://github.com/jedbrown/dohp/commit/f6d98573f965bb76087104246607...
Committed by Jed Brown
- M CMakeLists.txt
- M include/dohpjacobi.h
- M src/fs/interface/fsgeom.c
- M src/jacobi/impls/modal/modalimpl.h
- M src/jacobi/impls/tensor/tensorimpl.h
- M src/jacobi/quadrature/impls/tensor/tensorquad.c
- M src/jacobi/quadrature/impls/tensor/tensorquad.h
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.