Skip to content

Commit

Permalink
(F) Compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
j507 committed Aug 14, 2024
1 parent de756af commit 1d27f89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/gCP/gradient_crystal_plasticity.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ class GradientCrystalPlasticitySolver
const unsigned int block_id,
const double right_hand_side_l2_norm);

unsigned int solve_linearized_system(
const RunTimeParameters::KrylovParameters &krylov_parameters,
const unsigned int block_id);

void update_trial_solution(
const double relaxation_parameter,
const unsigned int block_id = 0);
Expand Down

0 comments on commit 1d27f89

Please sign in to comment.