cross_product Interface

public interface cross_product

ベクトルの外積を返す

Called by

interface~~cross_product~~CalledByGraph interface~cross_product vector_m::cross_product proc~volume_tetra geometry_m::volume_tetra proc~volume_tetra->interface~cross_product proc~insidejudgment_tetra geometry_m::insideJudgment_tetra proc~insidejudgment_tetra->proc~volume_tetra proc~insidejudgment_tetra_check geometry_m::insideJudgment_tetra_check proc~insidejudgment_tetra_check->proc~volume_tetra program~cellcentercalc_test cellCenterCalc_test program~cellcentercalc_test->proc~insidejudgment_tetra program~cellcentercalc_test->proc~insidejudgment_tetra_check program~geometry_test geometry_test program~geometry_test->proc~insidejudgment_tetra

Contents


Module Procedures

private function cross_product_dble(a, b) result(cross)

Arguments

Type IntentOptional Attributes Name
double precision, intent(in) :: a(3)
double precision, intent(in) :: b(3)

Return Value double precision, (3)

private function cross_product_real(a, b) result(cross)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: a(3)
real, intent(in) :: b(3)

Return Value real, (3)