FEM mesh for rectangular or cuboid, postprocess, conversion

Version 1.0.0 (816 KB) by Wan Ji
The project aims to produce 2d or 3d finite element mesh on a rectangular or cuboid and postprocessing contour are presented
230 Downloads
Updated 25 Jun 2021

View License

FEM mesh
The code is for meshing a rectangular or a cuboid with the generally used element types, viz., C2D3, C2D4, C2D6, C2D8, C3D4, C3D8, C3D10 and C3D20. Linear elements can be converted to quadratic ones. C2D3 and C2D6 can be converted to C2D4. Also C3D4 and C3D10 can be converted to C3D8. Quite useful!
rectC2D4.m Create C2D4 element
rectC2D8.m Create C2D8 element
rectC3D8.m Create C3D8 element
rectC3D20.m Create C3D20 element
c2d3toc2d4.m Convert C2D3 element to C2D4 element
c2d6toc2d4.m Convert C2D6 element to C2D4 element
c3d4toc3d8.m Convert C3D4 element to C3D8 element
c3d10toc3d8.m Convert C3D10 element to C3D8 element
c3d8toc3d4.m Convert C3D8 element to C3D4 element
linear2quad.m Converte Linear elements(C2D3,C2D4,C3D4,C3D8) to quadratic ones(C2D6,C2D8,C3D10,C3D20)
Contour graph for FEM mesh
Here solidPatch for solid elements and femPatch for all element types are provided. When postprocessing, nodal field variables are obtained, these functions will hold a good performance.
solidPatch.m Patch Solid element
femPatch.m Patch all types of element listed here.

Cite As

Wan Ji (2024). FEM mesh for rectangular or cuboid, postprocess, conversion (https://www.mathworks.com/matlabcentral/fileexchange/94815-fem-mesh-for-rectangular-or-cuboid-postprocess-conversion), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2021a
Compatible with R2009b and later releases
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0