← Back to team overview

dolfin team mailing list archive

Re: periodical meshes

 

I don't think there's an easy way. You need to supply a mesh that is
periodical, either by exporting/converting a periodical mesh to DOLFIN
XML format or by defining your own mesh using

    Mesh mesh;
    mesh.createNode(x, y, z);
    ...
    mesh.createCell(n0, n1, n2, n4);
    ...
    mesh.init();

/Anders

On Wed, Oct 19, 2005 at 02:50:39PM +0200, hetzel.devel@xxxxxx wrote:

> Hi,
> I'm currently developing a model at a 2-Pi-periodical mesh.
> Is there an easy way to define such a mesh for dolfin?
> 
> /Haiko
> 
> __________________________________________________________________________
> Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach!		
> Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131
> 
> 
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/cgi-bin/mailman/listinfo/dolfin-dev
> 

-- 
Anders Logg
Research Assistant Professor
Toyota Technological Institute at Chicago
http://www.tti-c.org/logg/



References