[deal.II] Re: Compile error with function compute_bounding_box on GCC 8.5

2019-02-28 Thread Reza Rastak
I apologize because of typo in the subject line. Version is GCC 4.8.5 Reza On Thursday, February 28, 2019 at 6:39:18 PM UTC-8, Reza Rastak wrote: > > Hi, > > I tried to compile the master branch (commit f5375c1) on my system without > any MPI or Trilinos or other dependencies. I received an erro

[deal.II] Compile error with function compute_bounding_box on GCC 8.5

2019-02-28 Thread Reza Rastak
Hi, I tried to compile the master branch (commit f5375c1) on my system without any MPI or Trilinos or other dependencies. I received an error when compiling the function compute_bounding_box inside source/grid/grid_tools_cache.cc. It complains that IteratorFilters::LocallyOwnedCell is not deri

[deal.II] Re: Can't find affineconstraints related header file

2019-02-28 Thread cxmail . work
Thank you for your help, I am trying to use constraintmatrix now! 在 2019年2月28日星期四 UTC+8下午9:55:32,Daniel Arndt写道: > > Chen, > > The AffineConstraints class is not included in any release yet. > Previously, this class was called ConstraintMatrix ( > https://www.dealii.org/9.0.1/doxygen/deal.II/clas

Re: [deal.II] Can't find affineconstraints related header file

2019-02-28 Thread cxmail . work
Thank you for your help, I am trying to use constrainmatrix now. 在 2019年2月28日星期四 UTC+8下午9:55:27,Jean-Paul Pelteret写道: > > Dear Chen, > > In deal.II version 9.0, affine constraints are applied using the > ConstraintMatrix class (deal.II/lac/constraint_matrix.h). This class and > header have been d

[deal.II] deal.II Newsletter #69

2019-02-28 Thread Rene Gassmoeller
Hello everyone! This is deal.II newsletter #69. 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: #7767: Added hierarchy to hp::FECollection. (proposed by marcfehling) h

[deal.II] Re: Can't find affineconstraints related header file

2019-02-28 Thread Daniel Arndt
Chen, The AffineConstraints class is not included in any release yet. Previously, this class was called ConstraintMatrix (https://www.dealii.org/9.0.1/doxygen/deal.II/classConstraintMatrix.html). The functionality is the same but it is not templated. Best, Daniel -- The deal.II project is loc

Re: [deal.II] Can't find affineconstraints related header file

2019-02-28 Thread Jean-Paul Pelteret
Dear Chen, In deal.II version 9.0, affine constraints are applied using the ConstraintMatrix class (deal.II/lac/constraint_matrix.h). This class and header have been deprecated in the developer version, so if you’re using the developer version the ConstraintMatrix is typedef’d to AffineConstrai

[deal.II] Re: Output manufactured solution together with calculated solution

2019-02-28 Thread Daniel Arndt
Maxi, that is covered in the FAQ (https://github.com/dealii/dealii/wiki/Frequently-Asked-Questions#how-to-plot-the-error-as-a-pointwise-function). Best, Daniel -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dea

[deal.II] Can't find affineconstraints related header file

2019-02-28 Thread cxmail . work
Hello, developers, I am trying to add boundary conditions to my FESystems, there is a RT finite element. I want to constrain it boundary conditions to zero with affinestraints, However, when I use deal.ii 9.0.1 to complie my .cc file, I found that the header file has been removed. Is the heade

Re: [deal.II] Tutorial step-35 fails with my inp

2019-02-28 Thread Daniel Arndt
Eugeniy, my first guess would be that you are setting boundary conditions inadequately and that this gives you a singular matrix. What happens if you apply homogeneous Dirichlet boundary conditions for the velocity everywhere? Best, Daniel -- The deal.II project is located at http://www.deali

[deal.II] Output manufactured solution together with calculated solution

2019-02-28 Thread 'Maxi Miller' via deal.II User Group
For checking the correctness of my calculations, I use manufactured solutions (similar to step-7). Now I was wondering if it is possible to create a vector containing the correct solution which can be printed together with the calculated solution, for example in vtu-files? I have a function con

Re: [deal.II] Tutorial step-35 fails with my inp

2019-02-28 Thread eugeny . pavlyuk
Dear Jean-Paul, I have the same error with increased max_iterations value: n_of_refines = 2 pressure_fe_degree = 2 dt = 5e-4 max_iterations = 1 Iterative method reported convergence failure in step 1. The residual in the last step was 44.4628. max_iterations = 5 Iterative method