Prefix for DACreate

2009-09-11 Thread Matthew Knepley
Okay, this was more work than I thought, but I have converted DA over to the new scheme. I pushed last night, so whoever is on log duty, send me the errors. Everyone should start using DACreate() DASet...() DASetFromOptions() or DASetType() I made the dimension part of the type, but this c

Prefix for DACreate

2009-02-21 Thread Jed Brown
On Sat 2009-02-21 15:45, Matthew Knepley wrote: > I will do it, but it will have to wait for weekend after next since I have to > go the SIAM CS&E. Great, there's no rush. This was just a design weakness that we worked around years ago but for which a more elegant and consistent solution exists.

Prefix for DACreate

2009-02-21 Thread Jed Brown
We solve equations in a high-aspect ratio domain and have both a 2- and 3-dimensional DA which need to be compatible. Due to the nature of the problem, the x-direction of the 3D DA must be local which means that options such as -da_processors_x don't work (they mean different things for each DA, t

Prefix for DACreate

2009-02-21 Thread Matthew Knepley
I will do it, but it will have to wait for weekend after next since I have to go the SIAM CS&E. Matt On Sat, Feb 21, 2009 at 2:57 PM, Jed Brown wrote: > We solve equations in a high-aspect ratio domain and have both a 2- and > 3-dimensional DA which need to be compatible. Due to the nature o