Corfield
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
ascii_fieldline Module Reference

Write fieldline into text file. More...

Public Member Functions

subroutine write_ascii (funit, fieldlines)
 Master write routine for ascii format. More...
 
subroutine read_ascii (funit, fieldlines)
 Master read routine for different fieldline ascii format. More...
 
subroutine write_ascii_v0 (funit, fieldlines)
 Write t_fieldline object in a file unit already open in proper mode (append,replace...). More...
 
subroutine write_ascii_v1 (funit, fieldlines)
 Write t_fieldline object in a file unit already open in proper mode (append,replace...). More...
 
subroutine write_ascii_v2 (funit, fieldlines)
 Write fieldline object in a file unit already open in proper mode (append,replace...). More...
 
subroutine read_ascii_v2 (funit, fieldlines)
 Read fieldline object in a file unit already open in proper mode (append,replace...). More...
 

Public Attributes

integer, parameter len_name = 256
 

Detailed Description

Write fieldline into text file.

Member Function/Subroutine Documentation

subroutine ascii_fieldline::read_ascii ( integer, intent(in)  funit,
type(t_fieldline), dimension(:), intent(out), allocatable  fieldlines 
)

Master read routine for different fieldline ascii format.

Author
subroutine ascii_fieldline::read_ascii_v2 ( integer, intent(in)  funit,
type(t_fieldline), dimension(:), intent(out), allocatable  fieldlines 
)

Read fieldline object in a file unit already open in proper mode (append,replace...).

Author

Here is the call graph for this function:

subroutine ascii_fieldline::write_ascii ( integer, intent(in)  funit,
type(t_fieldline), dimension(:), intent(in)  fieldlines 
)

Master write routine for ascii format.

Author

Here is the caller graph for this function:

subroutine ascii_fieldline::write_ascii_v0 ( integer, intent(in)  funit,
type(t_fieldline), dimension(:), intent(in)  fieldlines 
)

Write t_fieldline object in a file unit already open in proper mode (append,replace...).

Author
subroutine ascii_fieldline::write_ascii_v1 ( integer, intent(in)  funit,
type(t_fieldline), dimension(:), intent(in)  fieldlines 
)

Write t_fieldline object in a file unit already open in proper mode (append,replace...).

Author

Here is the caller graph for this function:

subroutine ascii_fieldline::write_ascii_v2 ( integer, intent(in)  funit,
type(t_fieldline), dimension(:), intent(in)  fieldlines 
)

Write fieldline object in a file unit already open in proper mode (append,replace...).

Author

Member Data Documentation

integer, parameter ascii_fieldline::len_name = 256

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