NDSolve`FEM`
NDSolve`FEM`

PointElement

PointElement[{{i1},,{in}}]

represents n point elements ek with incidents {ik}.

PointElement[{e1,,en},{m1,,mn}]

represents n point elements ek and n integer markers mk.

Details and Options

  • PointElement is used to represent point elements in ElementMesh.
  • PointElement can be used as an input to ToElementMesh or ToBoundaryMesh.
  • Incidents ik are integers that index an array of spatial coordinates. The coordinate referenced by ek={ik} is the node of the k^(th) point.
  • A PointElement has always exactly one incident.

Examples

open allclose all

Basic Examples  (1)

Load the package:

Create a PointElement with two points:

Possible Issues  (4)

The incidents must be lists of integers:

The number of markers must match the number of incidents:

Markers must be a vector of integers:

When possible, noninteger markers will be converted to integers:

Wolfram Research (2014), PointElement, Wolfram Language function, https://reference.wolfram.com/language/FEMDocumentation/ref/PointElement.html.

Text

Wolfram Research (2014), PointElement, Wolfram Language function, https://reference.wolfram.com/language/FEMDocumentation/ref/PointElement.html.

CMS

Wolfram Language. 2014. "PointElement." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/FEMDocumentation/ref/PointElement.html.

APA

Wolfram Language. (2014). PointElement. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/FEMDocumentation/ref/PointElement.html

BibTeX

@misc{reference.wolfram_2024_pointelement, author="Wolfram Research", title="{PointElement}", year="2014", howpublished="\url{https://reference.wolfram.com/language/FEMDocumentation/ref/PointElement.html}", note=[Accessed: 26-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_pointelement, organization={Wolfram Research}, title={PointElement}, year={2014}, url={https://reference.wolfram.com/language/FEMDocumentation/ref/PointElement.html}, note=[Accessed: 26-April-2024 ]}