On Sat, 5 Sep 2009, Hanjoerg Seybold wrote:

> is there a possibility to create a quadtree (staircase) mesh
> for a given geometry (given as implicit function, etc) using the
> adaption/coarsing routines of libmesh?

Not directly in the library.  You could try expressing the geometry as
an indicator function, using System::project_solution to project it
into your finite element space, then using one of the error indicators
on the result to flag elements to refine.  Repeat until you get to the
desired mesh size.
---
Roy

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to