<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi,<br>
<br>
I noticed that DMCompositeCreate() does not exist in fortran format. What would be the best way to call this function if my code is written in Fortran? I tried using iso_c_binding as follows and it compiles but crashes on execution.<br>
<font size="2">   <br>
interface<br>
    subroutine DMCompositeCreate(comm, dm) bind(C,name="DMCompositeCreate")<br>
         import<br>
         integer(c_int), value      :: comm<br>
         integer(c_long), value   :: dm<br>
    end subroutine DMCompositeCreate<br>
end interface<span style="font-size:10pt;"></span></font><br>
</div>
</body>
</html>