PDE for mesh element matrix not valid

조회 수: 4 (최근 30일)
Anosh Mevawalla
Anosh Mevawalla 2022년 10월 8일
편집: Prateek 2022년 11월 16일
I am trying to import a mesh into the pdecreate command in matlab but i keep getting error that the elements are not connected correctly. The code is attached.
How do i get the element matrix to be correctly input into matlab?

답변 (1개)

Prateek
Prateek 2022년 10월 17일
편집: Prateek 2022년 11월 16일
Hi Anosh,
The nodes matrix in “untitled.m” has all Z's at 0, while elements are tets (4 nodes).
In a solid geometry, all nodes sit in the same plane, and thus the definition in “untitled.m” is invalid. Please make sure the input data for geometryFromMesh” is consistent for either 2-D or 3-D case.
Hope this resolves your issue.
Regards,
Prateek.

카테고리

Help CenterFile Exchange에서 Geometry and Mesh에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by