Home
last modified time | relevance | path

Searched refs:anz (Results 1 – 25 of 6908) sorted by relevance

12345678910>>...277

/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A DreadNastran.c55 anz->u=anz->n=anz->e=anz->l=-1; in readNastran()
98 anz->emax=0; anz->emin=MAX_INTEGER; in readNastran()
99 anz->nmax=0; anz->nmin=MAX_INTEGER; in readNastran()
136 …m[anz->e].nr,&elem[anz->e].mat, &elem[anz->e].nod[0], &elem[anz->e].nod[1], &elem[anz->e].nod[2], … in readNastran()
170 if (elem[anz->e].nr > anz->emax) anz->emax=elem[anz->e].nr; in readNastran()
171 if (elem[anz->e].nr < anz->emin) anz->emin=elem[anz->e].nr; in readNastran()
210 if (node[anz->n].nr > anz->nmax) anz->nmax=node[anz->n].nr; in readNastran()
211 if (node[anz->n].nr < anz->nmin) anz->nmin=node[anz->n].nr; in readNastran()
515 anz->orign = anz->n; in readNastran()
516 anz->orignmax = anz->nmax; in readNastran()
[all …]
H A DreadEdges.c76 anz->n=anz->e=anz->l=-1; in readEdges()
100 node[anz->n].nr = anz->n+1; in readEdges()
113 node[anz->n].nr = anz->n+1; in readEdges()
126 if (node[anz->n-1].nr > anz->nmax) anz->nmax=node[anz->n-1].nr; in readEdges()
127 if (node[anz->n-1].nr < anz->nmin) anz->nmin=node[anz->n-1].nr; in readEdges()
128 if (node[anz->n].nr > anz->nmax) anz->nmax=node[anz->n].nr; in readEdges()
129 if (node[anz->n].nr < anz->nmin) anz->nmin=node[anz->n].nr; in readEdges()
150 elem[anz->e].nr = anz->e+1; in readEdges()
155 if (elem[anz->e].nr > anz->emax) anz->emax=elem[anz->e].nr; in readEdges()
156 if (elem[anz->e].nr < anz->emin) anz->emin=elem[anz->e].nr; in readEdges()
[all …]
H A DselectDisplayFaces.c870 if(anz->f>anz->emax) in selectDisplayFaces()
881 face[face[anz->f].elem_nr].indx[face[anz->f].nr] = anz->f; in selectDisplayFaces()
892 if(anz->f>anz->emax) in selectDisplayFaces()
904 face[face[anz->f].elem_nr].indx[face[anz->f].nr] = anz->f; in selectDisplayFaces()
983 if(anz->f>anz->emax) in selectDisplayFaces()
995 edge[anz->g].p1= face[anz->f].nod[0]; in selectDisplayFaces()
996 edge[anz->g++].p2=face[anz->f].nod[1]; in selectDisplayFaces()
1004 edge[anz->g].p1= face[anz->f].nod[0]; in selectDisplayFaces()
1005 edge[anz->g++].p2=face[anz->f].nod[2]; in selectDisplayFaces()
1006 edge[anz->g].p1= face[anz->f].nod[2]; in selectDisplayFaces()
[all …]
H A Dreadfrd.c118 anz->u=anz->n=anz->e=anz->l=-1; in readfrd()
279 if (node[anz->n].nr > anz->nmax) anz->nmax=node[anz->n].nr; in readfrd()
280 if (node[anz->n].nr < anz->nmin) anz->nmin=node[anz->n].nr; in readfrd()
342 if (node[anz->n].nr > anz->nmax) anz->nmax=node[anz->n].nr; in readfrd()
343 if (node[anz->n].nr < anz->nmin) anz->nmin=node[anz->n].nr; in readfrd()
401 if (elem[anz->e].nr > anz->emax) anz->emax=elem[anz->e].nr; in readfrd()
402 if (elem[anz->e].nr < anz->emin) anz->emin=elem[anz->e].nr; in readfrd()
466 if (elem[anz->e].nr > anz->emax) anz->emax=elem[anz->e].nr; in readfrd()
467 if (elem[anz->e].nr < anz->emin) anz->emin=elem[anz->e].nr; in readfrd()
1374 if(anz->n<0) anz->n=0; in readfrd()
[all …]
H A DreadStl.c77 anz->n=anz->e=anz->l=-1; in readStl()
100 anz->emax=0; anz->emin=MAX_INTEGER; in readStl()
101 anz->nmax=0; anz->nmin= MAX_INTEGER; in readStl()
116 node[anz->n].nr = anz->n+1; in readStl()
130 if (node[anz->n].nr > anz->nmax) anz->nmax=node[anz->n].nr; in readStl()
131 if (node[anz->n].nr < anz->nmin) anz->nmin=node[anz->n].nr; in readStl()
148 elem[anz->e].nr = anz->e+1; in readStl()
152 anz->etype[elem[anz->e].type]++; in readStl()
153 if (elem[anz->e].nr > anz->emax) anz->emax=elem[anz->e].nr; in readStl()
154 if (elem[anz->e].nr < anz->emin) anz->emin=elem[anz->e].nr; in readStl()
[all …]
H A DreadIsaac.c274 anz->n=anz->e=0; in readIsaac()
275 anz->nmax=0; anz->nmin=1; in readIsaac()
276 anz->emax=0; anz->emin=1; in readIsaac()
342 for(j=anz->n; j<nsz+anz->n; j++) in readIsaac()
346 for(j=anz->n; j<nsz+anz->n; j++) in readIsaac()
352 for(j=anz->n; j<nsz+anz->n; j++) in readIsaac()
367 for(j=anz->n; j<anz->n+5; j++) in readIsaac()
460 anz->nmax=anz->n; in readIsaac()
461 if(anz->nmax>0) anz->nmin=1; in readIsaac()
463 anz->emax=anz->e; in readIsaac()
[all …]
H A DreadDuns.c287 anz->n=anz->e=0; in readDuns()
288 anz->nmax=-MAXINTEGER; anz->nmin=1; in readDuns()
289 anz->emax=-MAXINTEGER; anz->emin=1; in readDuns()
331 for(j=anz->n; j<anz->n+nsz; j++) in readDuns()
337 for(j=anz->n; j<anz->n+nsz; j++) in readDuns()
351 for(j=anz->n; j<anz->n+5; j++) in readDuns()
444 for(j=anz->n; j<anz->n+5; j++) in readDuns()
489 anz->nmax=anz->n; in readDuns()
490 if(anz->nmax>0) anz->nmin=1; in readDuns()
492 anz->emax=anz->e; in readDuns()
[all …]
H A Drenumberfrd.c37 if (anz->l > 0) in renumberfrd()
53 if (anz->n > 0) in renumberfrd()
55 anz->nmax=-MAXVALUE; anz->nmin= MAXVALUE; in renumberfrd()
62 if (newnode[node[i].nr] > anz->nmax) anz->nmax=newnode[node[i].nr]; in renumberfrd()
63 if (newnode[node[i].nr] < anz->nmin) anz->nmin=newnode[node[i].nr]; in renumberfrd()
67 if (anz->e > 0) in renumberfrd()
69 anz->emax=-MAXVALUE; anz->emin=MAXVALUE; in renumberfrd()
93 if (elem[i].nr > anz->emax) anz->emax=elem[i].nr; in renumberfrd()
94 if (elem[i].nr < anz->emin) anz->emin=elem[i].nr; in renumberfrd()
102 if (anz->l > 0) in renumberfrd()
[all …]
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dreadfrd.c130 anz->u=anz->n=anz->e=anz->l=-1; in readfrd()
291 if (node[anz->n].nr > anz->nmax) anz->nmax=node[anz->n].nr; in readfrd()
292 if (node[anz->n].nr < anz->nmin) anz->nmin=node[anz->n].nr; in readfrd()
354 if (node[anz->n].nr > anz->nmax) anz->nmax=node[anz->n].nr; in readfrd()
355 if (node[anz->n].nr < anz->nmin) anz->nmin=node[anz->n].nr; in readfrd()
413 if (elem[anz->e].nr > anz->emax) anz->emax=elem[anz->e].nr; in readfrd()
414 if (elem[anz->e].nr < anz->emin) anz->emin=elem[anz->e].nr; in readfrd()
478 if (elem[anz->e].nr > anz->emax) anz->emax=elem[anz->e].nr; in readfrd()
479 if (elem[anz->e].nr < anz->emin) anz->emin=elem[anz->e].nr; in readfrd()
1382 if(anz->n<0) anz->n=0; in readfrd()
[all …]
H A Dutempread.c55 anz->n=0; in utempread()
56 anz->e=0; in utempread()
57 anz->f=0; in utempread()
58 anz->g=0; in utempread()
59 anz->t=0; in utempread()
60 anz->l=0; in utempread()
61 anz->olc=0; in utempread()
63 anz->nmax=0; in utempread()
65 anz->emax=0; in utempread()
67 anz->sets=0; in utempread()
[all …]
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/Source/Generated/
H A DGB_unop__include.h16 int64_t anz,
36 int64_t anz,
56 int64_t anz,
76 int64_t anz,
96 int64_t anz,
116 int64_t anz,
136 int64_t anz,
156 int64_t anz,
176 int64_t anz,
196 int64_t anz,
[all …]
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/Source/Generated/
H A DGB_unop__include.h16 int64_t anz,
36 int64_t anz,
56 int64_t anz,
76 int64_t anz,
96 int64_t anz,
116 int64_t anz,
136 int64_t anz,
156 int64_t anz,
176 int64_t anz,
196 int64_t anz,
[all …]
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/Source/Generated/
H A DGB_unop__include.h16 int64_t anz,
36 int64_t anz,
56 int64_t anz,
76 int64_t anz,
96 int64_t anz,
116 int64_t anz,
136 int64_t anz,
156 int64_t anz,
176 int64_t anz,
196 int64_t anz,
[all …]
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/Source/Generated/
H A DGB_unop__include.h16 int64_t anz,
36 int64_t anz,
56 int64_t anz,
76 int64_t anz,
96 int64_t anz,
116 int64_t anz,
136 int64_t anz,
156 int64_t anz,
176 int64_t anz,
196 int64_t anz,
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/Source/Generated/
H A DGB_unop__include.h16 int64_t anz,
36 int64_t anz,
56 int64_t anz,
76 int64_t anz,
96 int64_t anz,
116 int64_t anz,
136 int64_t anz,
156 int64_t anz,
176 int64_t anz,
196 int64_t anz,
[all …]
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/Source/Generated/
H A DGB_unop__include.h16 int64_t anz,
36 int64_t anz,
56 int64_t anz,
76 int64_t anz,
96 int64_t anz,
116 int64_t anz,
136 int64_t anz,
156 int64_t anz,
176 int64_t anz,
196 int64_t anz,
[all …]
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/Source/Generated/
H A DGB_unop__include.h16 int64_t anz,
36 int64_t anz,
56 int64_t anz,
76 int64_t anz,
96 int64_t anz,
116 int64_t anz,
136 int64_t anz,
156 int64_t anz,
176 int64_t anz,
196 int64_t anz,
[all …]
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/Source/Generated/
H A DGB_unop__include.h16 int64_t anz,
36 int64_t anz,
56 int64_t anz,
76 int64_t anz,
96 int64_t anz,
116 int64_t anz,
136 int64_t anz,
156 int64_t anz,
176 int64_t anz,
196 int64_t anz,
[all …]
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/Source/Generated/
H A DGB_unop__include.h16 int64_t anz,
36 int64_t anz,
56 int64_t anz,
76 int64_t anz,
96 int64_t anz,
116 int64_t anz,
136 int64_t anz,
156 int64_t anz,
176 int64_t anz,
196 int64_t anz,
[all …]
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/Source/Generated/
H A DGB_unop__include.h16 int64_t anz,
36 int64_t anz,
56 int64_t anz,
76 int64_t anz,
96 int64_t anz,
116 int64_t anz,
136 int64_t anz,
156 int64_t anz,
176 int64_t anz,
196 int64_t anz,
[all …]
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/Source/Generated/
H A DGB_unop__include.h16 int64_t anz,
36 int64_t anz,
56 int64_t anz,
76 int64_t anz,
96 int64_t anz,
116 int64_t anz,
136 int64_t anz,
156 int64_t anz,
176 int64_t anz,
196 int64_t anz,
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/Source/Generated/
H A DGB_unop__include.h16 int64_t anz,
36 int64_t anz,
56 int64_t anz,
76 int64_t anz,
96 int64_t anz,
116 int64_t anz,
136 int64_t anz,
156 int64_t anz,
176 int64_t anz,
196 int64_t anz,
[all …]
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/Source/Generated/
H A DGB_unop__include.h16 int64_t anz,
36 int64_t anz,
56 int64_t anz,
76 int64_t anz,
96 int64_t anz,
116 int64_t anz,
136 int64_t anz,
156 int64_t anz,
176 int64_t anz,
196 int64_t anz,
[all …]
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/Source/Generated/
H A DGB_unop__include.h16 int64_t anz,
36 int64_t anz,
56 int64_t anz,
76 int64_t anz,
96 int64_t anz,
116 int64_t anz,
136 int64_t anz,
156 int64_t anz,
176 int64_t anz,
196 int64_t anz,
[all …]
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/Source/Generated/
H A DGB_unop__include.h16 int64_t anz,
36 int64_t anz,
56 int64_t anz,
76 int64_t anz,
96 int64_t anz,
116 int64_t anz,
136 int64_t anz,
156 int64_t anz,
176 int64_t anz,
196 int64_t anz,
[all …]

12345678910>>...277