__________ ___ ___ _____ ______ _____ ______ _________ ________
|\ ______\ |\ \ / /| |\ _ \ _ \ |\ _ \ _ \ |\___ ___\ |\ __ \
\ \ \___|_ \ \ \ / / / \ \ \\\__\ \ \ \ \ \\\__\ \ \ \|___ \ \_| \ \ \|\ \
\ \_____ \ \ \ \/ / / \ \ \\|__| \ \ \ \ \\|__| \ \ \ \ \ \ \ \\\ \
\|____|\ \ \ \ / / \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \\\ \
____\_\ \ \ \__/ / \ \__\ \ \__\ \ \__\ \ \__\ \ \__\ \ \_______\
|\_________\ \|__|/ \|__| \|__| \|__| \|__| \|__| \|_______|
\|_________|
An easy‑to‑use univariate mapping‑based method for multi‑material topology optimization with implementation in MATLAB.
SVMMTO provides the MATLAB implementation for 2D and 3D multi-material topology optimization using a single-variable interpolation model. Typically, it aimes at the minimum compliance problem while adhering to a total mass constraint.
The code is documented in the paper: "Wenjie Ding. An easy‑to‑use univariate mapping‑based method for multi‑material topology optimization with implementation in MATLAB. Struct Multidisc Optim 68, 48 (2025).".
-
For 2D problems, use the
SVMMTO_2DfunctionExample Command for a Three-Phase Material 2D Bridge Design:
SVMMTO_2D(200, 100, 0.5, 4, [0.5, 0.7, 1]', [0.4, 0.6, 1]', 0.3); -
For 3D problems, use the
SVMMTO_3DfunctionExample Command for a Three-Phase Material 3D Cantilever Design:
SVMMTO_3D(40, 20, 10, 0.5, 4, [0.5, 0.7, 1]', [0.4, 0.6, 1]', 0.3);
The code can also be executed using a single-variable filtering strategy, see paper for details.
-
For 2D problems, use the
SVMMTO_2D_SFfunction:SVMMTO_2D_SF(200, 100, 0.5, 4, [0.5, 0.7, 1]', [0.4, 0.6, 1]', 0.3); -
For 3D problems, use the
SVMMTO_3D_SFfunction:SVMMTO_3D_SF(40, 20, 10, 0.5, 4, [0.5, 0.7, 1]', [0.4, 0.6, 1]', 0.3);
For questions or comments, please contact:
- Email: ding0420@bit.edu.cn
This project is licensed under the MIT License - see the LICENSE file for details.
The author would like to thank Prof. Krister Svanberg (http://www.smoptit.se) for providing MATLAB codes of the MMA optimizer.
If you've used SVMMTO in your research work or find it useful in any way, please consider to cite:
@article{ding2025easy,
title={An easy-to-use univariate mapping-based method for multi-material topology optimization with implementation in MATLAB},
author={Ding, Wenjie},
journal={Structural and Multidisciplinary Optimization},
volume={68},
number={3},
pages={1--30},
year={2025},
publisher={Springer}
}



