calc_meshdata

Calculates the affine transformations for integration in 2D/3D via the unit triangle/tetrahedron.

Al momento, stai seguendo questo contributo

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.

Cita come

Immanuel Anjam (2026). calc_meshdata (https://it.mathworks.com/matlabcentral/fileexchange/37606-calc_meshdata), MATLAB Central File Exchange. Recuperato .

Riconoscimenti

Ispirato da: inttet, read_tetgenmesh

Ispirato: Fast FEM assembly: edge elements

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
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