Go to the source code of this file.
|
class(regridding_t) function, pointer | regridding_oct_m::regridding_init (mesh_out, mesh_in, space_in, namespace) |
| Generate a re-mapping of points from mesh_in to mesh_out. More...
|
|
subroutine | insert_global_point (mesh, ipg, ii) |
|
real(real64) function, dimension(1:2 **this%dim) | evaluate_polynomials (x) |
|
subroutine | regridding_oct_m::regridding_finalize (this) |
|
subroutine | regridding_oct_m::dregridding_do_transfer_1 (this, ff_out, ff_in) |
| transfer fields of rank 1 More...
|
|
subroutine | regridding_oct_m::dregridding_do_transfer_2 (this, ff_out, ff_in) |
| transfer fields of rank 2 More...
|
|
subroutine | regridding_oct_m::zregridding_do_transfer_1 (this, ff_out, ff_in) |
| transfer fields of rank 1 More...
|
|
subroutine | regridding_oct_m::zregridding_do_transfer_2 (this, ff_out, ff_in) |
| transfer fields of rank 2 More...
|
|
◆ insert_global_point()
subroutine regridding_init::insert_global_point |
( |
class(mesh_t), intent(in) |
mesh, |
|
|
integer(int64), intent(in) |
ipg, |
|
|
integer, intent(inout) |
ii |
|
) |
| |
◆ evaluate_polynomials()
real(real64) function, dimension(1:2**this%dim) regridding_init::evaluate_polynomials |
( |
real(real64), dimension(1:2**this%dim), intent(in) |
x | ) |
|