Skip to content

Commit

Permalink
average stress
Browse files Browse the repository at this point in the history
  • Loading branch information
kumiori committed Jan 17, 2025
1 parent 855d9f8 commit 934aa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/irrevolutions/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def elastic_energy_density(self, state):
eps, alpha
) + self.elastic_foundation_density(u)

def stress(self, strain, alpha):
def stress_average(self, strain, alpha):
from dolfinx.fem import assemble_scalar, form
from numpy import ndarray

Expand Down

0 comments on commit 934aa24

Please sign in to comment.