jacobian_side_first Interface

interface


Calls

interface~~jacobian_side_first~~CallsGraph interface~jacobian_side_first type_side_first%jacobian_side_first proc~jacobian_side_first jacobian_side_first interface~jacobian_side_first->proc~jacobian_side_first proc~get_coordinate abst_mesh%get_coordinate proc~jacobian_side_first->proc~get_coordinate

private pure elemental module function jacobian_side_first(self, i, j, r) result(jacobian)

Arguments

Type IntentOptional Attributes Name
class(type_side_first), 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)