[deal.II] Re: Output global variable such as "time"

2019-04-20 Thread Jonathan Russ
Perfect! Thank you so much! On Saturday, April 20, 2019 at 9:31:51 PM UTC-4, Daniel Arndt wrote: > > Jonathan, > > have a look at DataOutBase::write_pvd_record() ( > https://www.dealii.org/developer/doxygen/deal.II/namespaceDataOutBase.html#a6f1c052ba49fd44cd8e3f35ba871aebd > ). > > Best, > Daniel

[deal.II] Re: Output global variable such as "time"

2019-04-20 Thread Daniel Arndt
Jonathan, have a look at DataOutBase::write_pvd_record() (https://www.dealii.org/developer/doxygen/deal.II/namespaceDataOutBase.html#a6f1c052ba49fd44cd8e3f35ba871aebd). Best, Daniel -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.

[deal.II] Output global variable such as "time"

2019-04-20 Thread Jonathan Russ
Hello - Is it possible to output a "global variable" such as time to, say, the paraview output files so that I can easily see at what solution time the current output data corresponds to? I only see the ability to output vectors of data that correspond to either the number of nodes or elements

Re: [deal.II] hp elements using MeshWorker framework

2019-04-20 Thread Wolfgang Bangerth
On 4/20/19 4:38 AM, Apurva Tiwari wrote: > > I'm trying to write a scalar advection code. The idea is to be able to use > different degrees on different cells, hence the use of hpelements. > > Can MeshWorker::loop()be made to accept hp::dof_handlerinstead, such that it > considers the variation

Re: [deal.II] Re: dealii compilation on Cray machine

2019-04-20 Thread Daniel Arndt
Phani, I did the following steps in order: > > 1) Created build directory > 2) cmake -DCMAKE_TOOLCHAIN_FILE=toolChain ../dealii-9.0.1 > 3) make expand_instantiations_exe > 4) export > PATH="/home/ComputationalSolidMechanics/yashu_mom145/dft-fe/dealii/buildMinimal/bin/:$PATH" > 5) make > You shou

[deal.II] hp elements using MeshWorker framework

2019-04-20 Thread Apurva Tiwari
Hello! I'm trying to write a scalar advection code. The idea is to be able to use different degrees on different cells, hence the use of hp elements. Can MeshWorker::loop() be made to accept hp::dof_handler instead, such that it considers the variation of degree across elements and the does the u