Home
last modified time | relevance | path

Searched refs:gll (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tutorials/
H A Dex69.c53 PetscInt i,j,xs,xn,n = gll->n; in ComputeRhs()
94 PetscGLL gll; in main() local
137 ierr = PetscMalloc2(n,&gll.nodes,n,&gll.weights);CHKERRQ(ierr); in main()
139 gll.n = n; in main()
140 ierr = DMDASetGLLCoordinates(da,gll.n,gll.nodes);CHKERRQ(ierr); in main()
145 …ierr = PetscGaussLobattoLegendreElementLaplacianCreate(gll.n,gll.nodes,gll.weights,&A);CHKERRQ(ier… in main()
152 gll.weights[j] *= .5*h; in main()
178 ierr = ComputeRhs(da,&gll,b);CHKERRQ(ierr); in main()
201 ierr = PetscGaussLobattoLegendreIntegrate(gll.n,gll.nodes,gll.weights,f,&norm);CHKERRQ(ierr); in main()
215 …ierr = PetscGaussLobattoLegendreElementLaplacianDestroy(gll.n,gll.nodes,gll.weights,&A);CHKERRQ(ie… in main()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/
H A Dex50.c70 PetscGLL gll; member
130 appctx.SEMop.gll.n = appctx.param.N; in main()
242 ierr = PetscFree2(appctx.SEMop.gll.nodes,appctx.SEMop.gll.weights);CHKERRQ(ierr); in main()
353 …sLobattoLegendreElementLaplacianCreate(appctx->SEMop.gll.n,appctx->SEMop.gll.nodes,appctx->SEMop.g… in MatMult_Laplacian()
367 …LobattoLegendreElementLaplacianDestroy(appctx->SEMop.gll.n,appctx->SEMop.gll.nodes,appctx->SEMop.g… in MatMult_Laplacian()
395 …sLobattoLegendreElementAdvectionCreate(appctx->SEMop.gll.n,appctx->SEMop.gll.nodes,appctx->SEMop.g… in MatMult_Advection()
405 …LobattoLegendreElementAdvectionDestroy(appctx->SEMop.gll.n,appctx->SEMop.gll.nodes,appctx->SEMop.g… in MatMult_Advection()
448 …sLobattoLegendreElementLaplacianCreate(appctx->SEMop.gll.n,appctx->SEMop.gll.nodes,appctx->SEMop.g… in RHSMatrixLaplaciangllDM()
481 …LobattoLegendreElementLaplacianDestroy(appctx->SEMop.gll.n,appctx->SEMop.gll.nodes,appctx->SEMop.g… in RHSMatrixLaplaciangllDM()
522 …sLobattoLegendreElementAdvectionCreate(appctx->SEMop.gll.n,appctx->SEMop.gll.nodes,appctx->SEMop.g… in RHSMatrixAdvectiongllDM()
[all …]
/dports/lang/yorick/yorick-y_2_2_04/opengl/
H A Dconfiggl.sh77 for gll in -lGL -lMesaGL; do
78 glibs="$xlib $gll -lXext -lX11"
82 $CC $args $gllib $gll $xlibm >cfg.10c 2>&1; then
83 glibs="$gllib $gll $xlibs"
92 if $CC $args $gllib $gll $xlibm >cfg.10d 2>&1; then
93 glibs="$gllib $gll $xlibs"
/dports/science/PETSc/petsc-3.14.1/src/tao/unconstrained/tutorials/
H A Dburgers_spectral.c77 PetscGLL gll; member
142 …ierr = PetscMalloc2(appctx.param.N,&appctx.SEMop.gll.nodes,appctx.param.N,&appctx.SEMop.gll.weight… in main()
143 …am.N,PETSCGAUSSLOBATTOLEGENDRE_VIA_LINEAR_ALGEBRA,appctx.SEMop.gll.nodes,appctx.SEMop.gll.weights)… in main()
144 appctx.SEMop.gll.n = appctx.param.N; in main()
189 wrk_ptr2[ind]=.5*appctx.param.Le*appctx.SEMop.gll.weights[j]; in main()
190 if (j==0) wrk_ptr2[ind]+=.5*appctx.param.Le*appctx.SEMop.gll.weights[j]; in main()
278 ierr = PetscFree2(appctx.SEMop.gll.nodes,appctx.SEMop.gll.weights);CHKERRQ(ierr); in main()
460 …sLobattoLegendreElementLaplacianCreate(appctx->SEMop.gll.n,appctx->SEMop.gll.nodes,appctx->SEMop.g… in RHSMatrixLaplaciangllDM()
493 …LobattoLegendreElementLaplacianDestroy(appctx->SEMop.gll.n,appctx->SEMop.gll.nodes,appctx->SEMop.g… in RHSMatrixLaplaciangllDM()
525 …sLobattoLegendreElementAdvectionCreate(appctx->SEMop.gll.n,appctx->SEMop.gll.nodes,appctx->SEMop.g… in RHSMatrixAdvectiongllDM()
[all …]
H A Dspectraladjointassimilation.c86 PetscGLL gll; member
154 …ierr = PetscMalloc2(appctx.param.N,&appctx.SEMop.gll.nodes,appctx.param.N,&appctx.SEMop.gll.weight… in main()
155 …am.N,PETSCGAUSSLOBATTOLEGENDRE_VIA_LINEAR_ALGEBRA,appctx.SEMop.gll.nodes,appctx.SEMop.gll.weights)… in main()
156 appctx.SEMop.gll.n = appctx.param.N; in main()
202 wrk_ptr2[ind]=.5*appctx.param.Le*appctx.SEMop.gll.weights[j]; in main()
203 if (j==0) wrk_ptr2[ind]+=.5*appctx.param.Le*appctx.SEMop.gll.weights[j]; in main()
288 ierr = PetscFree2(appctx.SEMop.gll.nodes,appctx.SEMop.gll.weights);CHKERRQ(ierr); in main()
487 …sLobattoLegendreElementLaplacianCreate(appctx->SEMop.gll.n,appctx->SEMop.gll.nodes,appctx->SEMop.g… in RHSLaplacian()
519 …LobattoLegendreElementLaplacianDestroy(appctx->SEMop.gll.n,appctx->SEMop.gll.nodes,appctx->SEMop.g… in RHSLaplacian()
541 …sLobattoLegendreElementAdvectionCreate(appctx->SEMop.gll.n,appctx->SEMop.gll.nodes,appctx->SEMop.g… in RHSAdvection()
[all …]
/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DGauss_Line.cpp14 static int gll[MAX_LINE_POINTS] = {-1}; variable
46 if(gll[0] < 0) for(i = 0; i < MAX_LINE_POINTS; i++) gll[i] = 0 ; in Gauss_Line()
47 if(!gll[Nbr_Points - 1]){ in Gauss_Line()
52 gll[Nbr_Points - 1] = 1; in Gauss_Line()
/dports/math/R-cran-raster/raster/R/
H A Dboundaries.R18 gll <- as.integer( .isGlobalLonLat(out) ) functionVar
45 if (gll) {
73 if (gll) {
92 if (gll) {
107 if (gll) {
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dcompanion.c186 const struct gllist *gll = *all_objs[BASE_QUAD]; in build_corner() local
199 return gll->points / 3; in build_corner()
210 const struct gllist *gll; in build_face() local
312 gll = *all_objs[BASE_HEART]; in build_face()
315 polys += gll->points / 3; in build_face()
318 gll = *all_objs[BASE_DISC]; in build_face()
321 polys += gll->points / 3; in build_face()
444 const struct gllist *gll = *all_objs[i]; in init_cube() local
446 renderList (gll, wire); in init_cube()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tm/
H A Ddata-1.c18 static long long gll; variable
41 gll++; in f()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/tm/
H A Ddata-1.c18 static long long gll; variable
41 gll++; in f()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/tm/
H A Ddata-1.c18 static long long gll; variable
41 gll++; in f()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/tm/
H A Ddata-1.c18 static long long gll; variable
41 gll++; in f()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tm/
H A Ddata-1.c18 static long long gll; variable
41 gll++; in f()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tm/
H A Ddata-1.c18 static long long gll; variable
41 gll++; in f()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tm/
H A Ddata-1.c18 static long long gll; variable
41 gll++; in f()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tm/
H A Ddata-1.c18 static long long gll; variable
41 gll++; in f()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/tm/
H A Ddata-1.c18 static long long gll; variable
41 gll++; in f()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/tm/
H A Ddata-1.c18 static long long gll; variable
41 gll++; in f()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tm/
H A Ddata-1.c18 static long long gll; variable
41 gll++; in f()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tm/
H A Ddata-1.c18 static long long gll; variable
41 gll++; in f()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/tm/
H A Ddata-1.c18 static long long gll; variable
41 gll++; in f()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/tm/
H A Ddata-1.c18 static long long gll; variable
41 gll++; in f()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/tm/
H A Ddata-1.c18 static long long gll; variable
41 gll++; in f()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/tm/
H A Ddata-1.c18 static long long gll; variable
41 gll++; in f()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/tm/
H A Ddata-1.c18 static long long gll; variable
41 gll++; in f()

12345678910>>...13