0.6.0
Loading...
Searching...
No Matches
fill_ghost_cells.f90 File Reference

Data Types

interface  mod_fill_ghost_nodes::fill_ghost_nodes
 

Modules

module  mod_fill_ghost_nodes
 Specify how ghost cells are filled This depends on the type of boundaries.
 

Functions/Subroutines

subroutine mod_fill_ghost_nodes::fill_ghost_cells_scalar (scalar, boundary_condition)
 
subroutine mod_fill_ghost_nodes::fill_ghost_nodes_face_vector (vector, is_vector, boundary_condition)
 
subroutine mod_fill_ghost_nodes::fill_ghost_nodes_cell_vector_t (cell_vector, boundary_condition)
 Fill the ghost nodes when using vectors defined on cells. require the cell vector be defined on (nx,ny,nz,nd)
 
subroutine mod_fill_ghost_nodes::fill_ghost_nodes_cell_vector (cell_vector, boundary_condition)
 Fill the ghost nodes when using vectors defined on cells. require the cell vector be defined on (nd,nx,ny,nz)