Model.compute_contacts
- Model.compute_contacts(tolerance=1e-06, minimum_area=0.01, k=2)
Compute the contacts between the block elements of this model.
- Parameters:
- tolerancefloat, optional
The distance tolerance.
- minimum_areafloat, optional
The minimum contact size.
- kint, optional
The number of element neighbours to consider.
- Returns:
- None