Neko  0.8.99
A portable framework for high-order spectral element flow simulations
stl_file Module Reference

Stereolithography (STL) file.

Data Types

type  stl_file_t
 Interface for STL files. More...
 

Functions/Subroutines

subroutine stl_file_write (this, data, t)
 
subroutine stl_file_read (this, data)
 

Function/Subroutine Documentation

◆ stl_file_read()

subroutine stl_file::stl_file_read ( class(stl_file_t this,
class(*), intent(inout), target  data 
)
private

Definition at line 64 of file stl_file.f90.

◆ stl_file_write()

subroutine stl_file::stl_file_write ( class(stl_file_t), intent(inout)  this,
class(*), intent(in), target  data,
real(kind=rp), intent(in), optional  t 
)

Definition at line 57 of file stl_file.f90.