Home
last modified time | relevance | path

Searched refs:a_pc (Results 1 – 14 of 14) sorted by relevance

/dports/math/mfem/mfem-4.3/miniapps/performance/
H A Dex1.cpp255 BilinearForm *a_pc = NULL; in main() local
256 if (pc_choice == LOR) { a_pc = new BilinearForm(fespace_lor); } in main()
257 if (pc_choice == HO) { a_pc = new BilinearForm(fespace); } in main()
328 a_pc->AddDomainIntegrator(new DiffusionIntegrator(one)); in main()
329 a_pc->UsePrecomputedSparsity(); in main()
330 a_pc->Assemble(); in main()
331 a_pc->FormSystemMatrix(ess_tdof_list, A_pc); in main()
341 a_pc->UsePrecomputedSparsity(); in main()
342 a_hpc->AssembleBilinearForm(*a_pc); in main()
343 a_pc->FormSystemMatrix(ess_tdof_list, A_pc); in main()
[all …]
H A Dex1p.cpp320 ParBilinearForm *a_pc = NULL; in main() local
321 if (pc_choice == LOR) { a_pc = new ParBilinearForm(fespace_lor); } in main()
322 if (pc_choice == HO) { a_pc = new ParBilinearForm(fespace); } in main()
410 a_pc->AddDomainIntegrator(new DiffusionIntegrator(one)); in main()
411 a_pc->UsePrecomputedSparsity(); in main()
412 a_pc->Assemble(); in main()
413 a_pc->FormSystemMatrix(ess_tdof_list, A_pc); in main()
423 a_pc->UsePrecomputedSparsity(); in main()
424 a_hpc->AssembleBilinearForm(*a_pc); in main()
425 a_pc->FormSystemMatrix(ess_tdof_list, A_pc); in main()
[all …]
/dports/math/blis/blis-0.8.1/frame/3/
H A Dbli_l3_sup_var12.c319 ctype* restrict a_pc = a_00 + pp * pcstep_a; \
330 ctype* restrict a_ic = a_pc + ii * icstep_a; \
670 ctype* restrict a_pc = a_jc + pp * pcstep_a; \
692 ctype* restrict a_jr = a_pc + j * jrstep_a; \
H A Dbli_l3_sup_var1n2m.c479 ctype* restrict a_pc = a_jc + pp * pcstep_a; \
518 a_pc, rs_a, cs_a, \
1101 ctype* restrict a_pc = a_00 + pp * pcstep_a; \
1178 ctype* restrict a_ic = a_pc + ii * icstep_a; \
/dports/math/blis/blis-0.8.1/sandbox/ref99/
H A Dblx_gemm_ref_var2.c279 ctype* restrict a_pc = a_00 + pp * pcstep_a; \
297 ctype* restrict a_ic = a_pc + ii * icstep_a; \
/dports/math/blis/blis-0.8.1/frame/3/old/
H A Dbli_l3_sup_var1n2m.c386 ctype* restrict a_pc = a_jc + pp * pcstep_a; \
410 ctype* restrict a_jr = a_pc + j * jrstep_a; \
762 ctype* restrict a_pc = a_00 + pp * pcstep_a; \
773 ctype* restrict a_ic = a_pc + ii * icstep_a; \
/dports/astro/sextractor/sextractor-2.5.0/src/
H A Dpc.c404 if (FLAG(obj2.a_pc)) in pc_fit()
424 obj2->a_pc = (float)sqrt(pmx2); in pc_fit()
H A Dtypes.h286 float a_pc,b_pc,theta_pc; /* PC shape parameters */ member
H A Dparam.h857 &outobj2.a_pc, H_FLOAT, T_FLOAT, "%8.2f", "pixel",
H A Dcatout.c308 | FLAG(obj2.a_pc) | FLAG(obj2.b_pc) in updateparamflags()
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/gamg/
H A Dagg.c842 static PetscErrorCode PCGAMGCoarsen_AGG(PC a_pc,Mat *a_Gmat1,PetscCoarsenData **agg_lists) in PCGAMGCoarsen_AGG() argument
845 PC_MG *mg = (PC_MG*)a_pc->data; in PCGAMGCoarsen_AGG()
868 ierr = PCGAMGSquareGraph_GAMG(a_pc,Gmat1,&Gmat2);CHKERRQ(ierr); in PCGAMGCoarsen_AGG()
911 ierr = smoothAggs(a_pc,Gmat2, Gmat1, *agg_lists);CHKERRQ(ierr); in PCGAMGCoarsen_AGG()
H A Dgamg.c428 PetscErrorCode PCGAMGSquareGraph_GAMG(PC a_pc, Mat Gmat1, Mat* Gmat2) in PCGAMGSquareGraph_GAMG() argument
433 PC_MG *mg = (PC_MG*)a_pc->data; in PCGAMGSquareGraph_GAMG()
437 ierr = PCGetOptionsPrefix(a_pc,&prefix);CHKERRQ(ierr); in PCGAMGSquareGraph_GAMG()
438 ierr = PetscInfo1(a_pc,"Square Graph on level %D\n",pc_gamg->current_level+1);CHKERRQ(ierr); in PCGAMGSquareGraph_GAMG()
H A Dgeo.c579 PetscErrorCode PCGAMGCoarsen_GEO(PC a_pc,Mat *a_Gmat,PetscCoarsenData **a_llist_parent) in PCGAMGCoarsen_GEO() argument
591 ierr = PetscObjectGetComm((PetscObject)a_pc,&comm);CHKERRQ(ierr); in PCGAMGCoarsen_GEO()
/dports/science/PETSc/petsc-3.14.1/
H A DCTAGS20817 PCGAMGCoarsen_AGG src/ksp/pc/impls/gamg/agg.c /^static PetscErrorCode PCGAMGCoarsen_AGG(PC a_pc,Mat…
20819 PCGAMGCoarsen_GEO src/ksp/pc/impls/gamg/geo.c /^PetscErrorCode PCGAMGCoarsen_GEO(PC a_pc,Mat *a_Gma…
20888 PCGAMGSquareGraph_GAMG src/ksp/pc/impls/gamg/gamg.c /^PetscErrorCode PCGAMGSquareGraph_GAMG(PC a_pc