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
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
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
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
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