<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, "EmojiFont", "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<p></p>
<div>Hello,<br>
<br>
I am using a TS to solve a differential algebraic equation (DAE). <br>
I do not provide the Jacobian matrix but instead set the TS to use a finite difference jacobian with coloring.
<br>
For debugging, I only solve this DAE on one time step.<br>
Is there a way to output this finite difference jacobian in a matlab format (.m file)?<br>
I have already tried this flag : -mat_view ascii:ColFDJac.m:ascii_matlab , but when I use it the test takes too long. My guess is that this flag  is trying to save all the matrices involved in the computations. I am  only interested in the jacobian though.
<br>
Thank you.<br>
<br>
Best,<br>
<br>
Zakariae<br>
</div>
<br>
<p></p>
</div>
</body>
</html>