FEM_model

class nrv.fmod.FEM.FEM_model(Ncore=None)[source]

A generic class for Finite Element models

Methods

FEM_model.__init__([Ncore])

Creates a instance of FEM_model

FEM_model.get_parameters()

Generic method returning all the atributes of an NRV_class instance

FEM_model.get_timers([verbose])

Returns the timers of each step of the FEM computation

FEM_model.load(data[, blacklist])

Generic loading method for NRV_class instance

FEM_model.save([save, fname, blacklist])

Generic saving method for NRV_class instance.

FEM_model.set_Ncore(N)

Set the number of cores to use for the FEM

FEM_model.set_parameters(**kawrgs)

Generic method to set any attribute of NRV_class instance