3D meshing for finite difference problems
Version 1.0.0 (2.18 KB) by
Amin zaami
This is a simple meshing in 3D to represent finite difference data in the nice environment of MATLAB.
This program initialize the creation of the Cubic 8node element and faces to show info in MATLAB
It is handy for finite difference problems (FDM) to show the
results directly in the 3D matlab.
A useful guide\example:
% % Brick elements properties, random discritization
% xnode=50; > discritization x
% ynode=25; > discritization y
% znode=16; > discritization z
% Lx=10; >> length along x-axis
% Ly=2; >> along y-axis
% Lz=4; >> along z-axis
% By Amin Zaami, Ph.D. Hengelo, The Netherlands, 2022
https://www.linkedin.com/in/aminzaami/
**** Share and redistribute WITHOUT PERMISSION !! ***
Cite As
Amin zaami (2024). 3D meshing for finite difference problems (https://www.mathworks.com/matlabcentral/fileexchange/115110-3d-meshing-for-finite-difference-problems), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2022a
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0 |