Re: [Libmesh-users] [RB] Question about a poseteriori error estimation

2018-10-15 Thread David Knezevic
On Mon, Oct 15, 2018 at 4:30 AM wrote: > Thank you for your reply, but I still have not solved my problem. > > My questions seemed to be something wrong, so I want to ask again about a > posteriori error estimation. > > > > According to “Reduced Basis Approximation and A Posteriori Error > Estima

Re: [Libmesh-users] [RB] Question about a poseteriori error estimation

2018-10-15 Thread ss.kang
: libmesh-users Subject: Re: [Libmesh-users] [RB] Question about a poseteriori error estimation On Sun, Oct 14, 2018 at 8:40 PM mailto:ss.k...@pusan.ac.kr> > wrote: Thanks to your help, I understood inner-product and norm in the LibMesh. However, I have another question about the dual n

Re: [Libmesh-users] [RB] Question about a poseteriori error estimation

2018-10-14 Thread David Knezevic
Best, David *From:* David Knezevic > *Sent:* Monday, October 15, 2018 2:45 AM > *To:* 강신성 > *Cc:* libmesh-users > *Subject:* Re: [Libmesh-users] [RB] Question about a poseteriori error > estimation > > > > On Sun, Oct 14, 2018 at 3:45 AM wrote: > > Thank

Re: [Libmesh-users] [RB] Question about a poseteriori error estimation

2018-10-14 Thread ss.kang
: Friday, October 12, 2018 9:30 PM To: 강신성 mailto:ss.k...@pusan.ac.kr> > Cc: libmesh-users mailto:libmesh-users@lists.sourceforge.net> > Subject: Re: [Libmesh-users] [RB] Question about a poseteriori error estimation On Fri, Oct 12, 2018 at 2:58 AM mailto:ss.k...@pusan.ac.kr> >

Re: [Libmesh-users] [RB] Question about a poseteriori error estimation

2018-10-14 Thread David Knezevic
parameter that was used for the preceding solve. The idea is that you're getting the dual norm of the residual associated with your previous solve. Best, David > *From:* David Knezevic > *Sent:* Friday, October 12, 2018 9:30 PM > *To:* 강신성 > *Cc:* libmesh-users > *Subject:*

Re: [Libmesh-users] [RB] Question about a poseteriori error estimation

2018-10-14 Thread ss.kang
: [Libmesh-users] [RB] Question about a poseteriori error estimation On Fri, Oct 12, 2018 at 2:58 AM mailto:ss.k...@pusan.ac.kr> > wrote: Hello, all. I have a question about the RB error estimation in LibMesh. I know that the maximum error bound is computed in the function "RBC

Re: [Libmesh-users] [RB] Question about a poseteriori error estimation

2018-10-12 Thread David Knezevic
On Fri, Oct 12, 2018 at 2:58 AM wrote: > Hello, all. > > > > I have a question about the RB error estimation in LibMesh. > > > > I know that the maximum error bound is computed in the function > "RBConstruction::compute_max_error_bound()." > > Here we should compute the "dual norm of residual" us