Re: [Libmesh-users] DirichletBoundary API

2013-05-22 Thread Ataollah Mesgarnejad
Roy, Dmitry, Good news, DirichletBoundary API works fine with petsc-dm. Best, Ata On May 21, 2013, at 11:30 AM, Dmitry Karpeev wrote: > Right now DMlibMesh doesn't mesh with the mesh much, but allows to define > splits based on mesh block and/or variable. It's a bit dated and should be > repl

Re: [Libmesh-users] DirichletBoundary API

2013-05-21 Thread Dmitry Karpeev
Right now DMlibMesh doesn't mesh with the mesh much, but allows to define splits based on mesh block and/or variable. It's a bit dated and should be replaced with the equivalent of DMMoose that's a bit more user-friendly and advanced. I'm not sure how DirichletBoundary would interact with it, but I

Re: [Libmesh-users] DirichletBoundary API

2013-05-21 Thread Roy Stogner
On Tue, 21 May 2013, Ataollah Mesgarnejad wrote: > One last question, does DirichletBoundary work with petsc_dm NonlinearSystem > too? Very good question. Let me know the answer, once you try it? ;-) I've not yet used the petsc_dm stuff, so DirichletBoundary definitely wasn't designed with i

Re: [Libmesh-users] DirichletBoundary API

2013-05-21 Thread Ataollah Mesgarnejad
On May 21, 2013, at 10:07 AM, Roy Stogner wrote: > > On Mon, 20 May 2013, Ataollah Mesgarnejad wrote: > >> I think there is a bug in DirichletBoundary API that always passes >> time=0. I checked by using an AnalyticFunction for the BC and then >> checking the time in the fptr that I passed. >>

Re: [Libmesh-users] DirichletBoundary API

2013-05-21 Thread Roy Stogner
On Mon, 20 May 2013, Ataollah Mesgarnejad wrote: > I think there is a bug in DirichletBoundary API that always passes > time=0. I checked by using an AnalyticFunction for the BC and then > checking the time in the fptr that I passed. > > You can easily check this changing systems_of_equations_ex4

[Libmesh-users] DirichletBoundary API

2013-05-20 Thread Ataollah Mesgarnejad
Dear all, I think there is a bug in DirichletBoundary API that always passes time=0. I checked by using an AnalyticFunction for the BC and then checking the time in the fptr that I passed. You can easily check this changing systems_of_equations_ex4. Best, Ata -