|
subroutine, public | field_transfer_oct_m::field_transfer_init (this, gr, ndim) |
| the system field is allocated and initialized to 0 More...
|
|
subroutine | field_transfer_oct_m::field_transfer_init_from_partner (this, partner_gr, partner_space, partner_namespace) |
| the partner field is allocated and initialized to 0; moreover the regridding structure is initialized More...
|
|
subroutine | field_transfer_oct_m::field_transfer_init_interpolation (this, depth, label, cmplx) |
| the time interpolation is initialized; it needs to know the depth which is usually given by the order of the propagator; thus it can only be called after the algorithm is known (this can be done in the system in new_algorithm) More...
|
|
subroutine | field_transfer_oct_m::field_transfer_end (this) |
|
subroutine | field_transfer_oct_m::field_transfer_calculate (this) |
|
subroutine | field_transfer_oct_m::field_transfer_do_mapping (this) |
| perform the regridding and add the system field to the time interpolator using the time of the quantity at this point; More...
|
|
subroutine | field_transfer_oct_m::dfield_transfer_interpolate (this, time, field) |
| return the interpolated field for a given time More...
|
|
subroutine | field_transfer_oct_m::zfield_transfer_interpolate (this, time, field) |
| return the interpolated field for a given time More...
|
|
subroutine | field_transfer_oct_m::field_transfer_calculate_energy (this) |
|
subroutine | field_transfer_oct_m::field_transfer_read_restart (this, mesh, space, restart, err) |
|
subroutine | field_transfer_oct_m::field_transfer_write_restart (this, mesh, space, restart, err) |
|