Skip to content

Commit

Permalink
deleted failing lines
Browse files Browse the repository at this point in the history
  • Loading branch information
IskanderI committed Dec 15, 2023
1 parent 3688aba commit b5fbbf1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/LaMEMLib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -623,12 +623,6 @@ PetscErrorCode LaMEMLibSolve(LaMEMLib *lm, void *param, PetscLogStage stages[4])
ierr = PCStokesCreate(&pc, pm); CHKERRQ(ierr);
ierr = NLSolCreate(&nl, pc, &snes); CHKERRQ(ierr);

/* Register names of the stages*/
PetscCall(PetscLogStageRegister("Thermal solver", &stages[0]));
PetscCall(PetscLogStageRegister("SNES solve", &stages[1]));
PetscCall(PetscLogStageRegister("Advect markers", &stages[2]));
PetscCall(PetscLogStageRegister("I/O", &stages[3]));

//==============
// INITIAL GUESS
//==============
Expand Down

0 comments on commit b5fbbf1

Please sign in to comment.