NumericalRegion
NumericalRegion[…]
represents data that is used for describing a numerical region.
Details and Options
- NumericalRegion[…] is generated by ToNumericalRegion.
- In standard output format, the bounding box and a symbolic representation of the region, if any, are shown.
- NumericalRegion objects are used as input for InitializePDECoefficients, InitializeBoundaryConditions, and ToElementMesh.
- NumericalRegion contains at least one region representation. NumericalRegion may contain both a symbolic representation of the region and ElementMesh representations of the region.
- NumericalRegion has the following properties:
-
"BoundaryFunction" gives boundary function of symbolic region "BoundaryMesh" gives the boundary mesh if present "Bounds" gives the bounds "ClearCache" clears the cached meshes "Constraints" gives constraints "ElementMesh" gives the full mesh if present "EmbeddingDimension" gives the embedding dimensions "Predicates" gives the predicates of the region "PredicateVariables" gives the predicate variables of the region "Properties" gives the properties "SymbolicRegion" gives the symbolic region representation if any
Examples
open allclose allBasic Examples (6)
Create a numerical region of a full region in two dimensions:
Extract the embedding dimension:
Create a numerical region of a disk and extract the predicates and the predicate variables:
Extract the boundary function:
The boundary function returns a value for which the zero contour is the region boundary, negative inside and positive outside.
Create a numerical region from an implicit region:
Extract properties from the numerical region:
Create a numerical region of a full region in two dimensions:
Extract the ElementMesh:
Create an ElementMesh with ToElementMesh:
The ElementMesh field is now populated:
The boundary ElementMesh is now also populated:
Clear the meshes and constraints:
Create a numerical region of a full region in two dimensions:
Initially, boundary and element meshes are not populated:
The boundary mesh is now populated:
Define a NumericalRegion based on the mesh:
Retrieve the predicate and the symbolic region of the NumericalRegion:
Text
Wolfram Research (2014), NumericalRegion, Wolfram Language function, https://reference.wolfram.com/language/FEMDocumentation/ref/NumericalRegion.html.
CMS
Wolfram Language. 2014. "NumericalRegion." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/FEMDocumentation/ref/NumericalRegion.html.
APA
Wolfram Language. (2014). NumericalRegion. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/FEMDocumentation/ref/NumericalRegion.html