simplexNormal Interface

public interface simplexNormal

Module Procedures

public subroutine simplexNormal2D(Coord, n, ierr)

Author
Blaise Bourdin (2013, bourdin@lsu.edu)

simplexNormal2D: Compute the normal to a simplex in 2D

Arguments

Type IntentOptional Attributes Name
type(Vect2D), dimension(:), pointer :: Coord
type(Vect2D), intent(out) :: n
integer(kind=C_INT32_T), intent(inout) :: ierr

public subroutine simplexNormal3D(Coord, n, ierr)

Author
Blaise Bourdin (2013, bourdin@lsu.edu)

simplexNormal3D: Compute the normal to a simplex in 3D

Arguments

Type IntentOptional Attributes Name
type(Vect3D), dimension(:), pointer :: Coord
type(Vect3D), intent(out) :: n
integer(kind=C_INT32_T), intent(inout) :: ierr