Description Usage Arguments Examples
The function mesh_3 takes as input data the length of the domain in x (Lx), the length of the domain in y (Ly), the number of divisions in x (Nx) and the number of divisions in y (Ny).
These values are obtained with the function prev_data, specifically from coordinates inside the variable uhat (which must be equal to those of v).
1 | mesh_3(Lx, Ly, Nx, Ny)
|
Lx, Ly, Nx, Ny |
a group of vectors obtained with the function prev_data. The coordinates of the nodes (coordinates) and the table of elements (elements). Following the next structure in columns coordinates: x, y, index elements: index1, index2, index3 A plot with triangles from the coordinates |
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.