Re: [Libmesh-users] API use of DirichletBoundary

2017-01-17 Thread Roy Stogner
On Tue, 17 Jan 2017, Fabio Canesin wrote: > Hi John, thanks for the support! > Maybe it is missing a resizing on the example: > https://github.com/libMesh/libmesh/blob/master/examples/fem_system/fem_system_ex1/naviersystem.C#L55 Hmm... that actually looks like it is missing a resize there. It's

Re: [Libmesh-users] API use of DirichletBoundary

2017-01-17 Thread Fabio Canesin
Hi John, thanks for the support! Maybe it is missing a resizing on the example: https://github.com/libMesh/libmesh/blob/master/examples/fem_system/fem_system_ex1/naviersystem.C#L55 Regards, On Tue, Jan 17, 2017 at 1:33 PM, John Peterson wrote: > > > On Tue, Jan 17, 2017 at 1:06 AM, Fabio Canesi

Re: [Libmesh-users] API use of DirichletBoundary

2017-01-17 Thread John Peterson
On Tue, Jan 17, 2017 at 1:06 AM, Fabio Canesin wrote: > Dear experts, > > I'm trying to define a analytic solution as BC using the DirichletBoundary > class, for that I'm using FEMSystem ex1, my problem is 2D and I want to > prescribe u and v. From my understanding the DenseVector & output > was

[Libmesh-users] API use of DirichletBoundary

2017-01-17 Thread Fabio Canesin
Dear experts, I'm trying to define a analytic solution as BC using the DirichletBoundary class, for that I'm using FEMSystem ex1, my problem is 2D and I want to prescribe u and v. From my understanding the DenseVector & output was the same size as variables input when constructing the bc object, b