FEMDocumentation`
FEMDocumentation`

DiscretizedBoundaryConditionData

DiscretizedBoundaryConditionData[]

represents discretized partial differential equation boundary condition data.

更多信息和选项

  • DiscretizedBoundaryConditionData[] is generated by DiscretizeBoundaryConditions.
  • DiscretizedBoundaryConditionData[] contains representations of the discretized boundary conditions for partial differential equations.
  • In standard output format, only the total degrees of freedom are shown.
  • DiscretizedBoundaryConditionData[][prop] gives the property prop of the DiscretizedBoundaryConditionData object. The following properties may be given:
  • "DirichletMatrix"extracts the Dirichlet matrix
    "DirichletRows"extracts the rows of Dirichlet conditions
    "DirichletValues"extracts the Dirichlet values
    "LoadVector"extracts the boundary load vector
    "Properties"list of properties
    "StiffnessMatrix"extracts the boundary stiffness matrix
    "ScaleFactor"value of the scale factor for transient handling of Dirichlet boundary conditions
  • 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:

Initialize the boundary conditions and method data:

Discretize initialized boundary conditions based on method data and solution data:

Scope  (6)

"DirichletMatrix"  (1)

Extract the Dirichlet matrix:

Visualize the Dirichlet matrix:

The row represent the number of Dirichlet conditions, while the columns represent the positions in the system matrices where the Dirichlet conditions apply.

"DirichletRows"  (1)

Extract the rows where Dirichlet conditions are to be applied:

"DirichletValues"  (1)

Extract the Dirichlet values:

The Dirichlet values are the values that each row in the Dirichlet matrix is set to.

"Load"  (1)

Extract the pure Neumann load contribution:

"ScaleFactor"  (1)

Extract the computed value of the "ScaleFactor" option given in InitializeBoundaryConditions:

"StiffnessMatrix"  (1)

Extract the generalized Neumann contribution:

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

文本

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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