Go to the source code of this file.
|
subroutine | write_data (FFORMAT, FILERES, NVARS, TIME, TIMESTEP, OUTVAR, NOMVAR, BVARSOR, N, MESH) |
|
◆ write_data()
subroutine write_data |
( |
character(len=8), intent(in) |
FFORMAT, |
|
|
integer, intent(in) |
FILERES, |
|
|
integer, intent(in) |
NVARS, |
|
|
double precision, intent(in) |
TIME, |
|
|
integer, intent(in) |
TIMESTEP, |
|
|
logical, dimension(nvars), intent(in) |
OUTVAR, |
|
|
character(len=32), dimension(nvars), intent(in) |
NOMVAR, |
|
|
type(bief_obj), intent(in) |
BVARSOR, |
|
|
integer, intent(in) |
N, |
|
|
type(bief_mesh), intent(in), optional |
MESH |
|
) |
| |
- Parameters
-
[in] | fformat | FFORMAT File format |
[in] | FILERES | Logical unit of file |
[in] | NVARS | Number of variables |
[in] | TIME | Time |
[in] | TIMESTEP | Time step (integer), not dt. |
[in] | OUTVAR | Variables to be put in the file |
[in] | NOMVAR | Name of variables |
[in] | BVARSOR | Bief block containing the variables variables |
[in] | N | Number of values (may be different from THE NUMBER OF DEGREES OF FREEDOM, E.G. FOR QUADRATIC ELEMENTS ONLY THE LINEAR VALUES ARE EXITED) |
Definition at line 7 of file write_data.f.