I might also suggest you also try running your simulation with serial mesh
unless you have a case for parallel mesh. Parallel mesh requires more
communication so will generally be slower than serial mesh for a given
problem. Unless you are running over tens of millions of nodes you most
likely don'
On Fri, 27 Feb 2015, Vasileios Vavourakis wrote:
> I was wondering if anyone has come across the idea to implement
> isogeometric analysis using libmesh? I am aware of the PETIGA project;
> albeit, I was thinking to incorporate isogeometric stuff directly into the
> libmesh world, in order to ach
On Fri, 27 Feb 2015, li@siat.ac.cn wrote:
> I use parallel mesh with --enable-parmesh.
> And I want to apply adaptive mesh refinement by calling
> mesh_refinement.refine_and_coarsen_elements();
Well, you do have to flag some elements first.
> However, the program just pends there.
>
> I won
Hi all,
I was wondering if anyone has come across the idea to implement
isogeometric analysis using libmesh? I am aware of the PETIGA project;
albeit, I was thinking to incorporate isogeometric stuff directly into the
libmesh world, in order to achieve better integration with our existing
FE-based