[deal.II] use of "meshworker" for FESystem

2018-02-07 Thread Jaekwang Kim
Hi, all. I am curious about whether i can use MeshWorker: class for FESystem. I am trying to solve system, that I need to solve 'stokes flow' and then use velocity solution to solve other scalar transport equation using DG method that looks like

[deal.II] deal.II Newsletter #20

2018-02-07 Thread Rene Gassmoeller
Hello everyone! This is deal.II newsletter #20. 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: #5875: improve documentation of ScaLAPACKMatrix::least_squares()

[deal.II] a problem (or maybe bug) using grid_in.read_unv()

2018-02-07 Thread Moraad Biagooi
Dear All, I developed a simple code which just import a simple UNV file, then prints the mesh's boundary_ids and material_ids. The problem is that the output is EMPTY. The mesh is 3*3*3 and hexahedral, made with SALOME. There is two integer group_ids attached to some of its faces and cells.

Re: [deal.II] Solving the heat equation for round objects and small values for the diffusion coefficient

2018-02-07 Thread Praveen C
I suppose your heat source is discontinuous wrt (x,y). Does your mesh exactly represent the discontinuity in the circular case ? If not then you will be introducing a lot of error since your source terms will not be accurately approximated. To calculate the source terms in the galerkin method,

[deal.II] Solving the heat equation for round objects and small values for the diffusion coefficient

2018-02-07 Thread 'Maxi Miller' via deal.II User Group
I am trying to solve the heat equation for round heat sources and very small diffusion coefficients (<1e-7). Now when comparing the results between round heat sources and square heat sources, I get the following result for round heat sources: