surfaces module¶
Surface plot¶
A Surfaces
plot represents samples of a functional variable
\(z(x,y)\) discretized over a 2D mesh. Both evaluations of \(z\)
and mesh are stored in a Dataset
, \(z\) as a parameter
and the mesh as a metadata.
-
class
gemseo.post.dataset.surfaces.
Surfaces
(dataset)[source]¶ Bases:
gemseo.post.dataset.dataset_plot.DatasetPlot
Plot surfaces y_i over the mesh x.
Constructor.
- Parameters
dataset (Dataset) – dataset