|
| pure subroutine, public | type_ibm_matrix_coefficients::initialize_ibm_matrix_coefficients (matrix, extent, spatial_dimension) |
| |
| pure subroutine, public | type_ibm_matrix_coefficients::unalloc_ibm_matrix_coefficients (matrix) |
| |
| type(t_stencil_type) function, public | type_ibm_matrix_coefficients::eval_required_stencil (matrix) |
| | Returns the “smallest” stencil that can handle argument.
|
| |
| subroutine, public | type_ibm_matrix_coefficients::eval_required_stencil_sub (matrix) |
| |
| pure subroutine, public | type_ibm_matrix_coefficients::add_interp_to_ibm_matrix_coefficients (matrix, nodes, interp) |
| | Add interpolation coefficients into matrix coefficients.
|
| |
| double precision function, dimension(nodes%nb), public | type_ibm_matrix_coefficients::apply_ibm_matrix (nodes, matrix, field) |
| | Interpolate field value at boundary points.
|
| |