Constant Strain Triangle

Calculates the area and deformation matrix (B) of constant strain triangle in finite element analysis
610 Downloads
Updated 9 Sep 2024

View License

This function finds the area and deformation matrix (B) of constant strain triangle in finite element analysis:
function [A B]=cst(V)
Input:
-------
V: (3*2) Vertices coordinate matrix. The rows represent each node and columns x-coordinate and y-coordinate.
Output:
----------
A: Area
B: Deformation Matrix

Cite As

Ayad Al-Rumaithi (2025). Constant Strain Triangle (https://www.mathworks.com/matlabcentral/fileexchange/70155-constant-strain-triangle), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2017b
Compatible with any release
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.1

Added website

1.0.0