0.6.0
Loading...
Searching...
No Matches
mod_impose_cell_value Module Reference

Functions/Subroutines

subroutine, private get_nearest_cell_indices (position, i, j, k)
 
double precision function get_nearest_cell_field_value (field, position)
 Get the field nearest cell's value at the given position.
 
subroutine impose_cell_value (matrix, rhs, position, value, stencil_size, equation_ls_map)
 Impose the linear system to yield the given value at the given position.
 

Function/Subroutine Documentation

◆ get_nearest_cell_indices()

subroutine, private mod_impose_cell_value::get_nearest_cell_indices ( double precision, dimension(3), intent(in) position,
integer, intent(out) i,
integer, intent(out) j,
integer, intent(out) k )
private