[deal.II] Trying to interpolate deal.ii solution to a Cartesian grid

2023-03-07 Thread Elyn Luo
Hello, I have a solution on an unstructured grid obtained by deal.ii in VTU format, and now I want to interpolate it to a cartesian grid for further processing in other softwares. It seems like Paraview can do the job, but I'm wondering if this can be done in deal.ii directly? Thank you!

[deal.II] Re: trying to install dealii 9.1.1 using candi.

2023-03-07 Thread ME20D503 NEWTON
Dear Bruno, i am using ubuntu 22.04.1 and g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0. Thank you. On Wednesday, March 8, 2023 at 3:18:47 AM UTC+5:30 bruno.t...@gmail.com wrote: > Hello, > > It looks like the error is from boost. Which version are you using? What's > your compiler? > > Best, >

Re: [deal.II] Re: Dimension Mismatch

2023-03-07 Thread Wolfgang Bangerth
Jack: You are creating a Function=Function<7>, but that is not right. The template argument denotes the number of components of the *input* vector 'x' for which you want to evaluate 'f(x)'. It does not denote the number of *output* vector components. It should only be

[deal.II] Re: Dimension Mismatch

2023-03-07 Thread jack urombo
The code is attached this message. On Wednesday, 8 March 2023 at 05:38:43 UTC+2 jack urombo wrote: > Took a brief hiatus. and managed to pass a huddle following Marc's > suggestion. > > Now I have set to construct convergence tables for the polymer flow > problem I am solving. It involves

[deal.II] Re: Dimension Mismatch

2023-03-07 Thread jack urombo
Took a brief hiatus. and managed to pass a huddle following Marc's suggestion. Now I have set to construct convergence tables for the polymer flow problem I am solving. It involves solving a Stokes Problem for velocity and pressure (u,p), (size dim+1) and the Constitutive Equations for the

[deal.II] Re: trying to install dealii 9.1.1 using candi.

2023-03-07 Thread Bruno Turcksin
Hello, It looks like the error is from boost. Which version are you using? What's your compiler? Best, Bruno On Tuesday, March 7, 2023 at 12:58:10 AM UTC-5 me20...@iittp.ac.in wrote: > Dear Sir/Ma'am, > trying to install dealii-9.1.1 version using candi command. i just change > the version

[deal.II] deal.II Newsletter #244

2023-03-07 Thread 'Rene Gassmoeller' via deal.II User Group
Hello everyone! This is deal.II newsletter #244. It automatically reports recently merged features and discussions about the deal.II finite element library. ## Below you find a list of recently proposed or merged features: #14850: Implement InverseCellwiseMassMatrix with tensor var. coeff.