#include "implicit_f.inc"
Go to the source code of this file.
◆ init_interf_sorting_strategy()
| subroutine init_interf_sorting_strategy |
( |
type(intbuf_struct_), dimension(ninter), intent(inout) | intbuf_tab, |
|
|
integer, intent(in) | ninter ) |
Definition at line 31 of file init_interf_sorting_strategy.F.
32
33
34
35
36
37
38 USE intbufdef_mod
40
41
42
43#include "implicit_f.inc"
44
45
46
47 INTEGER, INTENT(IN) :: NINTER
48 TYPE(INTBUF_STRUCT_),DIMENSION(NINTER), INTENT(INOUT) :: INTBUF_TAB
49
50
51
52 INTEGER :: I
53 DO i=1,ninter
54 intbuf_tab(i)%METRIC%TIC = 0
55 intbuf_tab(i)%METRIC%TOC = 0
56 intbuf_tab(i)%METRIC%TOLD = 0
57 intbuf_tab(i)%METRIC%CYCLE0 = -1
62 ELSE
64 ENDIF
65 ENDDO
integer, parameter try_algo_voxel
integer, parameter algo_voxel
integer global_interface_sorting_algo
integer, parameter algo_bucket