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

2019-04-06 Thread Matthias Maier
Cross compilation should work - I have briefly tested it back in 2011 and have written a very minimalistic paragraph about what you have to do: https://www.dealii.org/9.0.0/developers/porting.html It would be great if someone could verify that it still works :-D Best, Matthias On Fri, Apr

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

2019-04-06 Thread Martin Kronbichler
On 05.04.19 21:45, Bruno Turcksin wrote: Le ven. 5 avr. 2019 à 14:48, Phani Motamarri a écrit : No login node is intel-broadwell and compute node is intel-skylake. Problem is that the supercomputer I am compiling on has no way to access compute node (interactive job) directly for compiling.

Re: [deal.II] project_boundary_values for components

2019-04-06 Thread Anton
Thank you Wolfgang. Basically if I interpolate a step function (which can be exactly presented in for example DGQ1 space if the discontinuity is at the node) I get a 1-element wide transition. In ASCII pictures, I expect ___ but I get ___/--- instead :) So if I understand you correctly

Re: [deal.II] project_boundary_values for components

2019-04-06 Thread Wolfgang Bangerth
On 4/5/19 11:25 AM, Anton wrote: > I need to apply a boundary condition (discontinuous function) to a few > components of a dof_handler only.  I am currently using > > | > voidVectorTools::interpolate_boundary_values >