MeshRefinementFunction
✖
MeshRefinementFunction
is an option for DiscretizeRegion and related functions that specifies a function to indicate whether mesh cells should be refined or not.
Details

- With MeshRefinementFunction->f, the function f[vlist,m] is applied to each simplex created, where vlist is a list of the vertices and m is the measure. If f[vlist,m] returns True, the simplex will be refined.
Examples
open allclose allBasic Examples (2)Summary of the most common use cases
Scope (4)Survey of the scope of standard use cases
MeshRefinementFunction specifies a function to determine if further refinement is needed:

https://wolfram.com/xid/0yvywje8x8wi-oo2q7b
Further refinement is performed on triangles for which the function returns True:

https://wolfram.com/xid/0yvywje8x8wi-bv2zge

Using If makes it possible to refine triangles satisfying an implicit equation:

https://wolfram.com/xid/0yvywje8x8wi-jmcojf

https://wolfram.com/xid/0yvywje8x8wi-dq7x5t

See the boundary between large and small triangles:

https://wolfram.com/xid/0yvywje8x8wi-hh3voj

MeshRefinementFunction can be used with TriangulateMesh:

https://wolfram.com/xid/0yvywje8x8wi-h1cy5l

Triangulate it with smaller triangles near the lower-left corner:

https://wolfram.com/xid/0yvywje8x8wi-eu1sf4

MeshRefinementFunction can be used with DiscretizeRegion:

https://wolfram.com/xid/0yvywje8x8wi-bik1gm

Discretize it with smaller triangles further away from the center:

https://wolfram.com/xid/0yvywje8x8wi-o76mt

Wolfram Research (2014), MeshRefinementFunction, Wolfram Language function, https://reference.wolfram.com/language/ref/MeshRefinementFunction.html.
Text
Wolfram Research (2014), MeshRefinementFunction, Wolfram Language function, https://reference.wolfram.com/language/ref/MeshRefinementFunction.html.
Wolfram Research (2014), MeshRefinementFunction, Wolfram Language function, https://reference.wolfram.com/language/ref/MeshRefinementFunction.html.
CMS
Wolfram Language. 2014. "MeshRefinementFunction." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/MeshRefinementFunction.html.
Wolfram Language. 2014. "MeshRefinementFunction." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/MeshRefinementFunction.html.
APA
Wolfram Language. (2014). MeshRefinementFunction. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/MeshRefinementFunction.html
Wolfram Language. (2014). MeshRefinementFunction. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/MeshRefinementFunction.html
BibTeX
@misc{reference.wolfram_2025_meshrefinementfunction, author="Wolfram Research", title="{MeshRefinementFunction}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/MeshRefinementFunction.html}", note=[Accessed: 31-May-2025
]}
BibLaTeX
@online{reference.wolfram_2025_meshrefinementfunction, organization={Wolfram Research}, title={MeshRefinementFunction}, year={2014}, url={https://reference.wolfram.com/language/ref/MeshRefinementFunction.html}, note=[Accessed: 31-May-2025
]}