grinsfem / grins

Multiphysics Finite Element package built on libMesh
http://grinsfem.github.io
Other
47 stars 39 forks source link

Wrap up floating point type and explore use of Boost::Multiprecision for arbitrary precision #50

Open pbauman opened 11 years ago

pbauman commented 11 years ago

Definitely in the "would be nice" category.

Right now, I'm using libMesh::Real just about everywhere. I'm thinking we typedef a GRINS::Real which can default to libMesh::Real. Then, we can have room to explore trying to plug into Boost::Multiprecision if we ever want to do residual/Jacobian/other calculations in higher precision arithmetic.

roystgnr commented 11 years ago

Damn, now you've got me wanting to add --enable-multiprecision to libMesh...