Go to the source code of this file.
|
subroutine, public | mod_amr_fct::prolong_2nd_stg (sco, sfi, ixcolin, ixfilin, dxcod, xcomind, dxfid, xfimind, ghost, fine_lin) |
| This subroutine performs a 2nd order prolongation for a staggered field F, preserving the divergence of the coarse cell. This is useful for preserving DivF=0. If DivF=f(x), a different algorithm must be used.
|
|
subroutine, public | mod_amr_fct::store_faces |
| To achive consistency and thus conservation of divergence, when refining a block we take into account the faces of the already fine neighbours, if any. This routine stores them.
|
|
subroutine, public | mod_amr_fct::comm_faces |
| When refining a coarse block with fine neighbours, it is necessary prolong consistently with the already fine faces. This routine takes care of the communication of such faces.
|
|
subroutine, public | mod_amr_fct::end_comm_faces |
|
subroutine, public | mod_amr_fct::deallocatebfaces |
|
subroutine, public | mod_amr_fct::old_neighbors (child_igrid, child_ipe, igrid, ipe) |
|
subroutine, public | mod_amr_fct::already_fine (sfi, ichild, fine_l) |
| This routine fills the fine faces before prolonging. It is the face equivalent of fix_conserve.
|
|
|
type(facealloc), dimension(:,:,:), allocatable, public | mod_amr_fct::pface |
|
type(fake_neighbors), dimension(:^d &,:,:), allocatable, public | mod_amr_fct::fine_neighbors |
|
integer, dimension(:,:^d &,:), allocatable, public | mod_amr_fct::old_neighbor |
|