Skip to content

Releases: leuraph/triangle_cubature

Vectorized Integration

26 Aug 12:50
Compare
Choose a tag to compare

This version increases integration performance on meshes by neglecting to loop over elements.
However, we still have a (small) loop over the elements and integration points on the reference triangle.

v1.0.0

25 Jun 06:40
Compare
Choose a tag to compare

Changes

  • updated readme
  • changed signature of main integration routines to be more user-friendly, i.e. you only need to pass the CubatureRuleEnum to both integrate_on_mesh and integrate_on_triangle

first release

24 Jun 13:01
Compare
Choose a tag to compare
v0.0.2

chore: updated version 0.0.2