File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,8 @@ def update_diffusivity(current_solution):
274274 problem .J .arguments (),
275275 ksp_defaults = self .DEFAULT_KSP_PARAMETERS ,
276276 snes_defaults = self .DEFAULT_SNES_PARAMETERS )
277- super ().__init__ (solver_parameters , options_prefix )
277+ super ().__init__ (solver_parameters , options_prefix ,
278+ default_prefix = "firedrake" )
278279 # Now the correct parameters live in self.parameters (via the
279280 # OptionsManager mixin)
280281 mat_type = self .parameters .get ("mat_type" )
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies = [
3232 " packaging" ,
3333 # TODO RELEASE
3434 # "petsc4py==3.24.0",
35- " petsctools" ,
35+ " petsctools @ git+https://github.com/firedrakeproject/petsctools.git@main " ,
3636 " pkgconfig" ,
3737 " progress" ,
3838 # TODO RELEASE
You can’t perform that action at this time.
0 commit comments