Go to the documentation of this file.
48 integer,
public ::
ne = 0
56 integer,
public,
target,
allocatable ::
ine(:,:)
65 integer,
public,
target,
allocatable ::
ielg(:)
77 integer,
intent(in) :: ele_in(3)
78 integer,
intent(in),
optional :: rank
85 if(
present(rank) .eqv. .true.)
then
94 IF (
nodes_global(ele_in(j)) % domainID == mydomainid)
THEN
104 if(
allocated(
ine))
deallocate(
ine)
106 if(
allocated(
ielg))
deallocate(
ielg)
integer, dimension(:), allocatable, target, public ielg
global element array.
subroutine, public finalizeelementpool()
integer, public ne
number of local elements
integer, save myrank
The thread id.
Has data that belong to nodes.
logical function, public belongto(ele_in, rank)
Returns true if the element belongs to rank.
integer, dimension(:,:), allocatable, target, public ine
number of elements of the augmented domain
integer, public ne_global
number of elements, global
type(t_node), dimension(:), allocatable, target, public nodes_global
all nodes with their data.
integer, save ntasks
Number of threads.