Delchini Marco
Delchini Marco
Hello, I have recently started to use RAJA package to port some of the C++ subroutines to GPUs and I was wondering how to call a C++ function from a...
Hello, I would need to write a non-nodal value (friction velocity for instance) on a sideset to the Exodus solution file for post-processing. In the current implementation, a nodal value...
## Question Hello, I am using a Trilinos-based application on Summit and when running an input file with an Exodus mesh file, I get the following error message: > Exodus...
Hello, We use the class panzer_stk::STK_MeshFactory to create/load mesh from an Exodus file. I was wondering how mesh nodes are being ordered once the mesh is loaded/created? Is there a...
Hello, I would like to get some more information on the compatibility of HYPRE with Trilinos packages. Is there any documentation I should review in order to get an understanding...
## Question I would like to get some advice on how to best implement multiphysics capabilities when using Panzer package. Currently, we solve for fluid equation coupled to a temperature...
## Question Hello, I am currently testing an implementation of conjugate heat transfer (CHT) with CGFEM-based code and I came across [PoissonInterfaceExample](https://github.com/trilinos/Trilinos/tree/master/packages/panzer/adapters-stk/example/PoissonInterfaceExample) example in Panzer. This example has different interface...
Hello We are looking at numerical methods that require to loop over the neighboring mesh elements when on a given cell. One example would be the implementation of flux limiters....
Hello, we have been trying to use the wedge periodic capability available in Panzer without success. We usually generate meshes with Cubit and it has been working fine with periodic...
Hello, We compute fields like the shear stress that are only defined at the boundaries since it requires the normals. Is there a way to write that field to the...