helpers_grillix_m Module

GRILLIX specific helper routines for unit tests


Uses


Contents


Functions

public function get_mat_entry_cartbased(mat, mesh, it, jt, ig, jg)

Returns a specifig entry of csr matrix based on Cartesian indexing i.e. row lt corresponds to point (it, jt) and columnd lg to point (ig, jg)

Arguments

Type IntentOptional Attributes Name
type(csrmat_t) :: mat

Matrix

type(mesh_cart_t) :: mesh

Mesh

integer, intent(in) :: it

Cartesian coordinates of point

integer, intent(in) :: jt

Cartesian coordinates of point

integer, intent(in) :: ig

Cartesian coordinates of point

integer, intent(in) :: jg

Cartesian coordinates of point

Return Value real(kind=gp)