MATLAB implementation of the Sloan algorithm for profile and wavefront reduction
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
The implementation includes three functions:
• Label –MATLAB translation of FORTRAN function LABEL (Sloan, 1989) which label a graph for small profile and RMS wavefront.
• Graph –MATLAB translation of FORTRAN function GRAPH (Sloan, 1989) which form adjacency list for graph corresponding to FE mesh
• reduceProfile – Input to this function is FE mesh stored as a matrix of element nodes. Function calls the Graph and Label functions for profile reduction.
FORTRAN77 code from (Sloan, 1989) is translated into MATLAB code almost literally. No attempts for code vectorization was made. The only change in implementation is the replacement of subroutine ISORTI (using insertion sort) by straight selection sort. Also, some checks for intercepting 1x1 matrix and diagonal matrix are added.
References:
Sloan, S. W. (1989). A Fortran Program for Profile and Wave-Front Reduction. International Journal for Numerical Methods in Engineering, 28(11), 2651-2679.
The technical note is available from
https://www.researchgate.net/publication/333984321_MATLAB_implementation_of_the_Sloan_profile_reduction_algorithm
Cite As
milan batista (2026). reduceProfile (https://github.com/milanbb/reduceProfile), GitHub. Retrieved .
General Information
- Version 1.0.7 (49 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
