#include "implicit_f.inc"Go to the source code of this file.
Functions/Subroutines | |
| subroutine | w_th_surf_pload (ibcl, nodlocal, proc, len_ia, cep, th_surf, numnod, nibcld, nconld, len_cep, off) |
| Writing TH/SURF tabs in restart file. | |
| subroutine w_th_surf_pload | ( | integer, dimension(nibcld,nconld), intent(in) | ibcl, |
| integer, dimension(numnod), intent(in) | nodlocal, | ||
| integer, intent(in) | proc, | ||
| integer, intent(inout) | len_ia, | ||
| integer, dimension(len_cep), intent(in) | cep, | ||
| type (th_surf_), intent(inout) | th_surf, | ||
| integer, intent(in) | numnod, | ||
| integer, intent(in) | nibcld, | ||
| integer, intent(in) | nconld, | ||
| integer, intent(in) | len_cep, | ||
| integer, intent(in) | off ) |
Writing TH/SURF tabs in restart file.
/PLOAD option
| [in] | len_cep | Parameters for size tables ( number of nodes,number of parameters in IBCL tab, number of pload, size of CEP) |
| [in] | off | Index in table CEP |
| [in] | proc | Processor |
| [in,out] | len_ia | Length of integer tables written in restart |
| [in] | ibcl | list of segments where pressure /PLOAD is applied |
| [in] | nodlocal | table of local nodes |
| [in] | cep | Proc to which belong the element |
| [in,out] | th_surf | Type for /TH/SURF and load pressures output tabs |
Definition at line 35 of file w_th_surf_pload.F.