On Tue, Aug 20, 2013 at 7:50 AM, Olivier Bonnefon <
[email protected]> wrote:

> Hello,
>
> I have modify the ex12.c example for a like diffusive problem
> (FEM+unstructured mesh+SNES).
> The next step, is to replace the square mesh by my own mesh.
> I want import my mesh from a simple file, and after distributed it with
> DMPlexDistribute.
> Is it the good way ?
> Is it possible to import a mesh in petsc ? I didn't find the answer in the
> documentation. Is there an example ?
>

There are a few formats supported:

  1) Cell-vertex: DMPlexCreateFromCellList()

  2) Exodus: DMPlexCreateExodus()

  3) CGNS: DMPlexCreateCGNS()

  Thanks,

     Matt


> Thanks
> Olivier Bonnefon
>
> --
> Olivier Bonnefon
> INRA PACA-Avignon, Unité BioSP
> Tel: +33 (0)4 32 72 21 58
>
>


-- 
What most experimenters take for granted before they begin their
experiments is infinitely more interesting than any results to which their
experiments lead.
-- Norbert Wiener

Reply via email to