[deal.II] Re: Problem with the use of FE_Nedelec with a mesh file generated from Gmsh

2017-12-19 Thread Jianan Zhang
Just forget to attach the mesh file generated using Gmsh. Jianan 在 2017年12月20日星期三 UTC-5上午12:56:11,Jianan Zhang写道: > > Hi, all, > > I am using dealii to solve the curl-curl equation: > > curl(mu^(-1)curl(E)) + (-omega^2*epsilon+j*omega*sigma)*E=0, > > with boundary conditions: n x E = n X F ,

Re: [deal.II] affine representation

2017-12-19 Thread Wolfgang Bangerth
Hi Jean, good to hear from you! I am solving a linear system (say linear heat conduction) with many different materials (blockID) whose material properties are uncertain. My goal is to use a RB approach to build the ROM. However, while building the snapshots, for every new sample, I need to

Re: [deal.II] Documenting code for Code gallery

2017-12-19 Thread Wolfgang Bangerth
On 12/19/2017 02:15 PM, RAJAT ARORA wrote: I have written a code for a small strain elasto-plastic solid mechanics problem in 2d using deal.ii. I wanted to contribute it to code gallery and have gone through the instructions given here: http://www.dealii.org/code-gallery.html#instructions

Re: [deal.II] assertion failed: be_value_from_constant: unknown constant kind (shared/cfe/edgglue/edg_decl.c, line 1374)

2017-12-19 Thread Wolfgang Bangerth
On 12/19/2017 02:23 PM, Lev Karatun wrote: I get the error when running make on 1 process, after cleaning the build directory. Any help would be appreciated! It's a compiler bug -- you are triggering an assertion inside the compiler itself, not in our source code. So that already makes it di

[deal.II] Sixth deal.II Users and Developers Workshop - 23 --27 July 2018, Trieste, Italy

2017-12-19 Thread Yaakobi, Oded (NIH/NIAID) [F]
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:(UTC-05:00) Eastern Time (US & Canada) BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0400 TZOFFSETTO:-0500 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT DTSTA

Re: [deal.II] Re: Moving Mesh when using Fe_Q(p) p>1

2017-12-19 Thread Bruno Turcksin
Hi, 2017-12-19 15:59 GMT-05:00 RAJAT ARORA : > > So, going by what you described, if x2 is unknown, how can the mapping > class calculate the information? > > Is it because it uses the manifold information (which is a straight > boundary by default) attached to it to get the nodal coordinates of

[deal.II] assertion failed: be_value_from_constant: unknown constant kind (shared/cfe/edgglue/edg_decl.c, line 1374)

2017-12-19 Thread Lev Karatun
Hi everyone, I was trying to update dealII to the latest version, but I'm getting an error: > [ 47%] Building CXX object >> source/fe/CMakeFiles/obj_fe_release.dir/fe_enriched.cc.o > > cd /home/lkaratun/aspect/dealii/build/source/fe && >> /cvmfs/soft.computecanada.ca/easybuild/software/2017/av

[deal.II] Documenting code for Code gallery

2017-12-19 Thread RAJAT ARORA
Hello all, I have written a code for a small strain elasto-plastic solid mechanics problem in 2d using deal.ii. I wanted to contribute it to code gallery and have gone through the instructions given here: http://www.dealii.org/code-gallery.html#instructions I wanted to know how can I document

[deal.II] Re: Moving Mesh when using Fe_Q(p) p>1

2017-12-19 Thread RAJAT ARORA
Hello Bruno, Thanks for the reply. I read the the link you gave and that helped me learn and understand how things work behind the scene in deal.ii. But, I dont understand 1 thing. Lets say my domain just consists of a single element in 1D. I use quadratic shape functions so this makes a tota

[deal.II] Re: Why does the L2-norm increase when the number of nodes becomes too large?

2017-12-19 Thread Bruno Turcksin
Hi, On Tuesday, December 19, 2017 at 2:58:20 PM UTC-5, jie liu wrote: > > > This phenomenon is not desired. Different solvers are adopted, but there > is no improvement on it. Can anybody give some clues? Thank you. > You have a bug in your code. What you should see is that the error decreases a

[deal.II] Why does the L2-norm increase when the number of nodes becomes too large?

2017-12-19 Thread jie liu
Dear all, I'm solving a 1D Poisson problem. I put those lines of step-7 computing the L2-norm into step-4 to output the L2-norm of the solution. P3 elements are adopted and the residual norm of the solver is set to 1e-12. The error decreases first, while it starts to increase when the number of

Re: [deal.II] Custom shapeset questions

2017-12-19 Thread Wolfgang Bangerth
On 12/10/2017 08:58 AM, Lukas Korous wrote: I just want to share my success - I successfully incorporated the Taylor DG space into my code - https://github.com/l-korous/mhdeal. Lukas, is either the element (or the whole code) something you would perhaps like to contribute to the library (or