How can I adjust the tolerance parameter for pdeadgsc from adaptmesh?
Mostrar comentarios más antiguos
I am trying to use adaptmesh to solve an elliptic PDE, and I would like to use pdeadgsc as the triangle selection method. Here is an example of code:
[u,p,e,t] = adaptmesh(g,pdem,c,a,f,'Mesh',p1,e1,t1,'Tripick','pdeadgsc')
I pass an initial mesh to the function for refinement. But when I run the code, it does not refine the mesh. It just stops immediately and says "adaption completed." When I use pdeadworst, it refines the mesh as intended.
How can I set the tolerance parameter that is used in pdeadgsc?
Respuestas (1)
Alan Weiss
el 19 de Oct. de 2015
0 votos
If I am not mistaken, you can set the 'Par' name-value pair to something less than 0.5 to have the effect you want.
Alan Weiss
MATLAB mathematical toolbox documentation
1 comentario
Alex
el 20 de Oct. de 2015
Categorías
Más información sobre Geometry and Mesh en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!