Re: [Libmesh-devel] Vectorization of Variable Evaluation

2013-11-17 Thread Roy Stogner
On Sun, 17 Nov 2013, Derek Gaston wrote: > I know that there is some Eigen stuff hanging around... and this TensorTools > stuff... how far down the path are we toward > being able to properly vectorize variable evaluation at quadrature points > (values, gradients and second derivatives). > Befo

[Libmesh-devel] Vectorization of Variable Evaluation

2013-11-17 Thread Derek Gaston
I know that there is some Eigen stuff hanging around... and this TensorTools stuff... how far down the path are we toward being able to properly vectorize variable evaluation at quadrature points (values, gradients and second derivatives). Before going nuts on my own code I figured I would see wha

Re: [Libmesh-devel] SILO Support in libMesh

2013-11-17 Thread Derek Gaston
I think John got taken off course by Google... try this: http://lmgtfy.com/?q=silo+llnl On Sun, Nov 17, 2013 at 4:01 PM, Derek Gaston wrote: > SILO is straightforward to get in a BSD license: > > https://wci.llnl.gov/codes/silo/downloads.html > > > On Sun, Nov 17, 2013 at 1:44 PM, Roy Stogner

Re: [Libmesh-devel] SILO Support in libMesh

2013-11-17 Thread Derek Gaston
SILO is straightforward to get in a BSD license: https://wci.llnl.gov/codes/silo/downloads.html On Sun, Nov 17, 2013 at 1:44 PM, Roy Stogner wrote: > > On Sun, 17 Nov 2013, John Peterson wrote: > > What is the license? >> >> Wikipedia (http://en.wikipedia.org/wiki/Silo_(software)) takes me >>

Re: [Libmesh-devel] SILO Support in libMesh

2013-11-17 Thread Roy Stogner
On Sun, 17 Nov 2013, John Peterson wrote: > What is the license? > > Wikipedia (http://en.wikipedia.org/wiki/Silo_(software)) takes me > here: http://www.nevercenter.com/ which says you can buy it for > $159... The license checked into Derek's contrib/ says that source code is under BSD. > Seco

Re: [Libmesh-devel] SILO Support in libMesh

2013-11-17 Thread John Peterson
On Sun, Nov 17, 2013 at 9:48 AM, Derek Gaston wrote: > > Just a heads up that I'm helping Mark Miller at LLNL get SILO support into > libMesh. > > I just cleaned up his patches and created a branch that he's going to branch > off of in the future here: > > https://github.com/friedmud/libmesh/tre

[Libmesh-devel] SILO Support in libMesh

2013-11-17 Thread Derek Gaston
Just a heads up that I'm helping Mark Miller at LLNL get SILO support into libMesh. I just cleaned up his patches and created a branch that he's going to branch off of in the future here: https://github.com/friedmud/libmesh/tree/silo I would really appreciate it if you guys could look at what he