Home
last modified time | relevance | path

Searched refs:novctrs (Results 1 – 3 of 3) sorted by relevance

/dports/science/elmerfem/elmerfem-release-9.0/elmergrid/src/
H A Degextra.c539 int noknots,noelements,novctrs,open; in LoadSolutionElmer() local
578 for(i=1;i<=novctrs;i++) { in LoadSolutionElmer()
629 novctrs,noknots); in LoadSolutionElmer()
632 for(j=1;j <= novctrs;j++) in LoadSolutionElmer()
645 for(j=1;j <= novctrs;j++) in LoadSolutionElmer()
709 novctrs = 0; in SaveSolutionElmer()
711 if(data->edofs[i] == 1) novctrs += 1; in SaveSolutionElmer()
712 if(data->edofs[i] == 2) novctrs += 3; in SaveSolutionElmer()
713 if(data->edofs[i] == 3) novctrs += 3; in SaveSolutionElmer()
725 fprintf(out,"%d %d %d %d",noknots,noelements,novctrs,timesteps); in SaveSolutionElmer()
[all …]
H A Degexport.c519 novctrs = 0; in SaveMeshGmsh()
521 if(data->edofs[i] == 1) novctrs += 1; in SaveMeshGmsh()
522 if(data->edofs[i] == 2) novctrs += 3; in SaveMeshGmsh()
523 if(data->edofs[i] == 3) novctrs += 3; in SaveMeshGmsh()
545 printf("Saving %d degrees of freedom for each knot.\n",novctrs); in SaveMeshGmsh()
H A Degparallel.c61 int *noknots,*noelements,novctrs,elemcode; in FuseSolutionElmerPartitioned() local
113 novctrs = next_int(&cp); in FuseSolutionElmerPartitioned()
124 res = Rvector(1,novctrs); in FuseSolutionElmerPartitioned()
145 fprintf(out,"%d %d %d %d %s %s",totknots,totelements,novctrs+1,i,"scalar: Partition",cp); in FuseSolutionElmerPartitioned()
194 if(info) printf("Reading and writing %d degrees of freedom.\n",novctrs); in FuseSolutionElmerPartitioned()
223 for(j=1;j <= novctrs;j++) in FuseSolutionElmerPartitioned()
227 for(j=1;j <= novctrs;j++) in FuseSolutionElmerPartitioned()