Delchini Marco

Results 29 comments of Delchini Marco

@artv3, I was able to modify my code and add the RAJA syntax to get it to work on GPUs. I still have some testing to do but I am...

I was able to re-write that piece of code using a fourth nested loop as follows: ``` int a, offset1, offset2; for (int z = sz; z

The code works with NTeams = 8 but gives me the error message when I set NTeams = 10 or higher. ``` Backtrace for this error: CUDAassert: invalid configuration argument...

I am trying to compute the friction velocity $u_\tau = \mu \left.\frac{\partial u_x}{\partial y}\right|_{y=0}$ at a given location on a wall (or sideset). Since it is not a nodal value,...

Any help would be appreciated. This is critical to our V&V strategy. Thanks, Marco

Ok I will contact you on Teams. I will post the solution to this thread once I have a working piece of code.

@rppawlo thanks for getting back to me. I had to make some changes to the source code to use the composite equation set factory but it is still not working....

I was able to get it to work. The mistake was in the input file. The correct syntax in the input file that works with the above piece of code...

@rppawlo thanks for getting back to me. Would this approach work with a finite element closure models? Marco

Thanks for your reply. If the STK mesh does not preserve the original node ordering, does it order nodes with a specific method? Marco On Wed, Jun 26, 2024 at...