Julian Andrej

Results 91 comments of Julian Andrej

There is no clear example of this as it is very problem specific. The process should go like * Find quadrature point locations on primary side (the locations where we...

If the mesh is actually distributed, the element numbers don't match on each MPI rank. That part of the algorithm is basically missing. gslib knows which element it found on...

Can we confirm that both build systems in hypre create the cmake package?

You have to export using `Exodus .e` format with the option `Use NetCDF4/HDF5 Format`

Filtering is still an issue with rocprofv2 ``` $ rocprofv2 --version ROCm version: 6.1.2-119 ROCProfiler version: 2.0 $ omniperf --version ---------------------------------------- Omniperf version: 2.0.0 (release) Git revision: 62221383 ---------------------------------------- ```

I'm not sure if QuadratureFunctions worked with VisIt before. They definitely do with ParaView, where they are just displayed as a "node" or "point" in space associated with values. They...

This is a good feature to have. I have explored this in a closed repo and found that including the TPL fetching introduced a polluted namespace with CMake. A convenient...

>For example, all the cache variables set by hypre's CMake appear in the MFEM build directory cache (although maybe this isn't what you are concerned about?). This is exactly what...

Thank you for the contribution!

The theory in Navier follows the [derivation in Nek5000](https://nek5000.github.io/NekDoc/theory.html). Along with the [description of their boundary conditions](https://nek5000.github.io/NekDoc/problem_setup/BCs.html#fluid-velocity) this is explained thoroughly.