fedoo.problem.Linear.get_results

Linear.get_results(*args, **kargs)

Extract some results from the current problem.

Two list of arguments are possible:

  • get_results(assemb, output_list, output_type, position, element_set)

  • get_results(output_list, output_type, position, element_set)

Parameters:
  • assemb (Assembly, optional) – Assembly object used to extract the results. If assemb is not specified, the assembly associated to the problem, (given by the assembly property) is used.

  • output_list (list[str]) – list of result labels.

  • output_type ('Node', 'Element' or 'GaussPoint', optional) – Type of results. If None, the type of output is not converted. Scalar results are not concerned by this parameter.

  • position (float in [-1, 1], optional) – Normalized position in the section for shell output. For instance, 1 is top face define by the local z direction, -1 is the bottom face and 0 is the midplane

  • element_set (str or list[int], optional) – set of element indices or name of an element set associated to the mesh. If specified, only the results restriced to the set of elements are extracted.