FEATool Multiphysics

Grid Articles and Tutorials - Page 2

grid
grid
MATLAB Plot and Visualization on Unstructured Meshes and Grids

Visualization and Postprocessing on Unstructured Grids and Meshes with FEATool Functions

Visualization and Postprocessing on Unstructured Grids and Meshes with FEATool Functions

MATLAB Plot and Visualization on Unstructured Meshes and Grids

This post explains how to use MATLAB and the FEATool postprocessing function library to import, plot, and visualize general data on unstructured grids and meshes. Although MATLAB do include visualization functionality for surface and contour plots (with the surf and contour functions), it is currently limited to …

Automatic Unstructured Quadrilateral MATLAB Grid Generation Framework

Automatic Unstructured Quadrilateral Grid Generation

Automatic Unstructured Quadrilateral Grid Generation

Automatic Unstructured Quadrilateral MATLAB Grid Generation Framework

QuadMesh is a MATLAB cross compatible automatic and unstructured quadrilateral grid generation code, developed to be used with the FEATool Multiphysics MATLAB Finite Element simulation toolbox. Using quadrilateral grid cells are often advantageous to simplex or triangular cells in that they can provide somewhat more …

Using the External Mesh Generator Triangle from MATLAB and FEATool Multiphysics

Calling the External Grid Generator Triangle from FEATool

Calling the External Grid Generator Triangle from FEATool

Using the External Mesh Generator Triangle from MATLAB and FEATool Multiphysics

Please Note that the gridgen_triangle function has been fully integrated with the both the FEATool GUI and CLI, and embedded in the gridgen function. See the FEATool-Triangle Mesh Generator Integration post for more details. FEATool Multiphysics supports calling external programs for grid generation, solvers, and …

Creating Structured Finite Element Grids and Meshes

Creating Structured Grids Using FEATool MATLAB Functions

Creating Structured Grids Using FEATool MATLAB Functions

Creating Structured Finite Element Grids and Meshes

FEATool includes and per default uses the distmesh grid generation routines to automatically generate simplical triangular or tetrahedral grids for implicit geometries. However, the computational finite element library in FEATool also supports FEM shape functions for structured grids (quadrilaterals in 2D and hexahedra …