--CFLAGS="-QxHost -debug -O3" --CXXFLAGS="-QxHost -debug -O3" --FFLAGS="-QxHost
-debug -O3"
You are trying to pass to the Windows compiler Linux style command line options
which the compiler cannot understand. You need to look at the windows compiler
documentation to determine what the command
This happens because there are zeros on the diagonal that cause the zero
pivot, presumably the zero diagonal entries come from the algebraic equation
portion of the DAE.
You can try the following option -sub_pc_factor_nonzeros_along_diagonal
Barry
> On Mar 30, 2018, at 3:33 AM, Moha
Hello
I am trying to solve system of equations using time stepping. I use
TSSetIFunction() to define the DAEs. I tried to add the xdot[] term to all
of variables. As a solution algorithm , I solved with newton line search
with ASM as a preconditioner. In the case, I want to add the xdot[] term to