fedoo.constraint.DistributedForce.n_gauss_points
- property DistributedForce.n_gauss_points
- returns: The total number of integration points (ie Gauss points) associated to the assembly.
n_gauss_points is the total number of Gauss points whereas n_elm_gp gives only he numbre of gauss points per element: n_gauss_points = mesh.n_elements + assembly.n_elm_gp.
- Return type:
int