Parameters Class

class Parameters.Parameters(cost_func=0, tol_cost_func=0, descent_direction_Riesz=0, ALM_lagrangian_multiplicator=0, max_incr=0, lx=0, ly=0, h=0, young_modulus=0, poisson=0, strenght=0, adapt_time_step=0, dt=0, j_max=0, extend_velocity=0, vel_normalization=0, alpha_reg_velocity=0, step_reinit=0, freq_reinit=0, l_reinit=0, cutFEM=0, cut_fem_advection=0, eta=0, elasticity_limit=0, p_const=0)[source]

This is the Parameters class.

Parameters:

name (str) – The Parameters’s name.

set__paramFolder(folder_name)[source]

Initialization of an object Parameters with a file.

Parameters:

folder_name (char) – The name of the file with all the parameters data

Returns:

The object Parameters.

Return type:

Parameters