Re: [petsc-dev] DMPlexCreateExodus directly from file

2014-02-26 Thread Michael Lange
Hi Matt, On 25/02/14 15:41, Matthew Knepley wrote: 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

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