Changeset [9c5b51639d5f24e1473419aa82f34431fb8b7831] by Jed Brown

August 28th, 2008 @ 11:09 PM

Move Tensor dRule and dEFS implementions into separate files.

This help us declare almost everything static.

Introduced enum dApplyMode and dTransposeMode and adjusted the dEFS to reduce the number of functions.

Signed-off-by: Jed Brown jed@59A2.org http://github.com/jedbrown/dohp/...

Committed by Jed Brown

  • M include/dohpjacobi.h
  • M include/private/fsimpl.h
  • M src/jacobi/impls/tensor/efstopo.c
  • M src/jacobi/impls/tensor/makefile
  • M src/jacobi/impls/tensor/ruletopo.c
  • M src/jacobi/impls/tensor/tensor.c
  • M src/jacobi/impls/tensor/tensor.h
  • M src/jacobi/impls/tensor/topo.c
  • M src/jacobi/tests/ex1.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.