Pedro Ricardo C Souza

Results 19 comments of Pedro Ricardo C Souza

Hello there, I'm currently with the same problem. Despite the `requirements.txt` shows a clear `protobuf>=3.11.2,=3.12.0` ### How to replicate: - `$ python3 -m venv .venv` - `$ source .venv/bin/activate` -...

@vanbenschoten do you have an estimate to have this looked into?

Thank you for the feedback. We'll find a workaround. :+1:

Installing through pip does solve the install issue. But some dependency resolver, like the ones from Kedro, start to have bugs with this .. like: ``` ERROR: Cannot install matrixprofile...

Hello @mattbement, I found this in the AMReX [documentation](https://amrex-codes.github.io/amrex/docs_html/Visualization.html#paraview) for paraview, it is for iso-surface ... but maybe the same applies for vectors. > Note that Paraview is not able...

Thank you, I'll take a look at the example. We use MLMG in the AMR software that I'm porting to AMReX base. Our Hypre or PETSc performance on this kind...

> Yes, it's possible. Ok then, I imagine that there isn't a interface in Fortran to do it, but it's fine I think I can do it myself. I'll just...

I'm looking inside the **Src/LinearSolvers/MLMG** and I'm having a hard time in finding what exactly I need to set to configure my own `A` coefficients, like in `A(x)=B`. My goal...

In our old software we don't build the whole `A` but we have the non zero elements of each row. Like a Multifab for each `Aw`,`Ap`,`Ae` coefficient. It's not explicit,...

Also, do you guys offer some courses, training or paid support for the library? I have a monster of a 12 year CFD code, that is being funded to be...