-
Creation of a mesh generator written in python to create unstructured meshes readable in the SimpleMAC code
-
**Describe the bug**
The FIX_PERIODCITY is activated and changes the order of nodes for cartesian and not global unstructured meshes.
**To Reproduce**
Use a unstr cartesian grid with \deltax>180 …
-
Hello!
I'm using unstructured meshes and the implicit full scheme in WW3, with `PDLIB` option for parallel computing mesh partitions. Is there a way in `ww3_shel` or `ww3_grid` to know which mesh n…
ghost updated
3 years ago
-
It would be useful to have a tool or script to remap an existing FESOM2 restart from one unstructured mesh to another. Example applications that come to my mind:
- Using running long and expensive …
-
As mentioned at the meeting today, we should clarify what is meant by supporting UGRID.
Triangle, quad, hex, meshes? Full 3D unstructured topology?
For sure, support output from FVCOM , ADCIRC, …
-
Some functions for visualizing unstructured meshes error with current pyvista. Occurs in both the examples (e.g., Borden.ipynb) and in package tests.
Error is: "AttributeError: 'UnstructuredGrid' o…
-
You are using hex-meshes mainly to represent voxel meshes.
In this case you should be able to use some improvements:
1. it might be better to use the sub-entity center search instead of the no…
-
## Description
It would be useful if we can get mesh information such as volumes and centroids of the unstructured mesh. Currently this is possible if one loads in an unstructured mesh from a statepo…
-
https://github.com/NOAA-EMC/WW3/pull/228 has added two additional options for interpolation/extrapolation
0: linear interpolation, no extrapolation
1: linear interpolation, extrapolate with wet poi…
-
rte solver in 2D only has 1 directional dependence, it is easy to handle the integration over velocity space.
For the meshes, unstructured mesh can be used directly from ``femm``. Or just copy the…