fedoo.constraint.DistributedForce.get_element_results

DistributedForce.get_element_results(operator, U)

Return some element results based on the finite element discretization of a differential operator on a mesh being given the dof results and the type of elements.

Parameters:
  • mesh (string or Mesh) – If mesh is a string, it should be a meshname. Define the mesh to get the results from

  • operator (DiffOp) – Differential operator defining the required results

  • U (numpy.ndarray) – Vector containing all the DoF solution

  • Return (numpy.ndarray) – A Vector containing the values on each element. It is computed using an arithmetic mean of the values from gauss points The vector lenght is the number of element in the mesh