Re: [deal.II] Iterative Linear Solver Tolerance

2019-09-13 Thread Wolfgang Bangerth
Jonathan, > I have a simple question I was hoping to get advice on related to setting the > linear solver tolerance for an iterative solver. In the tutorial examples > (and > in most of the codes I have seen and written) the solver tolerance is some > fraction of the initial right hand side

[deal.II] Iterative Linear Solver Tolerance

2019-09-13 Thread Jonathan Russ
Hello - I have a simple question I was hoping to get advice on related to setting the linear solver tolerance for an iterative solver. In the tutorial examples (and in most of the codes I have seen and written) the solver tolerance is some fraction of the initial right hand side 2-norm (e.g. to

Re: [deal.II] The type of particle properties

2019-09-13 Thread Wolfgang Bangerth
On 9/13/19 1:53 AM, Yidong ZHAO wrote: > > I want to store some material properties in particle properties. If it's > complicated, I think a better way is to write an interpretation function. Yes, do the interpretation function. I've put my thoughts into some of the documentation. See here:

Re: [deal.II] Instantiation of Vector< Sacado::Fad::DFad >

2019-09-13 Thread Doug
On Monday, September 9, 2019 at 10:13:32 AM UTC-4, Wolfgang Bangerth wrote: > > 1. > > This seems like we are abusing the real_type for something it wasn't > intended > to do. Can you open a github issue with the error message you get with the > unmodified code? > 2. > > I suspect that that

[deal.II] deal.II Newsletter #93

2019-09-13 Thread Rene Gassmoeller
Hello everyone! This is deal.II newsletter #93. 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: #8751: Move operator== from a test to the CellData class itself. (propos

Re: [deal.II] Create a LinearAlgebra::distributed::Vector from a LinearAlgebra::distributed::Vector

2019-09-13 Thread Wolfgang Bangerth
On 9/13/19 8:39 AM, 'Maxi Miller' via deal.II User Group wrote: > In my program I have to reuse old solutions (due to time dependency), > but would like to use them both as double values and float values > (preconditioning does not require double values). Unfortunately my old > solution is only

[deal.II] Create a LinearAlgebra::distributed::Vector from a LinearAlgebra::distributed::Vector

2019-09-13 Thread 'Maxi Miller' via deal.II User Group
In my program I have to reuse old solutions (due to time dependency), but would like to use them both as double values and float values (preconditioning does not require double values). Unfortunately my old solution is only given as a LinearAlgebra::distributed::Vector(), but I have to use a Li

Re: [deal.II] The type of particle properties

2019-09-13 Thread Yidong ZHAO
Dear Wolfgang, Thanks! I want to store some material properties in particle properties. If it's complicated, I think a better way is to write an interpretation function. Best, Yidong > > -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://