Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenzorrilla committed Dec 16, 2024
1 parent 244acbb commit 40b54aa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ def _SetThermodynamicPressureSettings(self):
def _CreateScheme(self):
# "Fake" scheme for those cases in where the element manages the time integration
# It is required to perform the nodal update once the current time step is solved
domain_size = self.GetComputingModelPart().ProcessInfo[KratosMultiphysics.DOMAIN_SIZE]
block_size = domain_size + 2
# scheme = KratosMultiphysics.ResidualBasedIncrementalUpdateStaticSchemeSlip(
# domain_size = self.GetComputingModelPart().ProcessInfo[KratosMultiphysics.DOMAIN_SIZE]
# block_size = domain_size + 2
# scheme = KratosMultiphysics.ResidualBasedIncrementalUpdateStaticSchemeSlip(domain_size, block_size)
scheme = KratosMultiphysics.ResidualBasedIncrementalUpdateStaticScheme()

# In case the BDF2 scheme is used inside the element, the BDF time discretization utility is required to update the BDF coefficients
Expand Down

0 comments on commit 40b54aa

Please sign in to comment.