Skip to content

Medit higher order elements - #1526

Open
matnoel wants to merge 4 commits into
nschloe:mainfrom
matnoel:medit_higher_order_elements
Open

Medit higher order elements#1526
matnoel wants to merge 4 commits into
nschloe:mainfrom
matnoel:medit_higher_order_elements

Conversation

@matnoel

@matnoel matnoel commented Jun 25, 2025

Copy link
Copy Markdown

Fix issues #1511 and #1517.

@Cybaen13

Cybaen13 commented Jul 2, 2026

Copy link
Copy Markdown

Hello
Missing at least an edit in med/_med.py
variable meshio_to_med_type shall add line4

meshio_to_med_type = {
    "vertex": "PO1",
    "line": "SE2",
    "line3": "SE3",
    "line4": "SE4",
    "triangle": "TR3",
    "triangle6": "TR6",
    "quad": "QU4",
    "quad8": "QU8",
    "tetra": "TE4",
    "tetra10": "T10",
    "hexahedron": "HE8",
    "hexahedron20": "H20",
    "pyramid": "PY5",
    "pyramid13": "P13",
    "wedge": "PE6",
    "wedge15": "P15",
}

@matnoel

matnoel commented Jul 7, 2026

Copy link
Copy Markdown
Author

Hello @Cybaen13,

Line 4 is indeed missing for med elements.

I did not update the med elements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants