Home
last modified time | relevance | path

Searched refs:nobound (Results 1 – 25 of 45) sorted by relevance

12

/dports/science/elmerfem/elmerfem-release-9.0/elmergrid/src/
H A Degexport.c390 if(nobound) { in SaveMeshGmsh()
391 for(j=0;j<nobound;j++) { in SaveMeshGmsh()
400 if(nobound) in SaveMeshGmsh()
464 if(nobound) { in SaveMeshGmsh()
698 if(nobound) { in SaveMeshVtu()
708 if(nobound) in SaveMeshVtu()
777 if(nobound ) { in SaveMeshVtu()
796 if(nobound ) { in SaveMeshVtu()
842 if(nobound ) { in SaveMeshVtu()
864 if(nobound ) { in SaveMeshVtu()
[all …]
H A Degexport.h8 int nobound,char *prefix,int decimals,int info);
10 int nobound,char *prefix,int dummyzero,int info);
H A Degextra.h25 int nobound,char *prefix,int decimals,int info);
H A Degextra.c660 int nobound,char *prefix,int decimals,int info) in SaveSolutionElmer() argument
694 if(nobound) { in SaveSolutionElmer()
695 for(i=0;i<nobound;i++) { in SaveSolutionElmer()
702 if(nobound) in SaveSolutionElmer()
764 if(nobound) { in SaveSolutionElmer()
766 for(j=0;j<nobound;j++) { in SaveSolutionElmer()
H A Degconvert.c2137 int nobound=0,nobulk=0,maxsidenodes; in LoadFieldviewInput() local
2235 sscanf(line,"%d",&nobound); in LoadFieldviewInput()
2239 boundtypes = Ivector(1,nobound); in LoadFieldviewInput()
2241 boundnodes = Ivector(1,nobound); in LoadFieldviewInput()
2243 for(i=1;i<=nobound;i++) { in LoadFieldviewInput()
2263 else noelements = 6*noknots + nobound; in LoadFieldviewInput()
2292 if(nobulk+nobound == noelements+1) in LoadFieldviewInput()
2301 noelements*100.0/(nobulk+nobound)-100.0); in LoadFieldviewInput()
2304 for(i=1;i<=nobound;i++) { in LoadFieldviewInput()
3860 int nobound, idum; in LoadGmshInput4() local
[all …]
/dports/audio/festival/festival/src/modules/hts21_engine/
H A Dmlpg.cc301 HTS_Boolean nobound, *voiced; in pdf2speech() local
348 nobound = (HTS_Boolean)1; in pdf2speech()
352 nobound = (HTS_Boolean)0; in pdf2speech()
354 nobound = (HTS_Boolean)((int)nobound & voiced[mcepframe+n]); in pdf2speech()
358 if (nobound || k==0) in pdf2speech()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/
H A DJavaElementLabelsTest.java186 ITypeParameter nobound= typeParameters[2]; in testTypeParameterLabelType() local
198 lab= JavaElementLabels.getTextLabel(nobound, 0); in testTypeParameterLabelType()
200 lab= JavaElementLabels.getTextLabel(nobound, JavaElementLabels.TP_POST_QUALIFIED); in testTypeParameterLabelType()
243 ITypeParameter nobound= typeParameters[2]; in testTypeParameterLabelMethod() local
255 lab= JavaElementLabels.getTextLabel(nobound, 0); in testTypeParameterLabelMethod()
257 lab= JavaElementLabels.getTextLabel(nobound, JavaElementLabels.TP_POST_QUALIFIED); in testTypeParameterLabelMethod()
H A DBindingLabelsTest.java176 ITypeParameter nobound= typeParameters[2]; in testTypeParameterLabelType() local
188 lab= getBindingLabel(nobound, 0); in testTypeParameterLabelType()
190 lab= getBindingLabel(nobound, JavaElementLabels.TP_POST_QUALIFIED); in testTypeParameterLabelType()
240 ITypeParameter nobound= typeParameters[2]; in testTypeParameterLabelMethod() local
252 lab= getBindingLabel(nobound, 0); in testTypeParameterLabelMethod()
254 lab= getBindingLabel(nobound, JavaElementLabels.TP_POST_QUALIFIED); in testTypeParameterLabelMethod()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/plugins/
H A Degconvert.cpp2137 int nobound=0,nobulk=0,maxsidenodes; in LoadFieldviewInput() local
2235 sscanf(line,"%d",&nobound); in LoadFieldviewInput()
2239 boundtypes = Ivector(1,nobound); in LoadFieldviewInput()
2241 boundnodes = Ivector(1,nobound); in LoadFieldviewInput()
2243 for(i=1;i<=nobound;i++) { in LoadFieldviewInput()
2263 else noelements = 6*noknots + nobound; in LoadFieldviewInput()
2292 if(nobulk+nobound == noelements+1) in LoadFieldviewInput()
2301 noelements*100.0/(nobulk+nobound)-100.0); in LoadFieldviewInput()
2304 for(i=1;i<=nobound;i++) { in LoadFieldviewInput()
3860 int nobound, idum; in LoadGmshInput4() local
[all …]
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/gtkgensurf/
H A Dtriangle.c2785 nobound = 1;
11724 if (!nobound && (*pointmarkerlist == (int *) NULL)) {
11748 1 - nobound);
11763 if (!nobound) {
11775 if (nobound) {
12002 if (!nobound && (*segmentmarkerlist == (int *) NULL)) {
12040 if (!nobound) {
12046 if (nobound) {
12133 if (!nobound && (*edgemarkerlist == (int *) NULL)) {
12153 fprintf(outfile, "%ld %d\n", edges, 1 - nobound);
[all …]
/dports/games/netradiant/netradiant-20150621-src/contrib/gtkgensurf/
H A Dtriangle.c2784 nobound = 1;
11874 if ( !nobound && ( *pointmarkerlist == (int *) NULL ) ) {
11898 1 - nobound );
11913 if ( !nobound ) {
11925 if ( nobound ) {
12153 if ( !nobound && ( *segmentmarkerlist == (int *) NULL ) ) {
12191 if ( !nobound ) {
12197 if ( nobound ) {
12285 if ( !nobound && ( *edgemarkerlist == (int *) NULL ) ) {
12305 fprintf( outfile, "%ld %d\n", edges, 1 - nobound );
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/
H A Dtriangle.c3419 b->nobound = 1;
14391 if (!b->nobound && (*pointmarkerlist == (int *) NULL)) {
14411 m->nextras, 1 - b->nobound);
14427 if (!b->nobound) {
14439 if (b->nobound) {
14717 1 - b->nobound);
14733 if (!b->nobound) {
14739 if (b->nobound) {
14838 if (!b->nobound && (*edgemarkerlist == (int *) NULL)) {
14854 fprintf(outfile, "%ld %d\n", m->edges, 1 - b->nobound);
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/triangle/
H A Dtriangle.c3436 b->nobound = 1;
14417 if (!b->nobound && (*pointmarkerlist == (int *) NULL)) {
14437 m->nextras, 1 - b->nobound);
14453 if (!b->nobound) {
14465 if (b->nobound) {
14743 1 - b->nobound);
14759 if (!b->nobound) {
14765 if (b->nobound) {
14864 if (!b->nobound && (*edgemarkerlist == (int *) NULL)) {
14880 fprintf(outfile, "%ld %d\n", m->edges, 1 - b->nobound);
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/gamer/src/triangle/src_c/
H A Dtriangle.c3412 b->nobound = 1;
14385 if (!b->nobound && (*pointmarkerlist == (int *) NULL)) {
14405 m->nextras, 1 - b->nobound);
14421 if (!b->nobound) {
14433 if (b->nobound) {
14711 1 - b->nobound);
14727 if (!b->nobound) {
14733 if (b->nobound) {
14832 if (!b->nobound && (*edgemarkerlist == (int *) NULL)) {
14848 fprintf(outfile, "%ld %d\n", m->edges, 1 - b->nobound);
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/gamer/src/triangle/
H A Dtriangle.c3419 b->nobound = 1;
14392 if (!b->nobound && (*pointmarkerlist == (int *) NULL)) {
14412 m->nextras, 1 - b->nobound);
14428 if (!b->nobound) {
14440 if (b->nobound) {
14718 1 - b->nobound);
14734 if (!b->nobound) {
14740 if (b->nobound) {
14839 if (!b->nobound && (*edgemarkerlist == (int *) NULL)) {
14855 fprintf(outfile, "%ld %d\n", m->edges, 1 - b->nobound);
[all …]
/dports/math/py-triangle/triangle-20200424/c/
H A Dtriangle.c3419 b->nobound = 1;
14394 if (!b->nobound && (*pointmarkerlist == (int *) NULL)) {
14414 m->nextras, 1 - b->nobound);
14430 if (!b->nobound) {
14442 if (b->nobound) {
14720 1 - b->nobound);
14736 if (!b->nobound) {
14742 if (b->nobound) {
14841 if (!b->nobound && (*edgemarkerlist == (int *) NULL)) {
14857 fprintf(outfile, "%ld %d\n", m->edges, 1 - b->nobound);
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_gridding/nn/
H A Dtriangle.c3281 b->nobound = 1;
14317 if (!b->nobound && (*pointmarkerlist == (int *) NULL)) {
14337 m->nextras, 1 - b->nobound);
14353 if (!b->nobound) {
14365 if (b->nobound) {
14640 1 - b->nobound);
14656 if (!b->nobound) {
14662 if (b->nobound) {
14761 if (!b->nobound && (*edgemarkerlist == (int *) NULL)) {
14777 fprintf(outfile, "%ld %d\n", m->edges, 1 - b->nobound);
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/triangle/
H A Dtriangle.c3422 b->nobound = 1;
14401 if (!b->nobound && (*pointmarkerlist == (int *) NULL)) {
14421 m->nextras, 1 - b->nobound);
14437 if (!b->nobound) {
14449 if (b->nobound) {
14727 1 - b->nobound);
14743 if (!b->nobound) {
14749 if (b->nobound) {
14848 if (!b->nobound && (*edgemarkerlist == (int *) NULL)) {
14864 fprintf(outfile, "%ld %d\n", m->edges, 1 - b->nobound);
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/
H A Dtriangle.c3419 b->nobound = 1;
14391 if (!b->nobound && (*pointmarkerlist == (int *) NULL)) {
14411 m->nextras, 1 - b->nobound);
14427 if (!b->nobound) {
14439 if (b->nobound) {
14717 1 - b->nobound);
14733 if (!b->nobound) {
14739 if (b->nobound) {
14838 if (!b->nobound && (*edgemarkerlist == (int *) NULL)) {
14854 fprintf(outfile, "%ld %d\n", m->edges, 1 - b->nobound);
[all …]
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dtriangle.c3448 b->nobound = 1;
14416 if (!b->nobound && (*pointmarkerlist == (int *) NULL)) {
14436 m->nextras, 1 - b->nobound);
14452 if (!b->nobound) {
14464 if (b->nobound) {
14742 1 - b->nobound);
14758 if (!b->nobound) {
14764 if (b->nobound) {
14863 if (!b->nobound && (*edgemarkerlist == (int *) NULL)) {
14879 fprintf(outfile, "%ld %d\n", m->edges, 1 - b->nobound);
[all …]
/dports/math/triangle/triangle-1.6_5/
H A Dtriangle.c3412 b->nobound = 1;
14385 if (!b->nobound && (*pointmarkerlist == (int *) NULL)) {
14405 m->nextras, 1 - b->nobound);
14421 if (!b->nobound) {
14433 if (b->nobound) {
14711 1 - b->nobound);
14727 if (!b->nobound) {
14733 if (b->nobound) {
14832 if (!b->nobound && (*edgemarkerlist == (int *) NULL)) {
14848 fprintf(outfile, "%ld %d\n", m->edges, 1 - b->nobound);
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DtetgenBR.h82 int nobound; // '-B', 0. variable
189 nobound = 0; in tetgenbehavior()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/hxt/tetBR/src/
H A DtetgenBR.h75 int nobound; // '-B', 0. variable
182 nobound = 0; in tetgenbehavior()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/tetgen/
H A Dtetgen.h664 int nobound; // '-B', 0. variable
766 nobound = 0; in tetgenbehavior()
/dports/math/libmesh/libmesh-1.6.2/contrib/tetgen/
H A Dtetgen.h639 int nobound; // '-B', 0. variable
752 nobound = 0; in tetgenbehavior()

12