Re: [petsc-users] Form Local function from global

2016-04-15 Thread Jed Brown
marco mavari writes: > However, I would like to do nonlinear domain decomposition ( similar to > NASM/ASPIN). > Is it possible to extract LocalEvaluation routines from GlobalFunctions? No, the global function is global, so you can't call "just the local part". Moreover,

[petsc-users] Form Local function from global

2016-04-15 Thread marco mavari
Hello, I am using external library (MOOSE) to provide function/jacobian evaluation routines. It communicates with Petsc by SNES. However, I would like to do nonlinear domain decomposition ( similar to NASM/ASPIN). Is it possible to extract LocalEvaluation routines from GlobalFunctions? best,