On Tue, Oct 29, 2013 at 1:38 PM, ernestol <ernes...@lncc.br> wrote:
> Thanks for the answers.
>
> So wich of the three partitioner do you recommend and how can I change it?
>
I wouldn't say any of them are actually "recommended" for production code,
but you can certainly try them by first including the relevant headers:
#include "libmesh/linear_partitioner.h"
#include "libmesh/centroid_partitioner.h"
#include "libmesh/sfc_partitioner.h"
and then picking one of them _before_ calling build_cube:
Mesh mesh;
// Choose a non-default partitioner
// mesh.partitioner().reset(new LinearPartitioner);
// mesh.partitioner().reset(new CentroidPartitioner);
mesh.partitioner().reset(new SFCPartitioner);
--
John
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel