plot.h¶
Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
-
void
interactive
(bool really = false)¶ Make the current plots interactive. If really is set, the interactive mode is entered even if ‘Q’ has been pressed.
Plot variable (shared_ptr version)
-
boost::shared_ptr<VTKPlotter>
plot
(const Variable&, const Parameters ¶meters)¶ Plot variable (parameter version)
Plot variable (parameter, shared_ptr version)
-
boost::shared_ptr<VTKPlotter>
plot
(const Expression &expression, const Mesh &mesh, std::string title = "", std::string mode = "auto")¶ Plot expression
Plot expression (shared_ptr version)
-
boost::shared_ptr<VTKPlotter>
plot
(const Expression &expression, const Mesh &mesh, const Parameters ¶meters)¶ Plot expression (parameter version)
Plot expression (parameter, shared_ptr version)