Ejemplo n.º 1
0
 def _create_solution_scheme(self):
     self.scheme_settings.AddValue("rotation_dofs",
                                   self.settings["rotation_dofs"])
     return StructuralMechanicsApplication.AdjointStructuralStaticScheme(
         self.scheme_settings, self.response_function)
 def _create_solution_scheme(self):
     return StructuralMechanicsApplication.AdjointStructuralStaticScheme(
         self.scheme_settings, self.response_function)