Changeset [08470ac079eec6372e82fd5f87a030eae74d80b0] by Jed Brown

June 17th, 2011 @ 05:21 PM

Add support for reading and writing units

The full dUnits object is not recovered, just the scaling at this point.
The vector itself is redimensionalized. There is short-circuit in case the
stored vector has exactly the same scaling factor as the dFS reading it, so
the current implementation may not have bitwise reproducibility.
https://github.com/jedbrown/dohp/commit/08470ac079eec6372e82fd5f87a...

Committed by Jed Brown

  • M include/dohpfs.h
  • M include/dohpfsimpl.h
  • M include/dohpviewerdhm.h
  • M src/fs/impls/cont/contviewdhm.c
  • M src/fs/interface/fs.c
  • M src/fs/interface/fsreg.c
  • M src/viewer/dhm.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.