FEMParameters.save

FEMParameters.save(save=False, fname='FEMParameters.json')[source]

Return FEMParameters as dictionary and eventually save it as json file

Parameters:
  • save (bool) – if True, save in json files

  • fname (str) – Path and Name of the saving file, by default “FEMParameters.json”

Returns:

sp_dic – dictionary containing all information

Return type:

dict