tem_calcTriaAreas Subroutine

public subroutine tem_calcTriaAreas(me)

This subroutine calculates the surface area attached to each point

Arguments

TypeIntentOptionalAttributesName
type(tem_surfData_type), intent(inout) :: me

datatype to store the surface information


Calls

proc~~tem_calctriaareas~~CallsGraph proc~tem_calctriaareas tem_calcTriaAreas proc~cross_product3d cross_product3D proc~tem_calctriaareas->proc~cross_product3d

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: iTria
real(kind=rk), private :: area
real(kind=rk), private :: vec1(3)
real(kind=rk), private :: vec2(3)
integer, private :: minPos1
integer, private :: maxPos1
integer, private :: minPos2
integer, private :: maxPos2
integer, private :: minPos3
integer, private :: maxPos3