Computation of the Friedrichs and Poincare constants in 2D/3D

버전 2.1.0.0 (798 KB) 작성자: Jan Valdman
Computation of Friedrichs and Poincare constants in 2D/3D from generalized eigenvalue problems.
다운로드 수: 1.5K
업데이트 날짜: 2018/4/11

라이선스 보기

To run the code, type 'start_2D' or 'start_3D' in the MATLAB window.
Mass and stiffness matrices are assembled for nested uniform meshes (triangles in 2D and tetrahedral in 3D) starting from a coarse mesh (level=1 mesh) with few elements and ending up with a finest mesh (level=levels, where levels is predefined) with up to a milion of elements, depending on the available memory.

The Friedrichs', the Poincare are approximated from a generalized eigenvalue problems. Approximated values are compared with exact values if these are known (eg. for the rectangular domain in 2D and the cuboid domain in 3D) and corresponding eigenfunctions are visualized. Domains geometry can be easily changed by modifying input matrices: nodes2coords, elems2nodes, dirichlet. There is also an experimental computation of the Maxwell constant.
This code generalizes the original computations of the Friedrichs constant explained in the section 3.1. of [1]. The original code to [1] is saved in the 'original_code' folder and can be run as the file 'start_Friedrichs' in the MATLAB window. This code exploits vectorization concepts of FEM assemblies explained in [2] and [3] and runs therefore much faster.
Literature:
[1] Jan Valdman, Minimization of Functional Majorant in A Posteriori Error Analysis based on H(div) Multigrid-Preconditioned CG Method, Advances in Numerical Analysis, vol. 2009, Article ID 164519 (2009)

[2] Talal Rahman, Jan Valdman, Fast MATLAB assembly of FEM matrices in 2D and 3D: nodal elements. Applied Mathematics and Computation 219, 7151–7158 (2013)

[3] Immanuel Anjam, Jan Valdman, Fast MATLAB assembly of FEM matrices in 2D and 3D: Edge elements. Applied Mathematics and Computation 267, 252–263 (2015)

The paper can be downloaded from the author's web
http://sites.google.com/site/janvaldman/publications

인용 양식

Jan Valdman (2024). Computation of the Friedrichs and Poincare constants in 2D/3D (https://www.mathworks.com/matlabcentral/fileexchange/23991-computation-of-the-friedrichs-and-poincare-constants-in-2d-3d), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

constants_2D_3D/

constants_2D_3D/original_code/

constants_2D_3D/path/

constants_2D_3D/path/SparseNullOrth/

constants_2D_3D/path/library_fem/

constants_2D_3D/path/library_integration/

constants_2D_3D/path/library_meshing/

constants_2D_3D/path/library_vectorization/

constants_2D_3D/path/library_visualization/

버전 게시됨 릴리스 정보
2.1.0.0

more geometries added: annulus, general rectangle and cuboid with known constants

2.0.0.0

This is a major update. Features: now both 2D and 3D computations, vectorized assembly of FEM matrices

1.5.0.0

paper citation added

1.4.0.0

Faster performance. Almost scalable generation of stiffness and mass matrices.

1.3.0.0

description

1.2.0.0

description + screenshot

1.1.0.0

description

1.0.0.0