Nalu
Nalu: a generalized unstructured massively parallel low Mach flow code designed to support a variety of energy applications of interest (most notably Wind ECP) built on the Sierra Toolkit and Trilinos solver Tpetra/Epetra stack. The open source BSD, clause 3 license model has been chosen for the code base. See LICENSE for more information. http://NaluCFD.org
Functions/Subroutines
CalculatePolyhedralArea.F File Reference

Functions/Subroutines

subroutine polyhedralareabyfaces (ncoords, areacoords, ntriangles, triangleFaceTable, area)
 

Function/Subroutine Documentation

subroutine polyhedralareabyfaces ( integer  ncoords,
double precision, dimension(3, ncoords)  areacoords,
integer  ntriangles,
integer, dimension(3,ntriangles)  triangleFaceTable,
double precision, dimension(3)  area 
)