document and demo

Asked by Shiyuan

Hello,
    I install FEniCS on a linux machine by apt-get install fenics. However, I don't see the demo code or documentation. I only see an executable and a claim of copyright. Do I need to download them somewhere? The only C++ programmer's reference I can find is
http://www.fenicsproject.org/doc/programmers-reference/cpp/index.html#programmers-reference-cpp-index
However, the description is too short. For example, I cannot find enough information about the Class Meshes so that I can use the mesh generated by other mesh generators. Can anyone give me some pointers to those information? Thanks.

Question information

Language:
English Edit question
Status:
Expired
For:
DOLFIN Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Johan Hake (johan-hake) said :
#1

The demos should reside in:

  /usr/share/doc/dolfin-doc/demo

You can use a the MeshEditor:

  bit.ly/lfz8GB

to create a DOLFIN mesh from an external mesh. You might also want to look
into the dolfin-convert to check if there allready is written a converter for
your mesh.

Johan

On Tuesday May 17 2011 15:15:53 Shiyuan wrote:
> New question #157959 on DOLFIN:
> https://answers.launchpad.net/dolfin/+question/157959
>
> Hello,
> I install FEniCS on a linux machine by apt-get install fenics. However,
> I don't see the demo code or documentation. I only see an executable and a
> claim of copyright. Do I need to download them somewhere? The only C++
> programmer's reference I can find is
> http://www.fenicsproject.org/doc/programmers-reference/cpp/index.html#prog
> rammers-reference-cpp-index However, the description is too short. For
> example, I cannot find enough information about the Class Meshes so that
> I can use the mesh generated by other mesh generators. Can anyone give me
> some pointers to those information? Thanks.

Revision history for this message
Johannes Ring (johannr) said :
#2

The demo programs are actually in /usr/share/dolfin/demo.

Revision history for this message
Shiyuan (gshy2014) said :
#3

I can locate the demo now thanks.
But
I check bit.ly/lfz8GB which directs me to
http://www.fenicsproject.org/doc/programmers-reference/cpp/mesh/MeshEditor.html
I wonder that whether I am at the right place because I only see some function declaration without enough explaining of the input parameters. Is there any place I can see some more detail information or some examples about how this class can be used? Where is the document of some other components of FENICS, like FIAT, ect.
Google gives me a page in FEMWIKI, http://www.femwiki.org/fenics-intro:fenics-introduction, which also looks like a old page. Thanks.

Revision history for this message
Launchpad Janitor (janitor) said :
#4

This question was expired because it remained in the 'Open' state without activity for the last 15 days.