autopdex.seeder.int_pts_in_tet_mesh
- autopdex.seeder.int_pts_in_tet_mesh(x_nodes, elem, order)[source]
Given a mesh of tetrahedrons, it linearly maps integration points from a reference tetrahedron into the actual tetrahedrons
- Parameters:
x_nodes – nodal coordinates of all nodes of the mesh
elem – nodal indices of each tetrahedral element (if an element has more than 4 nodes, the first 4 nodes are used for the mapping)
order – polynomial accuracy order of integration rule within each tetrahedron
- Returns (coor, connectivity, weights):
coordinates of integration points
connectivity of integration points, i.e. list of all nodes that have a contribution
weights of integration points