jacobian_det_triangle_second Interface

interface


Calls

interface~~jacobian_det_triangle_second~~CallsGraph interface~jacobian_det_triangle_second type_triangle_second%jacobian_det_triangle_second proc~jacobian_det_triangle_second jacobian_det_triangle_second interface~jacobian_det_triangle_second->proc~jacobian_det_triangle_second interface~jacobian_triangle_second type_triangle_second%jacobian_triangle_second proc~jacobian_det_triangle_second->interface~jacobian_triangle_second proc~jacobian_triangle_second jacobian_triangle_second interface~jacobian_triangle_second->proc~jacobian_triangle_second interface~dpsi_deta_triangle_second type_triangle_second%dpsi_deta_triangle_second proc~jacobian_triangle_second->interface~dpsi_deta_triangle_second interface~dpsi_dxi_triangle_second type_triangle_second%dpsi_dxi_triangle_second proc~jacobian_triangle_second->interface~dpsi_dxi_triangle_second proc~dpsi_deta_triangle_second dpsi_deta_triangle_second interface~dpsi_deta_triangle_second->proc~dpsi_deta_triangle_second proc~dpsi_dxi_triangle_second dpsi_dxi_triangle_second interface~dpsi_dxi_triangle_second->proc~dpsi_dxi_triangle_second

Called by

interface~~jacobian_det_triangle_second~~CalledByGraph interface~jacobian_det_triangle_second type_triangle_second%jacobian_det_triangle_second proc~is_in_triangle_second is_in_triangle_second proc~is_in_triangle_second->interface~jacobian_det_triangle_second interface~is_in_triangle_second type_triangle_second%is_in_triangle_second interface~is_in_triangle_second->proc~is_in_triangle_second

private module function jacobian_det_triangle_second(self, xi, eta) result(J_Det)

Arguments

Type IntentOptional Attributes Name
class(type_triangle_second), intent(in) :: self
real(kind=real64), intent(in) :: xi
real(kind=real64), intent(in) :: eta

Return Value real(kind=real64)