RegriddingInterpolationLevel
RegriddingInterpolationLevel
Section Mesh
Type integer
Default regridding_linear
Choose the interpolation level for the regridding.
Options:
- regridding_linear:
Use a trilinear interpolation. This is implemented similar to restriction and prolongation
operations in multigrid methods. This ensures that both directions are adjoint to each other.
- regridding_nearest_neighbor:
Use the nearest neighbor for the regridding. This is faster than the linear interpolation.