Praveen C Sun, 22 Jan 2017 18:15:48 -0800
Dear all If we do
TSSetSolution(ts, x); TSSolve(ts, x); Is the type of Vec passed to rhs function same as "x" ? If "x" is ghosted vector, is the vector passed to rhs function also having ghost values ? Thanks praveen