| /petsc/src/ksp/ksp/impls/hpddm/cuda/ |
| H A D | hpddm.cu | 11 typedef HPDDM::downscaled_type<PetscScalar> K; in KSPSolve_HPDDM_CUDA_Private() typedef 14 typedef HPDDM::upscaled_type<PetscScalar> K; in KSPSolve_HPDDM_CUDA_Private() typedef
|
| /petsc/src/snes/tutorials/ |
| H A D | ex46.c | 14 PetscReal K; /* The advection coefficient */ member 125 PetscReal D, K, hx, hy, hxdhy, hydhx; in FormFunctionLocal() local 166 PetscScalar D, K, A, v[5], hx, hy, hxdhy, hydhx, ux, uy; in FormJacobianLocal() local
|
| H A D | ex11.c | 67 const PetscScalar *K = &a[1]; in f_1() local 79 const PetscScalar *K = &a[1]; in J_11() local 134 …stant(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, PetscScalar *K, PetscCtx ctx) in coefficient_constant() 141 …board(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, PetscScalar *K, PetscCtx ctx) in coefficient_checkerboard() 149 …tical(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, PetscScalar *K, PetscCtx ctx) in coefficient_analytical()
|
| H A D | ex33.c | 37 PetscScalar *K; in FormPermeability() local 90 PetscScalar K = 2 * dx / (dx / Kappa[i] + dx / Kappa[i - 1]); in FormFunctionLocal() local
|
| /petsc/src/mat/tests/ |
| H A D | ex241.c | 5 …enEntries(PetscInt sdim, PetscInt M, PetscInt N, const PetscInt *J, const PetscInt *K, PetscScalar… in GenEntries() 21 …ctangular(PetscInt sdim, PetscInt M, PetscInt N, const PetscInt *J, const PetscInt *K, PetscScalar… in GenEntriesRectangular() 40 PetscInt m = 100, dim = 3, M, K = 10, begin, n = 0, N, bs; in main() local
|
| H A D | ex268.c | 5 …enEntries(PetscInt sdim, PetscInt M, PetscInt N, const PetscInt *J, const PetscInt *K, PetscScalar… in GenEntries() 25 PetscInt m = 100, dim = 3, M, K = 10, begin, n = 0; in main() local
|
| H A D | ex246.cxx | 6 …enEntries(PetscInt sdim, PetscInt M, PetscInt N, const PetscInt *J, const PetscInt *K, PetscScalar… in GenEntries() 29 …virtual void copy_submatrix(PetscInt M, PetscInt N, const PetscInt *J, const PetscInt *K, PetscSca… in copy_submatrix() argument
|
| H A D | ex248.c | 7 Mat A, B, C, K, Ad, Bd; in main() local
|
| H A D | ex195.c | 17 PetscInt m, M, n, istart, iend, ii, i, J, j, K = 10; in main() local
|
| /petsc/src/dm/tests/ |
| H A D | noflux_check.c | 7 PetscErrorCode globalKMat_3d(Mat K, DMDALocalInfo info) in globalKMat_3d() 66 PetscErrorCode globalKMat_2d(Mat K, DMDALocalInfo info) in globalKMat_2d()
|
| H A D | ex30.c | 12 PetscReal alpha = 1, K = 1, rho0 = 1, u0 = 0, sigma = 0.2; in main() local
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/tutorials/ |
| H A D | ex1.c | 11 DM K; in main() local
|
| H A D | ex2.c | 15 DM K; in main() local
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex17.c | 8 DM K; in main() local
|
| /petsc/src/binding/petsc4py/demo/legacy/perftest/ |
| H A D | App.f90 | 22 subroutine evalK (P, K) argument 24 real(kind=8), intent(out) :: K local 32 subroutine fillK (P, K) argument 34 real(kind=8), intent(out) :: K(-1:1) local
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcnullspace.c | 9 Mat K; in PCBDDCNullSpaceCorrPreSolve() local 32 Mat K; in PCBDDCNullSpaceCorrPostSolve() local
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex10.c | 88 PetscReal **K, norm; in GetElasticityMatrix() local 168 PetscErrorCode AddElement(Mat mat, PetscInt r1, PetscInt r2, PetscReal **K, PetscInt h1, PetscInt h… in AddElement() 211 PetscReal K[60][60], x, y, z, dx, dy, dz; in Elastic20Stiff() local
|
| H A D | lostnullspace.c | 14 Mat A, K; in main() local
|
| /petsc/src/dm/dt/fe/impls/composite/ |
| H A D | fecomposite.c | 19 DM K; in PetscFESetUp_Composite() local 100 …ion_Composite(PetscFE fem, PetscInt npoints, const PetscReal points[], PetscInt K, PetscTabulation… in PetscFEComputeTabulation_Composite()
|
| /petsc/src/dm/dt/interface/ftn-custom/ |
| H A D | zdtdsf90.c | 17 PetscInt K; member
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex82.c | 5 …enEntries(PetscInt sdim, PetscInt M, PetscInt N, const PetscInt *J, const PetscInt *K, PetscScalar… in GenEntries()
|
| H A D | ex68.c | 56 Mat K; in main() local
|
| H A D | ex69.c | 93 Mat K; in main() local
|
| /petsc/include/petsc/private/cpp/ |
| H A D | unordered_map.hpp | 1379 PETSC_NODISCARD bool operator==(const UnorderedMap<K, T, H, KE> &lhs, const UnorderedMap<K, T, H, K… in operator ==() 1392 PETSC_NODISCARD bool operator!=(const UnorderedMap<K, T, H, KE> &lhs, const UnorderedMap<K, T, H, K… in operator !=()
|
| /petsc/src/tao/leastsquares/impls/brgn/ |
| H A D | brgn.c | 100 PetscInt K; /* dimension of D*X */ in GNObjectiveGradientEval() local 409 PetscInt n, N, K; /* dict has size K*N*/ in TaoSetUp_BRGN() local
|