[petsc-dev] Matt, broken use of DMSetDimension() in next

Barry Smith bsmith at mcs.anl.gov
Thu Aug 21 12:57:33 CDT 2014


   Matt,

c73cfb54 src/dm/impls/da/dacreate.c (Matthew Knepley    2014-07-31 16:25:43 -0500 274)     ierr = DMSetDimension(da, da->dim);CHKERRQ(ierr);

 It should be dd->dim, not da->dim.  I’d fix it except for the branch business.

  Barry





More information about the petsc-dev mailing list