transolverNetwork
R2026bSyntax
Description
creates a Transolver [1] neural network with the
specified input channel size and output channel size. The Transolver neural network
architecture uses a physics-attention mechanism to learn spatial representations of physical systems. This architecture works well for solving partial differential equations (PDEs) and for other scientific
computing tasks.net = transolverNetwork(inputSize,outputSize)
specifies additional options using one or more name-value arguments. For example,
net = transolverNetwork(inputSize,outputSize,Name=Value)NumBlocks=8 creates a Transolver neural network with eight Transolver
blocks.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
References
[1] Wu, Haixu, Huakun Luo, Haowen Wang, Jianmin Wang, and Mingsheng Long. "Transolver: A Fast Transformer Solver for PDEs on General Geometries." arXiv, February 4, 2024. https://doi.org/10.48550/arXiv.2402.02366.
Version History
Introduced in R2026b