Choral
Private Member Functions | List of all members
mesh_mod::write Interface Reference
Collaboration diagram for mesh_mod::write:
Collaboration graph

Private Member Functions

subroutine mesh_write (m, fileName, fileFormat, cell_tags)
 Write mesh 'm' to file 'fileName' with format 'fileFormat'. More...
 

Detailed Description

Definition at line 145 of file mesh_mod.F90.

Member Function/Subroutine Documentation

◆ mesh_write()

subroutine mesh_mod::write::mesh_write ( type(mesh), intent(in)  m,
character(len=*), intent(in)  fileName,
character(len=*), intent(in)  fileFormat,
logical, intent(in), optional  cell_tags 
)
private

Write mesh 'm' to file 'fileName' with format 'fileFormat'.

If optional argument 'cell_tags=.TRUE', write the cell tags as element values in the output file

Definition at line 420 of file mesh_mod.F90.


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