Skip to content

Commit

Permalink
Simplification
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Diez <[email protected]>
  • Loading branch information
loumalouomega and ddiezrod authored Mar 5, 2024
1 parent 847ee12 commit d147e69
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kratos/processes/compute_nodal_gradient_process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,16 +369,14 @@ void ComputeNodalGradientProcess<TOutputHistorical>::SynchronizeGradientAndVolum
template<bool TOutputHistorical>
const Parameters ComputeNodalGradientProcess<TOutputHistorical>::GetDefaultParameters() const
{
Parameters default_parameters = Parameters(R"(
return Parameters(R"(
{
"model_part_name" : "PLEASE_DEFINE_A_MODEL_PART_NAME",
"origin_variable" : "DISTANCE",
"gradient_variable" : "DISTANCE_GRADIENT",
"area_variable" : "NODAL_AREA",
"non_historical_origin_variable" : false
})" );

return default_parameters;
}

/***********************************************************************************/
Expand Down

0 comments on commit d147e69

Please sign in to comment.