◆ fill_ghost_cells_scalar()
| subroutine mod_fill_ghost_nodes::fill_ghost_nodes::fill_ghost_cells_scalar |
( |
double precision, dimension(:,:,:), intent(inout) | scalar, |
|
|
type(t_boundary_condition), intent(in), optional | boundary_condition ) |
◆ fill_ghost_nodes_cell_vector_t()
| subroutine mod_fill_ghost_nodes::fill_ghost_nodes::fill_ghost_nodes_cell_vector_t |
( |
double precision, dimension(nx,ny,nz,spatial_dimension), intent(inout) | cell_vector, |
|
|
type(t_boundary_condition), intent(in), optional | boundary_condition ) |
Fill the ghost nodes when using vectors defined on cells. require the cell vector be defined on (nx,ny,nz,nd)
- Note
- particularly useful when dealing with symmetric bndc where the normal component of the vector should be mirrored (*-1)
◆ fill_ghost_nodes_face_vector()
| subroutine mod_fill_ghost_nodes::fill_ghost_nodes::fill_ghost_nodes_face_vector |
( |
type(t_face_field), intent(inout) | vector, |
|
|
logical, intent(in) | is_vector, |
|
|
type(t_boundary_condition_face), intent(in), optional | boundary_condition ) |
The documentation for this interface was generated from the following file: