calc_meshdata

버전 1.3.0.0 (1.3 MB) 작성자: Immanuel Anjam
Calculates the affine transformations for integration in 2D/3D via the unit triangle/tetrahedron.
다운로드 수: 895
업데이트 날짜: 2014/9/26

라이선스 보기

Calculates the affine transformations needed for integration in 2D/3D via the unit reference triangle/tetrahedron. In 2D the function takes as its input the matrices p,e,t given by initmesh/poimesh (PDEtool toolbox), and calculates the affine transformations for each triangle simultaneously in a vectorized manner. In 3D we use Tetgen meshes.
With a 2009 MacBook Pro laptop, calculating the affine transformations for a mesh of 2 million triangles takes about 1.2 seconds.

We also demonstrate how to use this data to perform fast vectorized calculation of integral values over 2D and 3D meshes.

인용 양식

Immanuel Anjam (2024). calc_meshdata (https://www.mathworks.com/matlabcentral/fileexchange/37606-calc_meshdata), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

Examples of vectorized calculation of integrals.

1.2.0.0

Added a function giving 2d integration quadratures.

1.1.0.0

The same in 3D too.

1.0.0.0