@@ -127,7 +127,6 @@ def modal_basis(self, **kwargs):
127127 self ._check_nodal_location (** kwargs )
128128 return self ._get_result_data_function_of_operator ("ModalBasis" , self , self ._data_sources , ** kwargs )
129129
130-
131130 #element nodal results (get result at nodes or at elements)
132131 def elemental_stress (self , ** kwargs ):
133132 """Returns a elemental_stress result data."""
@@ -339,7 +338,6 @@ def nodal_elastic_strain_energy_density(self, **kwargs):
339338 self ._check_nodal_location (** kwargs )
340339 return self ._get_result_data_function_of_operator ("ENL_ELENG" , self , self ._data_sources , location = "Nodal" , ** kwargs )
341340
342-
343341 #element nodal result (here only elemental result given because the nodal one is given in nodal category)
344342 def elemental_force (self , ** kwargs ):
345343 """Returns a elemental_force result data."""
@@ -352,7 +350,6 @@ def elemental_nodal_force(self, **kwargs):
352350 self ._check_elemnodal_location (** kwargs )
353351 return self ._get_result_data_function_of_operator ("ENF" , self , self ._data_sources , location = "ElementalNodal" , ** kwargs )
354352
355-
356353 #element results
357354 def elemental_contact_status (self , ** kwargs ):
358355 """Returns a elemental_contact_status result data."""
@@ -439,7 +436,6 @@ def elemental_thermal_dissipation_energy(self, **kwargs):
439436 self ._check_elemental_location (** kwargs )
440437 return self ._get_result_data_function_of_operator ("ENG_TH" , self , self ._data_sources , location = "Elemental" , ** kwargs )
441438
442-
443439 #special results
444440 def von_mises_stress (self , ** kwargs ):
445441 """von_mises_stress output default location is Nodal.
0 commit comments