Module 4 - Auxiliar
- module4_auxiliar.plot_figure(mesh, V, function, name, save=False, map='inferno')
Plot figure function.
- module4_auxiliar.getBoundaryVertex(mesh, u)
Get boundary vertex and calculate the function u in that point
- module4_auxiliar.plot_boundary(mesh, data, name='boundary', line=2, data2=1, save=False, plot=True)
Plot boundary of the function.