Home
last modified time | relevance | path

Searched refs:ncustom_darray (Results 1 – 6 of 6) sorted by relevance

/dports/science/sparta/sparta-20Oct2021/src/KOKKOS/
H A Dparticle_kokkos.cpp721 ewhich[index] = ncustom_darray++; in add_custom()
725 edarray[ncustom_darray-1] = NULL; in add_custom()
726 k_edarray.resize(ncustom_darray); in add_custom()
730 edcol[ncustom_darray-1] = size; in add_custom()
851 ncustom_darray--; in remove_custom()
904 if (ncustom_darray) { in copy_custom()
905 for (m = 0; m < ncustom_darray; m++) in copy_custom()
955 if (ncustom_darray) in sync()
976 if (ncustom_darray) in sync()
1004 if (ncustom_darray) in modify()
[all …]
H A Dparticle_kokkos.h324 if (ncustom_darray) { in pack_custom_kokkos()
325 for (i = 0; i < ncustom_darray; i++) { in pack_custom_kokkos()
365 if (ncustom_darray) { in unpack_custom_kokkos()
366 for (i = 0; i < ncustom_darray; i++) { in unpack_custom_kokkos()
/dports/science/sparta/sparta-20Oct2021/src/
H A Dparticle.cpp93 ncustom_dvec = ncustom_darray = 0; in Particle()
1682 ewhich[index] = ncustom_darray++; in add_custom()
1686 edarray[ncustom_darray-1] = NULL; in add_custom()
1690 edcol[ncustom_darray-1] = size; in add_custom()
1779 ncustom_darray--; in remove_custom()
1824 if (ncustom_darray) { in copy_custom()
1825 for (m = 0; m < ncustom_darray; m++) in copy_custom()
1849 if (ncustom_darray) in sizeof_custom()
1900 for (m = 0; m < ncustom_darray; m++) { in write_restart_custom()
1986 if (ncustom_darray) { in pack_custom()
[all …]
H A Dparticle.h213 int ncustom_darray; // # of double array attributes variable
H A Dsurf.h307 int ncustom_darray; // # of double array attributes variable
H A Dsurf.cpp103 ncustom_dvec = ncustom_darray = 0; in Surf()
148 for (int i = 0; i < ncustom_darray; i++) memory->destroy(edarray[i]); in ~Surf()
3763 ewhich[index] = ncustom_darray++; in add_custom()
3765 memory->srealloc(edarray,ncustom_darray*sizeof(double **), in add_custom()
3767 memory->grow(icustom_darray,ncustom_darray,"surf:icustom_darray"); in add_custom()
3768 icustom_darray[ncustom_darray-1] = index; in add_custom()
3769 memory->grow(edcol,ncustom_darray,"surf:edcol"); in add_custom()
3770 edcol[ncustom_darray-1] = size; in add_custom()
3850 ncustom_darray--; in remove_custom()
3851 for (int i = ewhich[index]; i < ncustom_darray; i++) { in remove_custom()