FEMMethodData
FEMMethodData[…]
represents data that is used for the finite element method.
更多信息和选项
- FEMMethodData[…] is created by InitializePDEMethodData.
- FEMMethodData[…] can be extracted from NDSolve`StateData objects generated by NDSolve`ProcessEquations using the "FiniteElementData" and "MethodData" properties.
- In standard output format, only the degrees of freedom, the interpolation order for each dependent variable, and the integration order are shown.
- FEMMethodData objects are used as input for DiscretizePDE and DiscretizeBoundaryConditions.
- FEMMethodData[…][prop] gives the property prop of the FEMMethodData object. The following properties may be given:
-
"DegreesOfFreedom" degrees of freedom of system matrices "ElementMesh" element mesh "IncidentOffsets" offsets where incidents start for each dependent variable "Incidents" the mesh incidents "IntegrationOrder" the order with which each dependent variable is integrated "InterpolationOrder" the interpolation order for each dependent variable "Properties" list of properties "SolutionData" solution data "TotalDegreesOfFreedom" sum of degrees of freedom, hanging nodes degrees of freedom, and additional constraints "VariableData" variable data
范例
打开所有单元关闭所有单元基本范例 (1)
Load the finite element package:
Set up a NumericalRegion:
Set up variable and solution data:
Initialize the partial differential equation data:
This is equivalent to choosing "FiniteElement" for Method:
Scope (14)
"ElementMesh" (1)
Extract the ElementMesh from the initialized FEM method data:
"IncidentOffsets" (3)
The incidents of the first dependent variable range from the first offset plus one to the second offset.
Set up two dependent variables:
The incidents of the first dependent variable range from the first offset plus one to the second offset. The second dependent variable's incidents range from the second offset plus one to the third offset.
Set up two dependent variables:
Initialize the PDE method data with an explicit interpolation order for each dependent variable. Extract the incident offsets:
The incidents of the first dependent variable range from the first offset plus one to the second offset. The second dependent variable's incidents range from the second offset plus one to the third offset.
"Incidents" (2)
"InterpolationOrder" (3)
"SolutionData" (1)
"TotalDegreesOfFreedom" (1)
If the ElementMesh has hanging nodes, the total degrees of freedom are the degrees of freedom plus the hanging nodes degrees of freedom:
Properties & Relations (2)
Extract the state data from the NDSolve`StateData object:
Extract the finite element method data from the NDSolve`StateData object:
Set up two dependent variables:
Initialize the PDE method data with an explicit interpolation order for each dependent variable and node reordering switched off:
Create a SparseArray from the incidents and visualize populated positions:
文本
Wolfram Research (2014),FEMMethodData,Wolfram 语言函数,https://reference.wolfram.com/language/FEMDocumentation/ref/FEMMethodData.html.
CMS
Wolfram 语言. 2014. "FEMMethodData." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/FEMDocumentation/ref/FEMMethodData.html.
APA
Wolfram 语言. (2014). FEMMethodData. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/FEMDocumentation/ref/FEMMethodData.html 年