Analysis.from_elements

classmethod Analysis.from_elements(shape, form, optimiser)

Create a analysis from the elements of the problem (form, shape and optimiser)

Parameters
  • shape (Shape) – The vaulted structure constraining the problem

  • form (FormDiagram) – The form diagram to analyse the structure

  • optimiser (Optimiser) – The optimiser with information about the problem

Returns

analysis (Analysis) – The analysis object