Home
last modified time | relevance | path

Searched refs:Nnode (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/igraph/igraph-0.9.5/src/community/infomap/
H A Dinfomap_FlowGraph.cc34 Nnode = n; in init()
35 node = new Node*[Nnode]; in init()
97 int n = fgraph->Nnode; in FlowGraph()
187 for (int i = 0; i < Nnode; i++) { in ~FlowGraph()
204 int Nnode_tmp = fgraph->Nnode; in swap()
207 fgraph->Nnode = Nnode; in swap()
210 Nnode = Nnode_tmp; in swap()
281 for (int i = 0; i < Nnode; i++) in initiate()
308 vector<double> size_tmp = vector<double>(Nnode, 1.0 / Nnode); in eigenvector()
400 Nnode = fgraph->Nnode; in back_to()
[all …]
H A Dinfomap.cc49 int Nnode = cpy_fgraph->Nnode; in infomap_partition() local
67 initial_move = new int[Nnode]; in infomap_partition()
75 if ((iteration % 2 == 0) && (fgraph->Nnode > 1)) { in infomap_partition()
79 subMoveTo = new int[Nnode]; in infomap_partition()
86 for (int i = 0 ; i < fgraph->Nnode ; i++) { in infomap_partition()
107 for (int j = 0; j < sub_fgraph->Nnode; j++) { in infomap_partition()
130 for (int i = 0; i < fgraph->Nnode; i++) { // for each module in infomap_partition()
290 int Nnode = fgraph->Nnode; in igraph_community_infomap() local
291 IGRAPH_CHECK(igraph_vector_resize(membership, Nnode)); in igraph_community_infomap()
304 for (int i = 0 ; i < cpy_fgraph->Nnode ; i++) { in igraph_community_infomap()
H A Dinfomap_Greedy.cc33 Nnode = graph->Nnode; in Greedy()
39 vector<int>(Nnode).swap(mod_empty); in Greedy()
41 vector<int>(Nnode).swap(node_index); in Greedy()
42 vector<double>(Nnode).swap(mod_exit); in Greedy()
43 vector<double>(Nnode).swap(mod_size); in Greedy()
46 vector<int>(Nnode).swap(mod_members); in Greedy()
88 vector<int> randomOrder(Nnode); in optimize()
89 for (int i = 0; i < Nnode; i++) { in optimize()
106 for (int k = 0; k < Nnode; k++) { in optimize()
313 offset += Nnode; in optimize()
[all …]
H A Dinfomap_Greedy.h59 int Nnode; variable
H A Dinfomap_FlowGraph.h60 int Nnode; variable
/dports/math/R-cran-igraph/igraph/src/
H A Dinfomap_FlowGraph.cc34 Nnode = n; in init()
35 node = new Node*[Nnode]; in init()
97 int n = fgraph->Nnode; in FlowGraph()
187 for (int i = 0; i < Nnode; i++) { in ~FlowGraph()
204 int Nnode_tmp = fgraph->Nnode; in swap()
207 fgraph->Nnode = Nnode; in swap()
210 Nnode = Nnode_tmp; in swap()
281 for (int i = 0; i < Nnode; i++) in initiate()
308 vector<double> size_tmp = vector<double>(Nnode, 1.0 / Nnode); in eigenvector()
400 Nnode = fgraph->Nnode; in back_to()
[all …]
H A Dinfomap.cc49 int Nnode = cpy_fgraph->Nnode; in infomap_partition() local
67 initial_move = new int[Nnode]; in infomap_partition()
75 if ((iteration % 2 == 0) && (fgraph->Nnode > 1)) { in infomap_partition()
79 subMoveTo = new int[Nnode]; in infomap_partition()
86 for (int i = 0 ; i < fgraph->Nnode ; i++) { in infomap_partition()
107 for (int j = 0; j < sub_fgraph->Nnode; j++) { in infomap_partition()
130 for (int i = 0; i < fgraph->Nnode; i++) { // for each module in infomap_partition()
290 int Nnode = fgraph->Nnode; in igraph_community_infomap() local
291 IGRAPH_CHECK(igraph_vector_resize(membership, Nnode)); in igraph_community_infomap()
304 for (int i = 0 ; i < cpy_fgraph->Nnode ; i++) { in igraph_community_infomap()
H A Dinfomap_Greedy.cc33 Nnode = graph->Nnode; in Greedy()
39 vector<int>(Nnode).swap(mod_empty); in Greedy()
41 vector<int>(Nnode).swap(node_index); in Greedy()
42 vector<double>(Nnode).swap(mod_exit); in Greedy()
43 vector<double>(Nnode).swap(mod_size); in Greedy()
46 vector<int>(Nnode).swap(mod_members); in Greedy()
88 vector<int> randomOrder(Nnode); in optimize()
89 for (int i = 0; i < Nnode; i++) { in optimize()
106 for (int k = 0; k < Nnode; k++) { in optimize()
313 offset += Nnode; in optimize()
[all …]
H A Dinfomap_Greedy.h59 int Nnode; variable
H A Dinfomap_FlowGraph.h60 int Nnode; variable
/dports/science/lammps/lammps-stable_29Sep2021/tools/mesont/TMDGen/
H A DTMDGen.f9021 integer*4 :: Nseg, Nnode variable
73 print '(a34,a,i10)', 'Real number of nodes', ' : ', Nnode
114 Nnode = 0
124 Nnode = Nnode + NTS + 1
167 Nnode = 0
174 Nnode = Nnode + NTS + 1
221 Nnode = 0
225 Nnode = Nnode + NTS + 1
227 write(file_id,'(i9,a)') Nnode, " atoms"
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/src/c/
H A DSetProperty.c602 int Nnode = 0; in sciSetPoint() local
609 Nnode = *numrow; in sciSetPoint()
612 …t = setGraphicObjectPropertyAndNoWarn(iObjUID, __GO_DATA_MODEL_NUM_VERTICES__, &Nnode, jni_int, 1); in sciSetPoint()
620 … setGraphicObjectPropertyAndNoWarn(iObjUID, __GO_DATA_MODEL_X__, tab, jni_double_vector, Nnode); in sciSetPoint()
621 …raphicObjectPropertyAndNoWarn(iObjUID, __GO_DATA_MODEL_Y__, &tab[Nnode], jni_double_vector, Nnode); in sciSetPoint()
622 …raphicObjectProperty(iObjUID, __GO_DATA_MODEL_VALUES__, &tab[2 * Nnode], jni_double_vector, Nnode); in sciSetPoint()
H A DFeC.c82 int C2F(fec)(double *x, double *y, double *triangles, double *func, int *Nnode, int *Ntr, int *Nver… in C2F()
161 compute_data_bounds2(0, 'g', textLogFlags, x, y, n1, *Nnode, drect); in C2F()
230 *Nnode, *Ntr, *Nvertex, zminmax, colminmax, colout, with_mesh); in C2F()
H A DBuildObjects.c642 …double *pfun, int Nnode, int Ntr, int Nvertex, double *zminmax, int *colminmax, int *colout, BOOL … in ConstructFec() argument
679 …result = setGraphicObjectPropertyAndNoWarn(iObj, __GO_DATA_MODEL_NUM_VERTICES__, &Nnode, jni_int, … in ConstructFec()
706 setGraphicObjectPropertyAndNoWarn(iObj, __GO_DATA_MODEL_X__, pvecx, jni_double_vector, Nnode); in ConstructFec()
707 setGraphicObjectPropertyAndNoWarn(iObj, __GO_DATA_MODEL_Y__, pvecy, jni_double_vector, Nnode); in ConstructFec()
713 setGraphicObjectProperty(iObj, __GO_DATA_MODEL_VALUES__, pfun, jni_double_vector, Nnode); in ConstructFec()
H A DFec.h48 int C2F(fec)(double *x, double *y, double *triangles, double *func, int *Nnode, int *Ntr, int *Nver…
/dports/cad/tochnog/Sources/test/
H A Daxisym2.flavia.msh1 MESH Quad-4Gr0 dimension 2 ElemType Quadrilateral Nnode 4
H A Dexamp6.flavia.msh1 MESH Tria-3Gr0 dimension 2 ElemType Triangle Nnode 3
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_SurfNorm.c383 RetStrct->N_Memb_max = RetStrct->Nnode = 0; in SUMA_MemberFaceSets()
452 RetStrct->Nnode = Nind; in SUMA_MemberFaceSets()
474 if (MF->NodeMemberOfFaceSet) SUMA_free2D((char **)MF->NodeMemberOfFaceSet, MF->Nnode); in SUMA_Free_MemberFaceSets()
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Meshers/
H A Dmakemoulin.py133 Nnode=np.size(nodes,0) variable
142 for jj in np.arange(Nnode):
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/includes/
H A DBuildObjects.h74 …ubwinUID, double *pvecx, double *pvecy, double *pnoeud, double *pfun, int Nnode, int Ntr, int Nver…
/dports/math/vtk6/VTK-6.2.0/Filters/StatisticsGnuR/
H A DvtkRAdapter.cxx497 SEXP Nnode; in VTKTreeToR() local
549 PROTECT(Nnode = allocVector(INTSXP, 1)); in VTKTreeToR()
553 INTEGER(Nnode)[0] = nnode; in VTKTreeToR() local
597 SET_VECTOR_ELT(r_tree, 1, Nnode); in VTKTreeToR()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/solidFE/
H A DFiniteElementGeneric.cpp96 int Nnode = SOS()-Nnonode; in LinkToElements() local
H A DFiniteElement3DFFRF.cpp149 int Nnode = FlexDOF(); in LinkToElements() local
184 int Nnode = SOS()-Nnonode; in LinkToElements() local
/dports/math/R-cran-igraph/igraph/R/
H A Dhrg.R505 Nnode=ivc) nameattr
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/shells/
H A DPlate2D.cpp131 int Nnode = SOS()-Nnonode; in LinkToElements() local
2795 int Nnode = FlexDOF(); in LinkToElements() local
2828 int Nnode = SOS()-Nnonode; in LinkToElements() local

12