On Thu, Mar 30, 2017 at 7:01 AM, Giacomo Rosilho de Souza <
giacomo.rosilhodeso...@epfl.ch> wrote:

> do you think that the triangle class used in 
> MeshTools::Generation::build_delaunay_square
> could be successfully used for mesh adaptation? I was about to try that
>
I'm not sure I'm following. Are you wanting to the change the locations of
nodes and elements to have greater spatial accuracy in certain regions? If
so, these functions will be useful:

http://libmesh.github.io/doxygen/namespacelibMesh_1_1MeshTools_1_1Modification.html

In particular, this function will redistribute the mesh according a
supplied function of (x,y,z):
http://libmesh.github.io/doxygen/namespacelibMesh_1_1MeshTools_1_1Modification.html#a9bb33f8faabadb6dbad5d5cf6c0efd9f

HTH,

Paul
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to