Documentation about converting mesh files
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DOLFIN |
New
|
Undecided
|
Unassigned |
Bug Description
I originally posted this bug (?) as a question (https:/
#######
Hi!
Yesterday I used Dolfin for the first time and I find interface and documentation very nice. With one exception.. it took me quite a long time to figure out how to use a mesh generated by a third party program.
There are no instructions for converting between different mesh formats in the relevant part of the tutorial [2]. I also searched the pdf version of the tutorial [1] for word "convert" and I didn't find any occurences of it in the context of meshes.
Some information I would find handy:
* Fenics uses its own mesh format that is saved as a xml file.
* To convert from other mesh formats you can use "dolfin-convert" script. In Ubuntu it is distributed separately from the C++ and Python libraries in package "dolfin-bin".
* One can also convert between mesh formats with library functions. In Python for example: "from dolfin_utils import meshconvert; meshconvert.
* For more information see [3], for example page 183, 203,...
In addition to that maybe "python-bin" package could be suggested by the "python-dolfin".
Do you agree with the remarks or have I missed something?
[1] http://
[2] http://
[3] http://
#######
Did you look at the FEniCS book? It has some documentation on
dolfin-convert in Chapter 10 (the DOLFIN chapter).
--
Anders
On Wed, May 09, 2012 at 09:37:38PM -0000, Miha Marolt wrote: /answers. launchpad. net/dolfin/ +question/ 193056) , but since ####### ####### ####### ####### ####### ####### ####### ## convert2xml( .....)" . fenicsproject. org/_static/ tutorial/ fenics_ tutorial_ 1.0.pdf fenicsproject. org/documentati on/tutorial/ prepro. html launchpad. net/fenics- book/trunk/ final/+ download/ fenics- book-2011- 10-27-final. pdf ####### ####### ####### ####### ####### ####### ####### #####
> Public bug reported:
>
> I originally posted this bug (?) as a question
> (https:/
> there was no feedback, I'm reposting this again here.
>
> #######
> Hi!
>
> Yesterday I used Dolfin for the first time and I find interface and
> documentation very nice. With one exception.. it took me quite a long
> time to figure out how to use a mesh generated by a third party program.
>
> There are no instructions for converting between different mesh formats
> in the relevant part of the tutorial [2]. I also searched the pdf
> version of the tutorial [1] for word "convert" and I didn't find any
> occurences of it in the context of meshes.
>
> Some information I would find handy:
>
> * Fenics uses its own mesh format that is saved as a xml file.
> * To convert from other mesh formats you can use "dolfin-convert" script. In Ubuntu it is distributed separately from the C++ and Python libraries in package "dolfin-bin".
> * One can also convert between mesh formats with library functions. In Python for example: "from dolfin_utils import meshconvert; meshconvert.
> * For more information see [3], for example page 183, 203,...
>
> In addition to that maybe "python-bin" package could be suggested by the
> "python-dolfin".
>
> Do you agree with the remarks or have I missed something?
>
> [1] http://
> [2] http://
> [3] http://
> #######
>
> ** Affects: dolfin
> Importance: Undecided
> Status: New
>