Skip to content
Snippets Groups Projects
Commit dbca4239 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL] LIE/HM; Don't recompute perm. for output.

parent b6d563a5
No related branches found
No related tags found
No related merge requests found
......@@ -384,8 +384,7 @@ void HydroMechanicsLocalAssemblerFracture<ShapeFunctionDisplacement,
effective_stress_prev, effective_stress, C, state);
// permeability
double const local_k = b_m * b_m / 12;
ip_data.permeability = local_k;
double const local_k = ip_data.permeability;
local_k_tensor.diagonal().head(GlobalDim - 1).setConstant(local_k);
GlobalDimMatrix const k = R.transpose() * local_k_tensor * R;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment