sfepy.mechanics.extmods.ccontres module

sfepy.mechanics.extmods.ccontres.assemble_contact_residual_and_stiffness()
sfepy.mechanics.extmods.ccontres.evaluate_contact_constraints()
sfepy.mechanics.extmods.ccontres.get_AABB()
sfepy.mechanics.extmods.ccontres.get_longest_edge_and_gps()

The linked list initialization. The head array contains, at the position Ic, the index of the first point that belongs to the cell Ic, the second point index is then next[head[Ic]], the third point index is next[next[head[Ic]]] etc. - the next array points from the i-th point in each cell to the (i+1)-th point, until -1 is reached.