FuncViz examples
Generalized bitree/quadtree/octree library
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
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.