#include "implicit_f.inc"#include "param_c.inc"#include "com01_c.inc"#include "com04_c.inc"#include "scr03_c.inc"Go to the source code of this file.
Functions/Subroutines | |
| subroutine | dim_s10edg (nedg, ixs10, iparg, itagnd) |
| subroutine | ind_s10edg (icnds10, ixs, ixs10, iparg, itagnd) |
| subroutine | reord_icnd (icnds10, itagnd) |
| subroutine | remove_nd (nn, inn, itagnd) |
| subroutine | remdeg_nd (nn, inn, itagnd) |
| subroutine | rigmodif_nd (nn, inn, itagnd, icnds10, iu, titr, itab) |
| subroutine | rigmodif1_nd (npby, lpby, itagnd) |
| subroutine | rbe2modif_nd (nn, inn, itagnd, icnds10, iu, itab, itagm, m, itagic) |
| subroutine | rbe2modif1_nd (irbe2, lrbe2, itagnd) |
| subroutine | bcsmodif_nd (icode, itagnd, icnds10, itab) |
| subroutine | fixmodif_nd (ibfv, itagnd, icnds10, itab) |
| logical function | samefvid (id, ibfv, n) |
| subroutine | int2modif_nd (ipari, intbuf_tab, itagnd, icnds10, itab) |
| subroutine | pre_cndpon (icnds10, adskycnd, cepcnd, celcnd, itagnd) |
| subroutine | fillcncnd (cncnd, addcncnd, icnds10, itagnd) |
| subroutine | stifn0_nd (icnds10, stifn) |
| subroutine | stifn1_nd (icnds10, stifn) |
| subroutine | bcscycmodif_nd (ibcscyc, lbcscyc, itagnd, itab) |
| subroutine bcscycmodif_nd | ( | integer, dimension(4,*) | ibcscyc, |
| integer, dimension(2,*) | lbcscyc, | ||
| integer, dimension(*) | itagnd, | ||
| integer, dimension(*) | itab ) |
Definition at line 1387 of file dim_s10edg.F.
| subroutine bcsmodif_nd | ( | integer, dimension(*) | icode, |
| integer, dimension(*) | itagnd, | ||
| integer, dimension(3,*) | icnds10, | ||
| integer, dimension(*) | itab ) |
Definition at line 661 of file dim_s10edg.F.
| subroutine dim_s10edg | ( | integer | nedg, |
| integer, dimension(6,*) | ixs10, | ||
| integer, dimension(nparg,ngroup) | iparg, | ||
| integer, dimension(*) | itagnd ) |
Definition at line 28 of file dim_s10edg.F.
| subroutine fillcncnd | ( | integer, dimension(*) | cncnd, |
| integer, dimension(0:*) | addcncnd, | ||
| integer, dimension(3,*) | icnds10, | ||
| integer, dimension(*) | itagnd ) |
Definition at line 1261 of file dim_s10edg.F.
| subroutine fixmodif_nd | ( | integer, dimension(nifv,*) | ibfv, |
| integer, dimension(*) | itagnd, | ||
| integer, dimension(3,*) | icnds10, | ||
| integer, dimension(*) | itab ) |
Definition at line 738 of file dim_s10edg.F.
| subroutine ind_s10edg | ( | integer, dimension(3,*) | icnds10, |
| integer, dimension(nixs,*) | ixs, | ||
| integer, dimension(6,*) | ixs10, | ||
| integer, dimension(nparg,*) | iparg, | ||
| integer, dimension(*) | itagnd ) |
Definition at line 89 of file dim_s10edg.F.
| subroutine int2modif_nd | ( | integer, dimension(npari,ninter) | ipari, |
| type(intbuf_struct_), dimension(ninter) | intbuf_tab, | ||
| integer, dimension(*) | itagnd, | ||
| integer, dimension(3,*) | icnds10, | ||
| integer, dimension(*) | itab ) |
Definition at line 863 of file dim_s10edg.F.
| subroutine pre_cndpon | ( | integer, dimension(3,*) | icnds10, |
| integer, dimension(0:*) | adskycnd, | ||
| integer, dimension(*) | cepcnd, | ||
| integer, dimension(*) | celcnd, | ||
| integer, dimension(*) | itagnd ) |
Definition at line 1145 of file dim_s10edg.F.
| subroutine rbe2modif1_nd | ( | integer, dimension(nrbe2l,*) | irbe2, |
| integer, dimension(*) | lrbe2, | ||
| integer, dimension(*) | itagnd ) |
Definition at line 608 of file dim_s10edg.F.
| subroutine rbe2modif_nd | ( | integer | nn, |
| integer, dimension(*) | inn, | ||
| integer, dimension(*) | itagnd, | ||
| integer, dimension(3,*) | icnds10, | ||
| integer | iu, | ||
| integer, dimension(*) | itab, | ||
| integer, dimension(*) | itagm, | ||
| integer | m, | ||
| integer, dimension(*) | itagic ) |
Definition at line 455 of file dim_s10edg.F.
| subroutine remdeg_nd | ( | integer | nn, |
| integer, dimension(*) | inn, | ||
| integer, dimension(*) | itagnd ) |
Definition at line 250 of file dim_s10edg.F.
| subroutine remove_nd | ( | integer | nn, |
| integer, dimension(*) | inn, | ||
| integer, dimension(*) | itagnd ) |
Definition at line 218 of file dim_s10edg.F.
| subroutine reord_icnd | ( | integer, dimension(3,*) | icnds10, |
| integer, dimension(*) | itagnd ) |
Definition at line 171 of file dim_s10edg.F.
| subroutine rigmodif1_nd | ( | integer, dimension(nnpby,*) | npby, |
| integer, dimension(*) | lpby, | ||
| integer, dimension(*) | itagnd ) |
Definition at line 402 of file dim_s10edg.F.
| subroutine rigmodif_nd | ( | integer | nn, |
| integer, dimension(*) | inn, | ||
| integer, dimension(*) | itagnd, | ||
| integer, dimension(3,*) | icnds10, | ||
| integer | iu, | ||
| character, dimension(*) | titr, | ||
| integer, dimension(*) | itab ) |
Definition at line 291 of file dim_s10edg.F.
| logical function samefvid | ( | integer | id, |
| integer, dimension(nifv,*) | ibfv, | ||
| integer | n ) |
Definition at line 822 of file dim_s10edg.F.
| subroutine stifn0_nd | ( | integer, dimension(3,*) | icnds10, |
| stifn ) |
Definition at line 1305 of file dim_s10edg.F.
| subroutine stifn1_nd | ( | integer, dimension(3,*) | icnds10, |
| stifn ) |
Definition at line 1340 of file dim_s10edg.F.