Standard routine for writing an object to file.
More...
|
subroutine | writesysmat (this, mpar, io, text, nelL, complexity) |
| Standard routine for writing an object to file. More...
|
|
subroutine | writesysmat2 (this, io, text, complexity) |
| Standard routine for writing an object to file. More...
|
|
subroutine | writeskymat (matrix, skyline, io, nelLin, complexity) |
| Writes out a skyline matrix, column by column. More...
|
|
subroutine | writesparsemat (matrix, sparse, io, nelLin, complexity) |
| Writes out a sparse matrix, row by row. More...
|
|
subroutine | writesparsestructure (this, io, complexity, label) |
| Standard routine for writing an object to file. More...
|
|
subroutine | writepardisomat (matrix, sparse, io, nelLin, complexity) |
| Writes out a sparse matrix, row by row. More...
|
|
Standard routine for writing an object to file.
◆ writepardisomat()
subroutine sysmatrixtypemodule::writeobject::writepardisomat |
( |
real(dp), dimension(:), intent(in) |
matrix, |
|
|
type(pardisostoragetype), intent(in) |
sparse, |
|
|
integer, intent(in) |
io, |
|
|
integer, intent(in), optional |
nelLin, |
|
|
integer, intent(in), optional |
complexity |
|
) |
| |
Writes out a sparse matrix, row by row.
- Parameters
-
[in] | matrix | The values of the sparse matrix |
[in] | sparse | sysmatrixtypemodule::pardisostoragetype object associated with the matrix |
[in] | io | File unit number to write to |
[in] | nelLin | Number of lines per matrix to write |
[in] | complexity | If present, the value indicates the amount of print |
- Author
- Knut Morten Okstad
- Date
- 10 Feb 2016
◆ writeskymat()
subroutine sysmatrixtypemodule::writeobject::writeskymat |
( |
real(dp), dimension(:), intent(in) |
matrix, |
|
|
type(skylinestoragetype), intent(in) |
skyline, |
|
|
integer, intent(in) |
io, |
|
|
integer, intent(in), optional |
nelLin, |
|
|
integer, intent(in), optional |
complexity |
|
) |
| |
Writes out a skyline matrix, column by column.
- Parameters
-
[in] | matrix | The values of the skyline matrix |
[in] | skyline | sysmatrixtypemodule::skylinestoragetype object associated with the matrix |
[in] | io | File unit number to write to |
[in] | nelLin | Number of lines per matrix to write |
[in] | complexity | If present, the value indicates the amount of print |
- Author
- Knut Morten Okstad
- Date
- 27 Aug 2001
◆ writesparsemat()
subroutine sysmatrixtypemodule::writeobject::writesparsemat |
( |
real(dp), dimension(:), intent(in) |
matrix, |
|
|
type(sparsestoragetype), intent(in) |
sparse, |
|
|
integer, intent(in) |
io, |
|
|
integer, intent(in), optional |
nelLin, |
|
|
integer, intent(in), optional |
complexity |
|
) |
| |
Writes out a sparse matrix, row by row.
- Parameters
-
[in] | matrix | The values of the sparse matrix |
[in] | sparse | sysmatrixtypemodule::sparsestoragetype object associated with the matrix |
[in] | io | File unit number to write to |
[in] | nelLin | Number of lines per matrix to write |
[in] | complexity | If present, the value indicates the amount of print |
- Author
- Knut Morten Okstad
- Date
- 11 Mar 2003
◆ writesparsestructure()
subroutine sysmatrixtypemodule::writeobject::writesparsestructure |
( |
type(sparsestoragetype), intent(in) |
this, |
|
|
integer, intent(in) |
io, |
|
|
integer, intent(in), optional |
complexity, |
|
|
character(*), intent(in), optional |
label |
|
) |
| |
Standard routine for writing an object to file.
- Parameters
-
[in] | this | The sysmatrixtypemodule::sparsestoragetype object to write |
[in] | io | File unit number to write to |
[in] | complexity | If present, the value indicates the amount of print |
[in] | label | If present, print out as matrix label |
- Author
- Knut Morten Okstad
- Date
- 25 Apr 2003
◆ writesysmat()
subroutine sysmatrixtypemodule::writeobject::writesysmat |
( |
type(sysmatrixtype), intent(inout) |
this, |
|
|
integer, dimension(:), intent(in) |
mpar, |
|
|
integer, intent(in) |
io, |
|
|
character(len=*), intent(in), optional |
text, |
|
|
integer, intent(in), optional |
nelL, |
|
|
integer, intent(in), optional |
complexity |
|
) |
| |
Standard routine for writing an object to file.
- Parameters
-
| this | The sysmatrixtypemodule::sysmatrixtype object to write |
[in] | mpar | Matrix of parameters |
[in] | io | File unit number to write to |
[in] | text | If present, write as heading |
[in] | nelL | Number of matrix elements to write per line |
[in] | complexity | If present, the value indicates the amount of print |
- Author
- Knut Morten Okstad
- Date
- 26 Feb 2003
◆ writesysmat2()
subroutine sysmatrixtypemodule::writeobject::writesysmat2 |
( |
type(sysmatrixtype), intent(in) |
this, |
|
|
integer, intent(in) |
io, |
|
|
character(len=*), intent(in), optional |
text, |
|
|
integer, intent(in), optional |
complexity |
|
) |
| |
Standard routine for writing an object to file.
- Parameters
-
| this | The sysmatrixtypemodule::sysmatrixtype object to write |
[in] | io | File unit number to write to |
[in] | text | If present, write as heading |
[in] | complexity | If present, the value indicates the amount of print |
This subroutine only writes the data structure for sparse matrix.
- Author
- Knut Morten Okstad
- Date
- 26 Feb 2003
The documentation for this interface was generated from the following file: