Skip to content

Commit

Permalink
Method rename
Browse files Browse the repository at this point in the history
Co-authored-by: ralberd <[email protected]>
  • Loading branch information
cmhamel and ralberd authored Sep 3, 2024
1 parent f807d33 commit 159268c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimism/Problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def setup(self):
# state variables, element quantities, etc.
# Should probably make a post-processor class
# that is abstract but has derivable ones for e.g. exodus, vtk, etc.
def plot_solution(self, Uu, p, plotBaseName, stepNum):
def write_solution_to_vtk(self, Uu, p, plotBaseName, stepNum):
# dispField = self.domain.create_field(Uu, p)
dispField = self.domain.update_field(Uu, p)
plotName = f'{plotBaseName}-{str(stepNum).zfill(6)}'
Expand Down

0 comments on commit 159268c

Please sign in to comment.