abst_jacobian Interface

interface
private pure elemental function abst_jacobian(self, i, j, r) result(jacobian)

Arguments

Type IntentOptional Attributes Name
class(abst_mesh), intent(in) :: self
integer(kind=int32), intent(in) :: i
integer(kind=int32), intent(in) :: j
type(type_dp_vector_3d), intent(in) :: r

Return Value real(kind=real64)