#include "implicit_f.inc"#include "com01_c.inc"#include "com04_c.inc"#include "param_c.inc"Go to the source code of this file.
Functions/Subroutines | |
| subroutine | h3d_sol_skin_scalar (elbuf_tab, skin_scalar, iparg, ixs, x, pm, iparts, igeo, ixs10, ixs16, ixs20, is_written_skin, h3d_part, info1, keyword, nskin, iad_elem, fr_elem, weight, tag_skins6, npf, tf, mat_param) |
| subroutine | idx_fld_sol (nel, nuparam, nfunc, ifunc, npf, tf, uparam, eps3, fld_idx, niparam, iparam, pla) |
| subroutine | dam_fld_sol (nel, nuparam, nfunc, ifunc, npf, tf, uparam, eps3, dam, niparam, iparam, pla) |
| subroutine dam_fld_sol | ( | integer, intent(in) | nel, |
| integer, intent(in) | nuparam, | ||
| integer, intent(in) | nfunc, | ||
| integer, dimension(nfunc) | ifunc, | ||
| integer, dimension(*) | npf, | ||
| tf, | |||
| dimension(nuparam) | uparam, | ||
| intent(in) | eps3, | ||
| intent(out) | dam, | ||
| integer, intent(in) | niparam, | ||
| integer, dimension(niparam), intent(in) | iparam, | ||
| intent(in) | pla ) |
Definition at line 351 of file h3d_sol_skin_scalar.F.
| subroutine h3d_sol_skin_scalar | ( | type (elbuf_struct_), dimension(ngroup), target | elbuf_tab, |
| skin_scalar, | |||
| integer, dimension(nparg,*) | iparg, | ||
| integer, dimension(nixs,*) | ixs, | ||
| x, | |||
| pm, | |||
| integer, dimension(*) | iparts, | ||
| integer, dimension(npropgi,*) | igeo, | ||
| integer, dimension(6,*) | ixs10, | ||
| integer, dimension(8,*) | ixs16, | ||
| integer, dimension(12,*) | ixs20, | ||
| integer, dimension(*) | is_written_skin, | ||
| integer, dimension(*) | h3d_part, | ||
| integer | info1, | ||
| character(len=ncharline100) | keyword, | ||
| integer | nskin, | ||
| integer, dimension(2,*) | iad_elem, | ||
| integer, dimension(*) | fr_elem, | ||
| integer, dimension(*) | weight, | ||
| integer, dimension(*) | tag_skins6, | ||
| integer, dimension(*) | npf, | ||
| tf, | |||
| type (matparam_struct_), dimension(nummat), intent(in) | mat_param ) |
Definition at line 38 of file h3d_sol_skin_scalar.F.
| subroutine idx_fld_sol | ( | integer, intent(in) | nel, |
| integer, intent(in) | nuparam, | ||
| integer, intent(in) | nfunc, | ||
| integer, dimension(nfunc) | ifunc, | ||
| integer, dimension(*) | npf, | ||
| tf, | |||
| dimension(nuparam) | uparam, | ||
| intent(in) | eps3, | ||
| intent(inout) | fld_idx, | ||
| integer, intent(in) | niparam, | ||
| integer, dimension(niparam), intent(in) | iparam, | ||
| intent(in) | pla ) |
Definition at line 150 of file h3d_sol_skin_scalar.F.