Neko  0.8.1
A portable framework for high-order spectral element flow simulations
stl::stl_triangle_t Type Reference

Defines a STL triangle. More...

Public Attributes

real(kind=sp), dimension(3) n
 
real(kind=sp), dimension(3) v1
 
real(kind=sp), dimension(3) v2
 
real(kind=sp), dimension(3) v3
 
integer(kind=i2) attrib
 

Detailed Description

Defines a STL triangle.

Definition at line 14 of file stl.f90.

Member Data Documentation

◆ attrib

integer(kind=i2) stl::stl_triangle_t::attrib

Definition at line 19 of file stl.f90.

◆ n

real(kind=sp), dimension(3) stl::stl_triangle_t::n

Definition at line 15 of file stl.f90.

◆ v1

real(kind=sp), dimension(3) stl::stl_triangle_t::v1

Definition at line 16 of file stl.f90.

◆ v2

real(kind=sp), dimension(3) stl::stl_triangle_t::v2

Definition at line 17 of file stl.f90.

◆ v3

real(kind=sp), dimension(3) stl::stl_triangle_t::v3

Definition at line 18 of file stl.f90.


The documentation for this type was generated from the following file: