mat_from_csv

nrv.fmod.FEM.fenics_utils.mat_from_csv(fname: str, **kwargs) f_material[source]

Return a fenics material with a conductivity space function define as the nrv_interp from the value of a .csv file

Parameters:

f_material (str) – name of the .csv file

Returns:

mat_obj – Fenics material with conductivity function defined from the interpolation from the value of f_material file

Return type:

fenics_material