GeoscienceAustralia/anuga_core

fvm code from c

ynzys opened this issue · 3 comments

ynzys commented

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

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

ynzys commented

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

@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.