GeoscienceAustralia / anuga_core

AnuGA for the simulation of the shallow water equation
https://anuga.anu.edu.au
Other
186 stars 91 forks source link

fvm code from c #269

Open ynzys opened 11 months ago

ynzys commented 11 months ago

Hello, when I looked up the source code, I traced to the solution part of the Finite volume method and found that the C language library was called. Is this library source code? thanks

stoiver commented 11 months ago

@ynzys not sure what you mean by "is this library source code"?

ynzys commented 9 months ago

What I mean is that the code for the solver is written in C language, can it be opened up? thank you!

stoiver commented 9 months ago

@ynzys it would be fairly easy to pull out the main evolution procedures (flux, extrapolation, main boundary conditions, main rate operators) and produce a C wrapper. Indeed we are presently developing a GPU version of anuga, where we need to do something similar.