中文
相关论文

相关论文: MATLAB Implementation of Element-based Solvers

200 篇论文

We propose an effective and flexible way to assemble finite element stiffness and mass matrices in MATLAB. We apply this for problems discretized by edge finite elements. Typical edge finite elements are Raviart-Thomas elements used in…

数学软件 · 计算机科学 2015-05-12 Immanuel Anjam , Jan Valdman

Rahman and Valdman (2013) introduced a new vectorized way to assemble finite element matrices. We utilize underlying vectorization concepts and extend MATLAB codes to implementation of Bogner-Fox-Schmit C1 rectangular elements in 2D. Our…

数值分析 · 数学 2020-01-13 Jan Valdman

We describe different optimization techniques to perform the assembly of finite element matrices in Matlab and Octave, from the standard approach to recent vectorized ones, without any low level language used. We finally obtain a simple and…

数值分析 · 计算机科学 2013-05-15 François Cuvelier , Caroline Japhet , Gilles Scarella

Efficient Matlab codes in 2D and 3D have been proposed recently to assemble finite element matrices. In this paper we present simple, compact and efficient vectorized algorithms, which are variants of these codes, in arbitrary dimension,…

数学软件 · 计算机科学 2015-06-22 François Cuvelier , Caroline Japhet , Gilles Scarella

We propose an effective and flexible way to implement 2D and 3D elastoplastic problems in MATLAB using fully vectorized codes. Our technique is applied to a broad class of the problems including perfect plasticity or plasticity with…

数值分析 · 数学 2018-09-07 Martin Čermák , Stanislav Sysala , Jan Valdman

A simple MATLAB implementation of hierarchical shape functions on 2D rectangles is explained and available for download. Global shape functions are ordered for a given polynomial degree according to the indices of the nodes, edges, or…

数学软件 · 计算机科学 2022-05-17 Alexej Moskovka , Jan Valdman

We discuss how to implement the linear finite element method for solving the Poisson equation. We begin with the data structure to represent the triangulation and boundary conditions, introduce the sparse matrix, and then discuss the…

数值分析 · 数学 2018-04-17 Long Chen

The $\ell$FEM MATLAB package provides a simple, efficient, and flexible implementation of isoparametric finite elements in bulk domains and on surfaces. The finite element matrix assemblies are based on MATLAB's paged operators and…

数值分析 · 数学 2026-05-15 Balázs Kovács , Michael Lantelme

This work presents a novel methodology for speeding up the assembly of stiffness matrices for laminate composite 3D structures in the context of isogeometric and finite element discretizations. By splitting the involved terms into their…

数值分析 · 数学 2019-05-15 Pablo Antolin

In this work, a recently developed fracture modeling method called localizing gradient damage method (LGDM) is implemented in MATLAB. MATLAB is well-known in the computational research community for its simple and easy-to-learn coding…

数值分析 · 数学 2023-01-18 Subrato Sarkar

When writing high-performance code for numerical computation in a scripting language like MATLAB, it is crucial to have the operations in a large for-loop vectorized. If not, the code becomes too slow to use, even for a moderately large…

数学软件 · 计算机科学 2024-04-26 Alexej Moskovka , Talal Rahman , Jan Valdman , Jon Eivind Vatne

Finite element methods require the composition of the global stiffness matrix from local finite element contributions. The composition process combines the computation of element stiffness matrices and their assembly into the global…

数值分析 · 数学 2021-07-16 Adam Sky , César Polindara , Ingo Muench , Carolin Birk

This paper summarizes the development of mVEM, a MATLAB software package containing efficient and easy-following codes for various virtual element methods (VEMs) published in the literature. We explain in detail the numerical implementation…

数值分析 · 数学 2022-04-05 Yue Yu

Matrices with hierarchical low-rank structure, including HODLR and HSS matrices, constitute a versatile tool to develop fast algorithms for addressing large-scale problems. While existing software packages for such matrices often focus on…

数值分析 · 数学 2020-01-30 Stefano Massei , Leonardo Robol , Daniel Kressner

Nonlinear energy functionals appearing in the calculus of variations can be discretized by the finite element (FE) method and formulated as a sum of energy contributions from local elements. A fast evaluation of energy functionals…

数学软件 · 计算机科学 2022-05-11 Alexej Moskovka , Jan Valdman

A method for evaluating matrix polynomials have recently been developed that require one fewer matrix product ($1M$) than the Paterson--Stockmeyer (PS) method. Since the computational cost for large-scale matrices is asymptotically…

数值分析 · 数学 2026-03-25 J. M. Alonso , J. Sastre , J. Ibáñez , E. Defez

This manuscript describes a method for training linear SVMs (including binary SVMs, SVM regression, and structural SVMs) from large, out-of-core training datasets. Current strategies for large-scale learning fall into one of two camps;…

机器学习 · 计算机科学 2014-06-16 Deva Ramanan

This work provides an efficient virtual element scheme for the modeling of nonlinear elastodynamics undergoing large deformations. The virtual element method (VEM) has been applied to various engineering problems such as elasto-plasticity,…

数值分析 · 数学 2020-02-10 M. Cihan , F. Aldakheel , B. Hudobivnik , P. Wriggers

Matrix operations such as matrix inversion, eigenvalue decomposition, singular value decomposition are ubiquitous in real-world applications. Unfortunately, many of these matrix operations so time and memory expensive that they are…

数学软件 · 计算机科学 2015-11-04 Shusen Wang

Assembling stiffness matrices represents a significant cost in many finite element computations. We address the question of optimizing the evaluation of these matrices. By finding redundant computations, we are able to significantly reduce…

数值分析 · 数学 2012-05-15 Robert C. Kirby , Matthew Knepley , Anders Logg , L. Ridgway Scott
‹ 上一页 1 2 3 10 下一页 ›