idwarp icon indicating copy to clipboard operation
idwarp copied to clipboard

IDWarp is a mesh warping package for the MACH framework.

Results 12 idwarp issues
Sort by recently updated
recently updated
newest added

## Description Hello I have been trying to morph a mesh with OpenFOAM grid but there is a bug with writing grid. I found a fix but the mesh is...

## Description Hello I am using OpenFOAM case to morph a face using IDWarp. The geometry is a cuboid as the following picture. The specifiedSurfaces are marked in red. ![image](https://github.com/mdolab/idwarp/assets/26832867/9713552b-f1fb-41b4-bc03-4e3c28226bfc)...

## Description Due to the build bot failure last night, we realized that some tests are generating complex values while the reference file contains only the real part. We should...

bug
maintenance

# Description of feature IDWarp can restart from a file and skip the costly full initialization. See: https://github.com/mdolab/idwarp/blob/master/src/warp/initializeWarping.F90#L66-L76 This feature is not widely used, and it is not tested. We...

bug

## Description When running testflo, the fortran function `verifyWarpDeriv`. In the `inflate_cube` test, the output from this test appears to show large errors in some of the derivative terms. However,...

bug

I was using idwarp for two dimensional cases. In order to work properly I adjusted the file getElementProps.F90. As faces are lines in two dimensions, the existing algorithm produced a...

## Type of issue - New feature (non-breaking change which adds functionality) ## Description If possible, it would be useful to have a way to obtain quality metrics (e.g., skewness,...

enhancement

Explain - Which options are the common used ones, and what do they do? When should you modify the default settings? - If you get a failed mesh, how do...

## Purpose This PR adds axisymmetric mesh warping capability for structured meshes to IDWarp. The process is detailed as follows: First, the user specifies two CGNS mesh families that represent...

## Description Building v2.6.1 from source fails with numerous issues, one of them being : `Error: Symbol ‘realdouble’ at (1) has no IMPLICIT type; did you mean ‘cg_realdouble’?` ### Steps...