MRPTree v0.5.0.0 examples-func-viz 0.5.0.0
MR 2^P Trees (MRPTree)
Loading...
Searching...
No Matches
vector_field_3d.cpp File Reference

Vector field for Lorenz system. More...

Go to the source code of this file.

Detailed Description

Vector field for Lorenz system.

Author
Mitch Richling http://www.mitchr.me/
Date
2024-07-14
Standards
C++23
See also
https://www.mitchr.me/SS/MRPTree/func-viz/index.html#vector_field_3d
https://github.com/richmit/MRPTree/blob/main/examples-func-viz/vector_field_3d.cpp
Details


This example illustrates how to uniformly sample a vector field. Just for fun we have also produced a solution to the Lorenz system, and directly stored it with a MR_cell_cplx.

Definition in file vector_field_3d.cpp.