Re: [petsc-dev] Changes to PETSc API for solvers

2014-02-25 Thread Barry Smith
On Feb 25, 2014, at 3:10 PM, Lisandro Dalcin wrote: > On 25 February 2014 22:17, Barry Smith wrote: >> Soon I will be pushing an update to master and next changes to >> KSPSetOperators(), SNESSetJacobian() and TSSetRHS/IJacobian() interfaces. > > Could you point me the branch you are using fo

Re: [petsc-dev] Changes to PETSc API for solvers

2014-02-25 Thread Lisandro Dalcin
On 25 February 2014 22:17, Barry Smith wrote: > Soon I will be pushing an update to master and next changes to > KSPSetOperators(), SNESSetJacobian() and TSSetRHS/IJacobian() interfaces. Could you point me the branch you are using for this? I can see a bunch of them with related commits. -- Li

[petsc-dev] Changes to PETSc API for solvers

2014-02-25 Thread Barry Smith
Soon I will be pushing an update to master and next changes to KSPSetOperators(), SNESSetJacobian() and TSSetRHS/IJacobian() interfaces. 1)The MatStructure argument to KSPSetOperators() and the Jacobian computation routines passed to SNESSetJacobian() and TSSetRHS/IJacobian() is now re

Re: [petsc-dev] DMPlexCreateExodus directly from file

2014-02-25 Thread Matthew Knepley
On Feb 25, 2014 9:48 AM, "Michael Lange" wrote: > > Hi, > > I keep hitting problems in my application code when I try to read in ExodusII meshes via DMPlex due to the exodus libs installed on my system. I can get around those simply by adding adding the ex_open() call required to get the exoid dir

[petsc-dev] DMPlexCreateExodus directly from file

2014-02-25 Thread Michael Lange
Hi, I keep hitting problems in my application code when I try to read in ExodusII meshes via DMPlex due to the exodus libs installed on my system. I can get around those simply by adding adding the ex_open() call required to get the exoid directly to DMPlexCreateExodus(). This solution works