Home
last modified time | relevance | path

Searched refs:qw (Results 1 – 4 of 4) sorted by relevance

/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DMakefile.pl30 use File::Path qw(mkpath rmtree);
31 use File::Spec qw(catfile file_name_is_absolute);
32 use File::Copy qw(copy);
33 use File::Basename qw(dirname);
34 use Cwd qw(abs_path);
/petsc/src/dm/dt/space/impls/subspace/
H A Dspacesubspace.c317 const PetscReal *qw; in PetscSpaceSetUp_Subspace() local
320 PetscCall(PetscQuadratureGetData(q, NULL, NULL, &qNp, &qp, &qw)); in PetscSpaceSetUp_Subspace()
337 for (j = 0; j < subNc; j++) allWeights[offset * origNc + i] += qw[j] * Ju[j * origNc + i]; in PetscSpaceSetUp_Subspace()
340 for (i = 0; i < PetscMin(subNc, origNc); i++) allWeights[offset * origNc + i] += qw[i]; in PetscSpaceSetUp_Subspace()
348 const PetscReal *qw; in PetscSpaceSetUp_Subspace() local
351 PetscCall(PetscQuadratureGetData(q, NULL, NULL, &qNp, NULL, &qw)); in PetscSpaceSetUp_Subspace()
354 for (s = 0; s < subNc; s++) V[f * origNb + b] += qw[s] * u[s]; in PetscSpaceSetUp_Subspace()
/petsc/include/
H A Dpetscblaslapack_mangle.h97 #define PETSC_BLASLAPACK_RPREFIX_ qw
/petsc/lib/petsc/bin/maint/
H A Dtoclapack.sh352 i[qw]amax) PR="QUAD";;
356 [qw]*) PR="QUAD";;
364 ila[qw]l[rc]) PR="QUAD";;