<div dir="ltr"><br><div>Thank you sir I will do that for now.</div></div><div class="gmail_extra"><br clear="all"><div><br>Regards<br>Yaakoub El Khamra<br></div>
<br><br><div class="gmail_quote">On Wed, Jan 1, 2014 at 1:39 PM, Jed Brown <span dir="ltr"><<a href="mailto:jedbrown@mcs.anl.gov" target="_blank">jedbrown@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">Yaakoub El Khamra <<a href="mailto:yaakoub@tacc.utexas.edu">yaakoub@tacc.utexas.edu</a>> writes:<br>
<br>
> Greetings<br>
> I realize the fortran bindings are on their way but are there any tricks I<br>
> can use to generate fortran bindings? Case in point DMLabelCreate in:<br>
> petsc/src/dm/impls/plex/plexlabel.c .<br>
<br>
</div>Every public function in PETSc is supposed to have a man page.  Matt has<br>
neglected that rule in a number of places with DMPlex, but hopefully<br>
will create the man pages before we release petsc-3.5.<br>
<br>
Most man pages include the markup to generate Fortran stubs.  Functions<br>
that pass strings, including DMLabelCreate and all the XXSetType, need<br>
custom bindings.  You can look at the ftn-custom bindings for XXSetType<br>
to see how it's done.<br>
</blockquote></div><br></div>