HORSES3D
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
EdgePlaneIntersection
Function
11 statements
Source File
TessellationTypes.f90
TessellationTypes
EdgePlaneIntersection
Contents
public function EdgePlaneIntersection(plane_normal, plane_point, PointA, PointB) result(Point_inters)
Uses
MappedGeometryClass
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=RP),
intent(in)
::
plane_normal
(:)
real(kind=RP),
intent(in)
::
plane_point
(:)
real(kind=RP),
intent(in)
::
PointA
(:)
real(kind=RP),
intent(in)
::
PointB
(:)
Return Value
real(kind=RP), (NDIM)