中文
相关论文

相关论文: An efficient way to perform the assembly of finite…

200 篇论文

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 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

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

The Finite Element Method (FEM) is a powerful computational tool for solving partial differential equations (PDEs). Although commercial and open-source FEM software packages are widely available, an independent implementation of FEM…

数值分析 · 数学 2025-02-06 Victor Dominguez , Alejandro Duque

The finite element method is a well-established method for the numerical solution of partial differential equations (PDEs), both linear and nonlinear. However, the repeated reassemblage of finite element matrices for nonlinear PDEs is…

数值分析 · 数学 2022-09-12 Yannis Voet

Vectorization is increasingly important to achieve high performance on modern hardware with SIMD instructions. Assembly of matrices and vectors in the finite element method, which is characterized by iterating a local assembly kernel over…

数学软件 · 计算机科学 2020-08-26 Tianjiao Sun , Lawrence Mitchell , Kaushik Kulkarni , Andreas Klöckner , David A. Ham , Paul H. J. Kelly

We present efficient MATLAB implementations of the lowest-order primal hybrid finite element method (FEM) for linear second-order elliptic and parabolic problems with mixed boundary conditions in two spatial dimensions. We employ the…

数值分析 · 数学 2024-01-30 Harish Nagula Mallesham , Kamana Porwal , Jan Valdman , Sanjib Kumar Acharya

Unfitted finite element methods, like CutFEM, have traditionally been implemented in a matrix-based fashion, where a sparse matrix is assembled and later applied to vectors while solving the resulting linear system. With the goal of…

数值分析 · 数学 2024-04-15 Maximilian Bergbauer , Peter Munch , Wolfgang A. Wall , Martin Kronbichler

This paper summarizes the development of varFEM, which provides a realization of the programming style in FreeFEM by using the Matlab language.

数值分析 · 数学 2022-06-27 Yue Yu

Rahman and Valdman (2013) introduced a vectorized way to assemble finite element stiffness and mass matrices in MATLAB. Local element matrices are computed all at once by array operations and stored in multi-dimentional arrays (matrices).…

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

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

MFEM is an open-source, lightweight, flexible and scalable C++ library for modular finite element methods that features arbitrary high-order finite element meshes and spaces, support for a wide variety of discretization approaches and…

The finite element method (FEM) has several computational steps to numerically solve a particular problem, to which many efforts have been directed to accelerate the solution stage of the linear system of equations. However, the finite…

Recent hardware-aware matrix-free algorithms for higher-order finite-element (FE) discretized matrix-vector multiplications reduce floating point operations and data access costs compared to traditional sparse matrix approaches. This work…

计算物理 · 物理学 2024-12-31 Gourab Panigrahi , Nikhil Kodali , Debashis Panda , Phani Motamarri

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

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

We present an algorithm for the optimization of a class of finite element integration loop nests. This algorithm, which exploits fundamental mathematical properties of finite element operators, is proven to achieve a locally optimal…

数学软件 · 计算机科学 2017-05-11 Fabio Luporini , David A. Ham , Paul H. J. Kelly

We present an easily accessible, object oriented code (written exclusively in Matlab) for adaptive finite element simulations in 2D. It features various refinement routines for triangular meshes as well as fully vectorized FEM ansatz spaces…

数值分析 · 数学 2024-07-30 Michael Innerberger , Dirk Praetorius

The main computing tasks of a finite element code(FE) for solving partial differential equations (PDE's) are the algebraic system assembly and the iterative solver. This work focuses on the first task, in the context of a hybrid MPI+X…

We present a new numerical system using classical finite elements with mesh adaptivity for computing stationary solutions of the Gross-Pitaevskii equation. The programs are written as a toolbox for FreeFem++ (www.freefem.org), a free…

数值分析 · 数学 2016-11-23 Guillaume Vergez , Ionut Danaila , Sylvain Auliac , Frédéric Hecht
‹ 上一页 1 2 3 10 下一页 ›