jacobian_triangle_second Interface

interface


Calls

interface~~jacobian_triangle_second~~CallsGraph interface~jacobian_triangle_second type_triangle_second%jacobian_triangle_second proc~jacobian_triangle_second jacobian_triangle_second interface~jacobian_triangle_second->proc~jacobian_triangle_second interface~dpsi_triangle_second type_triangle_second%dpsi_triangle_second proc~jacobian_triangle_second->interface~dpsi_triangle_second proc~get_coordinate abst_mesh%get_coordinate proc~jacobian_triangle_second->proc~get_coordinate proc~get_num_nodes~3 abst_mesh%get_num_nodes proc~jacobian_triangle_second->proc~get_num_nodes~3 proc~dpsi_triangle_second dpsi_triangle_second interface~dpsi_triangle_second->proc~dpsi_triangle_second

Called by

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

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

Arguments

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