#include "implicit_f.inc"#include "param_c.inc"#include "com01_c.inc"#include "com04_c.inc"Go to the source code of this file.
Functions/Subroutines | |
| subroutine | iniebcsp0 (x, iparg, elbuf_str, ebcs_tab, ixs, ixq, ixtg, iparts, ipartq, iparttg, pm, ipm, mat_param) |
| subroutine iniebcsp0 | ( | x, | |
| integer, dimension(nparg,ngroup), intent(in) | iparg, | ||
| type (elbuf_struct_), dimension(ngroup) | elbuf_str, | ||
| type(t_ebcs_tab), intent(inout), target | ebcs_tab, | ||
| integer, dimension(nixs,numels), intent(in) | ixs, | ||
| integer, dimension(nixq,numelq), intent(in) | ixq, | ||
| integer, dimension(nixtg,numeltg), intent(in) | ixtg, | ||
| integer, dimension(numels), intent(in) | iparts, | ||
| integer, dimension(numelq), intent(in) | ipartq, | ||
| integer, dimension(numeltg), intent(in) | iparttg, | ||
| dimension(npropm,nummat), intent(in) | pm, | ||
| integer, dimension(npropmi,nummat), intent(in) | ipm, | ||
| type(matparam_struct_), dimension(nummat), intent(in) | mat_param ) |
Definition at line 34 of file iniebcsp0.F.