pyhyp icon indicating copy to clipboard operation
pyhyp copied to clipboard

pyHyp generates volume meshes from surface meshes using hyperbolic marching.

Results 6 pyhyp issues
Sort by recently updated
recently updated
newest added

## Purpose This changes the logic for error printouts for boundary condition checks and topology errors so all errors present in the mesh will print out. The previous behavior was...

Hi, Not sure if this is really an issue or support request, but I'm hoping that someone has come across this before! The setup: - I use pointwise to generate...

We need to improve testing coverage, both in terms of unit and regression tests. Currently, we only run regression tests using the examples found in the examples directory. Furthermore, these...

maintenance

## Description When running `pyHyp` in parallel, it should exit gracefully using `mpi_abort` and exit code instead of plain `stop`, which will result in improper MPI exit. There are several...

## Purpose ~~This PR adds the ability to set custom growth ratios on each layer. Additionally, more 'schedule' variables are introduced.~~ This PR adjusts how some options work. Apart from...

## Description When running "make" i get the following errors: ``` mpifort -I../../mod -I/usr/local/include -fPIC -std=f2008 -fdefault-real-8 -O2 -I/opt/petsc/petsc_git/include -I/opt/petsc/petsc_git/arch-linux-c-debug/include -I/opt/petsc/petsc_git -c 3D_elliptic.F90 -o ../../obj/3D_elliptic.o 3D_code.F90:1020:44: 1020 | call MatSetValuesBlocked(hypMat,...