What version of python is anaconda using? See if you can ascertain the anuga version. Ie run import anuga print(anuga.get_version()) Also it would be interesting to see if any of the dll files are in the appropriate directory. Can you check out the directory C:\Users\Bisag\anaconda3\envs\pyqgis_env\lib\site-packages\anuga\abstract_2d_finite_volumes and see if the dll files exist. Your conda install should have provided those! It would be useful to track down the problem. But as mentioned maybe a...
yes, I am using anaconda distribution, hence simply, conda install anuga yet the error.
There seems to be a problem with your anuga installation, in particular the location or creation of the file neighbour_table_ext.dll How did you install anuga? You should be able to do a simple pip install anuga Cheers Steve [cid:8fe20eb5-babf-439c-af38-71c75a659314] ============================== Emeritus Prof Stephen Roberts (he/him) Mathematical Sciences Institute Hanna Neumann Building #145 The Australian National University Canberra, ACT 2600 AUSTRALIA T: +61 2 61254445 | E: stephen.roberts@anu.edu.au...
Hello, I am using ANUGA for for flood simulation. While running the code i am getting this error which i am unable to solve. Kindly help me to solve the issue. Thank you. Mesh: Initialising Mesh: Building neigbour structure Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\Bisag\anaconda3\envs\pyqgis_env\lib\tkinter__init__.py", line 1892, in call return self.func(args) File "D:\rup\anuga_revision_3\simulation_revised.py", line 551, in run domain = anuga.create_domain_from_regions(bounding_polygon,...
Rup, the example code you have provided doesn't have an if statement in the evolve loop. Can you provide the actual code you are using. Also in the email the python indentation has been lost. I assume the code is correctly indented in the file? I would suggest creating variables stage = domain.quantities['stage'].centroid_values elev = domain.quantities['elevation'].centroid_values before the evolve loop and calculate the depth specifically inside your evolve loop depth = stage[indices] - elev[indicies]...
hello, I have implemented an if condition within my evolve loop to stop the simulation once the water depth in a specific downstream area (covering the river and floodplains) falls below a certain threshold. Although the code runs without errors, the simulation stops as soon as it begins. As a beginner in Python, I am unsure why this is happening or how to ensure the simulation only stops after the water has actually arrived and then receded. ds_polygon = [[619708.796,3085199.395],[620345.056,3090989.363],[665901.284,3079345.802],[654066.845,3061594.143]]...
Hi Rup, Of course you could go into the anuga code to do this, but you can probably do what you want within a standard anuga script. You can run multiple evolve loops of some fixed duration within a while loop. Break out of the while loop when your flood condition has occurred. Cheers Steve Get Outlook for Androidhttps://aka.ms/AAb9ysg From: discussion@anuga.p.re.sourceforge.net discussion@anuga.p.re.sourceforge.net on behalf of Rup rupi@users.sourceforge.net Sent: Tuesday, December 16, 2025 11:01:23...
Hello All, I am developing a flood simulation model using ANUGA Hydro and I am interested in automatically detecting when the flood event has concluded. My goal is to configure the simulation to terminate as soon as the water depth is zero. (no floods) returns to zero. I would like to know if it is possible to program this condition into the ANUGA runtime. thank you for your help. kind regards,
I am planning to run a large-scale 2D flood simulation and I need advice on the necessary computational specifications. I am trying to determine the minimum viable hardware (CPU, RAM, GPU, etc.) required to run these simulations efficiently—ideally within an acceptable time-frame for iterative modeling (e.g., within a few hours for a standard run). Here are some parameters for the planned simulation: Domain Size: Approximately 10,000 square kilometers Mesh Resolution: Around 800 square meters per...
Dear Sir, The documentation you shared on the visualization of .sww on QGIS using crayfish has helped. Thank you so much for your prompt response sir. Regarding sww2dem conversion, It is currently falling in to southern hemisphere instead of original northern hemisphere,sir.
Hi, You should be able to use qgis directly on the sww file. Here is some documentation I have just recently added. https://anuga.readthedocs.io/en/latest/visualisation/use_qgis.html Qgis doesn't pick up crc from the sww file so you need to manually set the crc for the sww mesh layer. I will have to look into the problem regarding sww2dem.py. It is strange that the zone and the shifts have not transferred over correctly. Perhaps a problem picking out which hemisphere? There is also a make_geotiff...
Hello everyone, I am still having trouble loading an .sww file generated by an ANUGA simulation into QGIS using the Crayfish plugin as mentioned earlier. The simulation runs successfully, but the output file is not positioning correctly in the GIS environment, and the projection information seems to be missing or mismatched. Here are the specific problems I am facing: Crayfish Plugin in QGIS: When I load the .sww file via the Crayfish plugin, the data does not align with my base map and shows no...
Hi, Here is a blurb I am planning to add to the documentation: .. _use_qgis: Visualise with QGIS You can use QGIS to visualise ANUGA simulation results stored in sww files. Opening sww files in QGIS Open QGIS. From the "layer" menu choose "Data Source Manager" This gives you a file choice. Choose your *.sww file. Choose (double click) the layer that has been created. Set the CRS (Coordinate Reference System) to the appropriate value. At present QGIS does not automatically read the georeference information...
hello, I am struggling with two problems when trying to visualize ANUGA simulation results (.sww files) in QGIS using the Crayfish plugin: Missing Layers: After loading the .sww file via Crayfish, several expected result layers, most critically the "depth" layer, are not appearing in the Crayfish panel or the QGIS layers list. Incorrect Placement/CRS Issue: The layers that do appear are positioned incorrectly on the map canvas, often very far from their actual geographic location. This points towards...
Hi there, I have done this at a point (thought I had the equivalent for a line) but I want to do the same idea along a polyline as follows: I want to create a Poly Line along which during a run the Depth of flow is interogated, when the depth reaches a pre-defined value, a flow Outflow is created...(Taking water off the domain) then the procedure continues along the polyline... with a nominal mininum distance down stream... So for example... the next outflow must be Xm (50-60m) along the line....??...
Actually Thinking about this, Mannings equation may help ? Would it be reasonable to imply the slope from the velocity ? So if : V = R^(2/3)S^0.5/n then: S = (Vn/(R^(2/3)))^2 .... This means if I store Mannings n as a Quantity in the SWW file this can be determined ???
How wide is the Flume, and what are the wall boundary conditions ? What is Friction set as ?
Usually I would Check the size of the smallest triangle & very carefully look at how the Mesh is being generated. Sometimes if refinement polygons have points very close together it will create a very small triangle. The Area of the smallest triangle is used to set the dynamic time step.
Dont know about Parmetis, but ANUGA already can run in Parallel ?
Extracting Time Series from the SWW is quite simple with: sww2csv_gauges(file_name, gauge_file, out_name, quantities = [i], verbose=True, use_cache = True) But what about if I want to extract the Slope of the Water Surface (Stage-Slope) as time series ? This can be used for a Bed Shear Approach ?
Many thanks for the detailed explanation and the example code, Steve. You raised exactly the point that puzzled me, i.e. that neither parallel_rectangle nor Parallel_Domain currently fill tri_l2g, node_l2g and the likes. Good to know that, apart from the broken functionality in storing sww files, the evolve loop is otherwise functional. I noticed that you raised an issue on GitHub for this, so I guess it is better to continue the discussion and report on progress there. All the best, George On 7...
Hi George, It probably would be good to get parallel_rectangle working again! parallel_rectangle hasn't been used for a number of years and at present doesn't provide enough info to work perfectly with the anuga current code, in particular creating sww files! We need to extend parallel_rectangle to provide information defining the translation from local to global numbering (via arrays tri_l2g and node_l2g) and information like number of full and ghost triangles. Also the current code assumes that...
Dear ANUGA community, I am trying to perform a spatio-temporal integration analysis using ANUGA, and for that I need to setup a parallel simulation for a rectangular domain. A requirement for my study is that the mesh partitioning is "structured", in constrast to the unstructured graph partitioninig performed by Metis. Digging into the code, I found the parallel_rectangle method in parallel/parallel_meshes.py which, in my understanding, does exactly what I need (i.e. it partitions the mesh by splitting...
Dear ANUGA community, I am trying to perform a spatio-temporal integration analysis using ANUGA, and for that I need to setup a parallel simulation for a rectangular domain. A requirement for my study is that the mesh partitioning is "structured", in constrast to the unstructured graph partitioninig performed by Metis. Digging into the code, I found the parallel_rectangle method in parallel/parallel_meshes.py which, in my understanding, does exactly what I need (i.e. it partitions the mesh by splitting...
It seems that mgmetis uses metis version 5.1.0. By the way, the python 3 version of anuga (https://github.com/anuga-community/anuga_core) can use pymetis (https://github.com/inducer/pymetis) which also uses metis 5.1.0 Cheers Steve ============================== Stephen Roberts Mathematical Sciences Institute Hanna Neumann Building #145 The Australian National University Canberra, ACT 2600 AUSTRALIA T: +61 2 61254445 | E: stephen.roberts@anu.edu.au CRICOS Provider: 00120C From: Ghorpade Rohit Sunil...
Can Anyone please let me know the version of metis used inside Mgmetis 0.1.1.. Thanks in advance..
Dear Team, . More on to clarify , I agree on your saying that distribution of mesh is one time process. We are working on a large dataset close to 11225 sq.km area with a resolution of 300 sq.m . We were not able to run the mentioned testcase due to memory limitation . Currently the Metis version used in Anuga is 4.0 . For same reason We have upgraded the version of Metis to 5.0 with which we were able to successfully run 300 sq.m resolution. Now , We are aiming at localization of vertices in geographic...
Can anyone please give me some insights into using Anuga with Parmetis..?
Sir , we are expecting proper load balancing ..Our final aim is to use parmetis(parallel metis) which is part of metis..We have used metis previously and currently we are trying metis and mgmetis inside parmetis.. So in that parmetis(from mgmetis) part , We needed some insights..
OK. But why do you want to parallelism mesh generation? Usually that only accounts for a small fraction of the time spent. Most if the time normally goes into the simulations (which is parallelized). Or do you have a different use case? Thx Ole On Wed, 12 Jan 2022, 6:00 pm Ghorpade Rohit Sunil, rohitghorpade@users.sourceforge.net wrote: Sir we are looking for running metis parallely so we are trying to use mgmetis which is parallel wrapper for metis.. Anuga with Mgmetis https://sourceforge.net/p/anuga/discussion/593114/thread/bcfb87c7a9/?limit=25#8b8a...
Sir we are looking for running metis parallely so we are trying to use mgmetis which is parallel wrapper for metis..
Sir we are looking for running metis parallely so we are trying to use mgmetis which is parallel wrapper for metis..
Hi Ghorpade, Why do you want to use mgmetis instead of pymetis, which we use. They both wrap Metis. Get Outlook for Androidhttps://aka.ms/AAb9ysg From: Ghorpade Rohit Sunil rohitghorpade@users.sourceforge.net Sent: Monday, January 10, 2022 3:53:24 PM To: [anuga:discussion] 593114@discussion.anuga.p.re.sourceforge.net Subject: [anuga:discussion] Re: Anuga with Mgmetis Thnaks Stephen..but I need guidance on wrapper Mgmetis to use with Anuga..Can u please give me some insights on that?? Anuga with Mgmetishttps://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fp%2Fanuga%2Fdiscussion%2F593114%2Fthread%2Fbcfb87c7a9%2F%3Flimit%3D25%23f1ac%2F4ed3%2F0449&data=04%7C01%7Cstephen.roberts%40anu.edu.au%7C15713cfafe7549eed40908d9d3f95463%7Ce37d725cab5c46249ae5f0533e486437%7C0%7C0%7C637773891111043313%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=5ZjDt6C7dBQln2VgP1pVCZeHtlppGe4qwXJq%2FgFzdi4%3D&reserved=0...
Thnaks Stephen..but I need guidance on wrapper Mgmetis to use with Anuga..Can u please give me some insights on that??
Hi Ghorpade, With the latest version of anuga using python 3, we are using a metis wrapper pymetis available via pip. The place where we use pymetis in anuga is in the file https://github.com/anuga-community/anuga_core/blob/main/anuga/parallel/distribute_mesh.py anuga_core/anuga/parallel/distribute_mesh.py at line 199. In particular, cutcount, partvert = pymetis.part_graph(n_procs, neigh) You would need to check the source code of pymetis https://github.com/inducer/pymetis to see how they have interfaced...
I have used Anuga with metis previously ..but I am currently looking to change metis part with Mgmetis part..Can Anyone please guide me on how to do that ??I have installed Mgmetis ..but I am looking into what kind of changes, I need to do in Anuga code so as to use it with Mgmetis??Thanks in advance..!
Regarding Simulation stuck at certain time step
Hello, We are using anuga for larger area. sometimes job is getting completed successfully and sometimes it stucks at timestep 0. also we have observed time consumption per time step increases drastically. Could you please tell us how to debug or figure out the exact issue and what all parameters need to check for the same? Please help us as soon as possible.
Hi Stephan, Firstly Thanks for help provided till date. I am a non domain person. Trying to study the behavior of ANUGA for differential mesh. I am studying in detail about mesh and domain generation. Their I checked that the minimum angle mentioned for triangle is 28. Does that matter? can we change, if so how we can decide the value. My second question is, as you pointed out in your previous reply that their might be some triangles which are small when going for differential mesh, when u say small...
Hi Stephen , What is difference between 2_0 algorithm and DE1 algorithm . Can we use 2_0 algorithm insted of DE1. Thanks .
Hi Jayashri, The timestep constraint is Delta t = min over all triangles. {Diameter of triangle} / {max characteristic speed within triangle} So timestep is controlled by both size of triangles and characteristic speeds within the triangles. So it is very important to ensure that there is not even one unreasonably small triangle produced via the meshing process. Characteristic speed is calculated as max U +sqrt(g h), U is fluid velocity and h is water depth. So the usual back of the envelop calc...
Yes , we are taking care of tringle size. But still we are not getting good performance with differential meshing.
The speed of the algorithm depends on the number of triangles as well as the size of the triangles. You may have produced some small triangle. You can use the domain statistics to see if there are any unreasonably small triangles, via print domain.statistics() Sometimes boundaries can introduce problems if points on the boundary are too close. Cheers Steve ============================== Stephen Roberts Director Mathematical Sciences Institute Room 3.64 Hanna Neumann Building #145 The Australian National...
Hi Stephen , Thanks for your immediate response, as per your suggestion will stick to the DE1 algorithm . One more issue we are facing is when we use uniform meshing it is performing well but once we add boundaries in a domain and make it differential mesh it takes time trice, While we are not increasing total number of tringles. Any idea for the same ? Thanks.
Hi Jayashri, For long time evolutions with tidal forcing I would suggest sticking with the DE1 algorithm, though as you have observed it take essentially twice as much time to solve compared to running with the DE0. Essentially DE0 runs with a first order Euler time stepping and DE1 uses the average of two Euler steps, hence the doubling in computational time, all things else being the same. With flows over very flat terrain I would also suggest investigating using domain.set_low_froude(1) This tends...
Currently we are using ANUGA for flood simulation as well as our case includes tidal flows over many tidal cycles . Current algorithm we are using is DE1which is more accurate but at the same time we are looking for the faster one. With DE0 we are facing issues with tidal flow simulation. Kindly suggest the better algorithm . Selection of algorithm will play major role in our case because of large input. Thank you in advance , any help will be apriciated.
Hi Thank you for your quick reply, I'm also trying to install ANUGA on a different laptop, but I get this error. Im confused because the installation went smoothly on the other PC. RuntimeError: Cannot locate a COMSPEC environment variable to use as the shell
Hi Amrie, There is a flooding example in the validation_test/case_studies/towradgi directory. An alternative would be to use a rate_operator over the whole domain. Check out the examples in the examples directory. Cheers Steve Get Outlook for Androidhttps://aka.ms/ghei36 From: Amrie Singh amriem@users.sourceforge.net Sent: Saturday, October 10, 2020 1:43:42 AM To: [anuga:discussion] 593113@discussion.anuga.p.re.sourceforge.net Subject: [anuga:discussion] Anuga for rain on grid modelling? Hello I...
Hello I was wondering if any one has previously used ANUGA for rain on grid modelling, I've worked through the exmaples but they arent really tailored for the type of modelling I need to do. Im unsure of whether this is within ANUGAS modelling capabilities. Just a bit more detail about my model should help, currently I have the model set up in TUFLOW, the modelling domain is pretty large (~6 mil cells). For now the model is really simple with a DEM, friction, infiltration values and design storms...
Hello I was wondering if any one has previously used ANUGA for rain on grid modelling, I've worked through the exmaples but they arent really tailored for the type of modelling I need to do. Im unsure of whether this is within ANUGAS modelling capabilities. Any help would be appreciated. Thank you
Hello I was wondering if any one has previously used ANUGA for rain on grid modelling, I've worked through the exmaples but they arent really tailored for the type of modelling I need to do. Im unsure of whether this is within ANUGAS modelling capabilities. Any help would be appriciated. Thank you
Hi Peter, Did you get anywhere with this?
I had the same problem and Steve is right you should install it with python setup.py install. However, if you had installed it as python setup.py develop, then you'd have to set the environment variable PYTHONPATH to where you installed ANUGA. Cheers Ole On Sun, 21 Jun 2020 at 22:14, Stephen Roberts stoive57@users.sourceforge.net wrote: Hi It seems that anuga has not been installed correctly. Usually you just need to run python setup.py install By the way, the runtests.py script actually builds it's...
Hi It seems that anuga has not been installed correctly. Usually you just need to run python setup.py install By the way, the runtests.py script actually builds it's own version of anuga in the build directory Sent from Outlook Mobilehttps://aka.ms/blhgte From: Aakankasha Sharma aakankasha028@users.sourceforge.net Sent: Sunday, June 21, 2020 9:24:43 PM To: [anuga:discussion] 593114@discussion.anuga.p.re.sourceforge.net Subject: [anuga:discussion] No module named anuga Hi. I have installed anuga on...
Hi. I have installed anuga on my Ubuntu18.04 system. I had ran into a few errors while running runtests.py file but had fixed them. Now, all my tests run smoothly. But when I try running the runup.py code, I get this error (python2_env) $ pwd /home/aakankasha/Projects/ANUGA/anuga_core (python2_env) $ python examples/simple_examples/runup.py Traceback (most recent call last): File "examples/simple_examples/runup.py", line 10, in <module> import anuga ImportError: No module named anuga (python2_env...
Hi. I have installed anuga on my Ubuntu18.04 system. I had ran into a few errors while running runtest.py file but had fixed them. Now, all my tests ran smoothly. Now, when I try running the runup.py code, I got this error (python2_env) $ pwd /home/aakankasha/Projects/ANUGA/anuga_core (python2_env) $ python examples/simple_examples/runup.py Traceback (most recent call last): File "examples/simple_examples/runup.py", line 10, in <module> import anuga ImportError: No module named anuga (python2_env...
Hi Dhaval, Unfortunately I merged a development branch into the master branch of anuga. I think it should be ok now. Do a new git pull and then a setup.py install and see if that works. Cheers Steve ============================== Stephen Roberts Undergraduate Convenor Mathematical Sciences Institute Room 4.74 Hanna Neumann Building #145 The Australian National University Canberra, ACT 2600 AUSTRALIA Ph: +61 2 61254445 CRICOS: 00120C From: DHAVAL PATEL s4527470@users.sourceforge.net Sent: Wednesday,...
I have found error to set up Anuga model in my pc, I have alredy tryed to set up anuga with 32 and 64 bit but I found error and error snap short attched below
Thanks for your question. Modelling tsunami impact from tsunamis such as the 2004 IO tsunami is what ANUGA was developed for. Indeed, we did a simulation of the 2004 tsunami impact at Patong Beach in Thailand. To do this you will need a deep water model to supply the boundary condition as well as elevation data for your study area. Cheers Ole On Wed., 9 Oct. 2019, 08:16 DHAVAL PATEL, s4527470@users.sourceforge.net wrote: respected sir, is it possible to run Anuga for 2004 tsunami test case. and is...
Hi Dhavel, At present ANUGA is based on UTM coordinates (and zones), and so essentially is restricted to about 6 degrees of longitude (you can extend a bit beyond one zone with some distortion ). This was because when developing ANUGA we were mostly interested in using it for inundation simulations and not for ocean scale tsunami modelling. Cheers Steve ============================== Stephen Roberts Undergraduate Convenor Mathematical Sciences Institute Room 4.74 Hanna Neumann Building #145 The Australian...
respected sir, is it possible to run Anuga for 2004 tsunami test case. and is there any wave gauges data required for input parametre? if yes, so can you give me referance material for 2004 tsunami test case. I need to simulate Anuga for india coast for finding out the tsunami inundation as per the 2004 tsunami parametre.
respected sir, is it possible to run Anuga for 2004 tsunami test case. and is there any wave gauges data required for input parametre? if yes, so can you give me referance material for 2004 tsunami test case. I need to simulate Anuga for india coast for finding out the tsunami inundation as per the 2004 tsunami parametre.
I have uses Anuga 1.2.0 exe file which is given on http://sourceforge.net/projects/anuga this link. Thank you for your suggestion sir. On Thu, Sep 12, 2019 at 7:42 AM Stephen Roberts stoive57@users.sourceforge.net wrote: Hi Dhaval, You are running a very old version of python and I assume an old version of anuga. I assume you might also be running an old OS. I would recommend updating to newer versions of python (2.7) and anuga, instructions via the github page https://github.com/GeoscienceAustralia/anuga_core/wiki...
Hi Dhaval, You are running a very old version of python and I assume an old version of anuga. I assume you might also be running an old OS. I would recommend updating to newer versions of python (2.7) and anuga, instructions via the github page https://github.com/GeoscienceAustralia/anuga_core/wiki Cheers Steve ============================== Stephen Roberts Undergraduate Convenor Mathematical Sciences Institute Room 4.74 Hanna Neumann Building #145 The Australian National University Canberra, ACT...
hello, I have try to run cairns tsunami inundation example but i found one error so please help me to figure out that error. the error screen short attched below
I have try to run cairns example which is given in manual. But i found error and this example not run properly. so please help to how to run this example. i attached error image along with.
Hi all: I am intersted in your opensource program anuga_core. And it is wonderful to simulate the process of fluid. I am learning to use it and trying to simulate the flood routing process. Now I have some questions about anuga and hope to get some suggestions from you. I know from the github that I can use a river cource with asc format to simulate the complex boundary (according to example carins). So I will got two dirichlet boudnary( one is inlet ,another is outlet). How can I achieve that the...
Hi, I'm simulating tsunami bores in ANUGA in a 9m long flume with stage and x momentum as input. The attached figure shows comparison of simulations with experimental measurements as well as another numerical model BASEMENT which is similar to ANUGA. Black lines are experimental measurements, red -ANUGA results and blue - BASEMENT results. If we see at the results, the simulations are underpredicted by upto 50% within a 8m reach in both the numerical models compared to experiments. The first curve...
Yes, Stephen is right. It could also be that you create a new domain at every iteration of your for loop. Usually you create one domain only and rub the simulation on that. On Wed., 12 Dec. 2018, 17:48 Stephen Roberts <stoive57@users.sourceforge.net wrote: Hi Kun Qian, Could you provide your script? Might be something to do with Python not garbage collecting efficiently. But for running multiple simulations I would suggest running separate scripts. Cheers Steve ============================== Stephen...
Hi Kun Qian, Could you provide your script? Might be something to do with Python not garbage collecting efficiently. But for running multiple simulations I would suggest running separate scripts. Cheers Steve ============================== Stephen Roberts Undergraduate Convenor Mathematical Sciences Institute Room 4.74 Hanna Neumann Building #145 The Australian National University Canberra, ACT 2600 AUSTRALIA Ph: +61 2 61254445 CRICOS: 00120C From: kun qian kqutexas@users.sourceforge.net Sent: Wednesday,...
Hi, I am using Anuga to do flood modelling. I would like to do the modelling on same mesh but different inflows many times. I tried to use for loop in Anuga. However, it will indicate that memory is not enough after several rounds. I wonder is there any potential place caused memory leak in Anuga?
There is an old project https://github.com/stoiver/anuga-cuda which implemented a GPU version of the evolve loop together with a simple Boundary condition. I would love to get back to this project and roll the methods into the production version of the code. Any GPU coders out there interested in helping? An idea would be to completely isolate the GPU code to work only with triangles in the interior of the mesh (and so avoid needing to have GPU code for BCs etc). Cheers Steve ==============================...
Is someone using ANUGA GPU version
When I am running this graphical_mesh_generator.py file one Pmesh viewer pops up, but I am unable to see any mesh. I think I don't know the procedure to use it. Please guide me. Kindly help
When I am running this graphical_mesh_generator.py file one Pmesh viewer pops up, but I am unable to see any mesh. I think I don't know the procedure to use it. Please guide me. Kindly help