FEMDocumentation`
FEMDocumentation`

DiscretizedPDEData

DiscretizedPDEData[]

represents discretized partial differential equation data.

更多信息和选项

  • DiscretizedPDEData[] is created by DiscretizePDE.
  • DiscretizedPDEData[] contains matrix representations of the discretized partial differential equations.
  • In standard output format, only the total degrees of freedom are shown.
  • DiscretizedPDEData[][prop] gives the property prop of the DiscretizedPDEData object. The following properties may be given:
  • "LoadVector"extracts the load vector
    "LoadElements"extracts load elements
    "Properties"list of properties
    "StiffnessMatrix"extracts the stiffness matrix
    "StiffnessElements"extracts stiffness elements
    "All"extracts all system vectors and matrices
    "DampingMatrix"extracts the damping matrix
    "DampingElements"extracts damping elements
    "MassMatrix"extracts the mass matrix
    "MassElements"extracts mass elements
  • Boundary conditions may be deployed into the system matrices with DeployBoundaryConditions.

范例

打开所有单元关闭所有单元

基本范例  (1)

Load the finite element package:

Set up a NumericalRegion:

Set up variable and solution data:

Specify a Poisson equation as coefficients:

Initialize the PDE method data:

Discretize the initialized PDE coefficients based on method data and solution data:

Scope  (9)

"All"  (1)

Extract all system matrices:

"Load"  (1)

Extract the discretized load vector:

"LoadElements"  (1)

Extract the load elements:

If no contributing PDE coefficients have been specified, no elements will be computed.

"StiffnessMatrix"  (1)

Extract the discretized stiffness matrix and visualize it:

"StiffnessElements"  (1)

Extract the stiffness elements:

If no contributing PDE coefficients have been specified, no elements will be computed.

"DampingMatrix"  (1)

Extract the discretized damping matrix:

"DampingMatrix"  (1)

Extract the damping elements:

If no contributing PDE coefficients have been specified, no elements will be computed.

"MassMatrix"  (1)

Extract the discretized mass matrix:

"MassElements"  (1)

Extract the discretized mass matrix elements, if any:

Wolfram Research (2014),DiscretizedPDEData,Wolfram 语言函数,https://reference.wolfram.com/language/FEMDocumentation/ref/DiscretizedPDEData.html.

文本

Wolfram Research (2014),DiscretizedPDEData,Wolfram 语言函数,https://reference.wolfram.com/language/FEMDocumentation/ref/DiscretizedPDEData.html.

CMS

Wolfram 语言. 2014. "DiscretizedPDEData." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/FEMDocumentation/ref/DiscretizedPDEData.html.

APA

Wolfram 语言. (2014). DiscretizedPDEData. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/FEMDocumentation/ref/DiscretizedPDEData.html 年

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_discretizedpdedata, organization={Wolfram Research}, title={DiscretizedPDEData}, year={2014}, url={https://reference.wolfram.com/language/FEMDocumentation/ref/DiscretizedPDEData.html}, note=[Accessed: 05-November-2024 ]}