Luca Bertagna
Luca Bertagna
Grepping through homme folder, the CPP/cmake variables NC/PREQX_NC seem to be unused. It may be a good idea to clean it up.
There is still something not working related to DirichletField BC. I started adding some unit tests for ExtrudedDiscretization, so I can rule out possible origin of the bug. So it's...
These two tests ``` 11 - corePDEs_SteadyHeat2D_Omega_h (Failed) 13 - corePDEs_SteadyHeatConstrainedOpt2D_Dirichlet_Dist_Param_Omega_h (Failed) ``` started failing last week, with the response/sensitivities values being off by quite a bit, like `Response Test...
While working on a CI workflow for albany in #1160 , I saw that lots of tests failed b/c of input files issues. The problem being that tests like [NSVortexShedding2d](https://github.com/sandialabs/Albany/tree/master/tests/demoPDEs/NSVortexShedding2D)...
Copying body of comment in PR #1127. Btw, I am not sure how the tests passed before. I saw this for the ISMIP test B: ``` 2: Response 1: Solution...
I think we should store num_params in more fine-grain detail in the disc classes. Right now, the disc factory [stores](https://github.com/sandialabs/Albany/blob/d0d9a2f0b3f1ce41ed7cd2d65f4310a09a10e8fd/src/disc/Albany_DiscretizationFactory.cpp#L48) this as the [sum](https://github.com/sandialabs/Albany/blob/d0d9a2f0b3f1ce41ed7cd2d65f4310a09a10e8fd/src/Albany_Utils.cpp#L142) scalar+distributed. However, this value is later...
I would like to be able to pass my existing C++ Kokkos views to python, so that they can later be consumed by numpy/cupy/pytorch/somethingelse framework. Moreover, I would like the...