Re: [deal.II] Re: merge_triangulations probably conserves the boundaries on the interface between merged triangulations

2017-03-10 Thread gandalfhaha
Hello, thank You for the feedback. My triangulation creation code is the following //instance variable parallel::distributed::Triangulation triangulation; --- Point<3> transformation3 (const Point<3> ) { Point<3> out = in; double tmp = out (0); out (0) =

[deal.II] Re: MeshWorker clarifications

2017-03-10 Thread Franco Milicchio
Just one more question about MeshWorker. I am trying to figure how I could assemble simultaneously more than one form. I've found that step 39 uses two different assemblers. My guess is that I could use a MatrixSimple assembler for bilinear forms, and ResidualSimple for linear forms. Is this

[deal.II] Re: MeshWorker clarifications

2017-03-10 Thread Franco Milicchio
It was all my mistake in copy/pasting the weak form. The two matrices now are the same. Sorry for the noise. -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because