Searched refs:Ge (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex70.c | 223 PetscScalar Ge[U_DOFS * NODES_PER_EL * P_DOFS * NODES_PER_EL]; in BForm_Div() local 226 PetscCallAbort(PETSC_COMM_SELF, PetscMemzero(Ge, sizeof(Ge))); in BForm_Div() 227 BForm_Grad(Ge, coords); in BForm_Div() 233 for (j = 0; j < nc_g; j++) De[nr_g * j + i] = Ge[nc_g * i + j]; in BForm_Div() 345 PetscScalar Ge[NODES_PER_EL * U_DOFS * NODES_PER_EL * P_DOFS]; in AssembleStokes_A() local 373 PetscCall(PetscMemzero(Ge, sizeof(Ge))); in AssembleStokes_A() 379 BForm_Grad(Ge, el_coords); in AssembleStokes_A() 386 …PetscCall(MatSetValuesLocal(A, NODES_PER_EL * U_DOFS, u_eqn, NODES_PER_EL * P_DOFS, p_eqn, Ge, ADD… in AssembleStokes_A() 408 PetscScalar Ge[NODES_PER_EL * U_DOFS * NODES_PER_EL * P_DOFS]; in AssembleStokes_PC() local 436 PetscCall(PetscMemzero(Ge, sizeof(Ge))); in AssembleStokes_PC() [all …]
|
| H A D | ex42.c | 700 PetscScalar Ge[U_DOFS * NODES_PER_EL * P_DOFS * NODES_PER_EL]; in FormDivergenceOperatorQ13D() local 704 PetscCallAbort(PETSC_COMM_SELF, PetscMemzero(Ge, sizeof(Ge))); in FormDivergenceOperatorQ13D() 705 FormGradientOperatorQ13D(Ge, coords); in FormDivergenceOperatorQ13D() 711 for (j = 0; j < nc_g; j++) De[nr_g * j + i] = Ge[nc_g * i + j]; in FormDivergenceOperatorQ13D() 906 PetscScalar Ge[NODES_PER_EL * U_DOFS * NODES_PER_EL * P_DOFS]; in AssembleA_Stokes() local 934 PetscCall(PetscMemzero(Ge, sizeof(Ge))); in AssembleA_Stokes() 940 FormGradientOperatorQ13D(Ge, el_coords); in AssembleA_Stokes() 952 _ZERO_ROW_i(Ge, 3 * n); in AssembleA_Stokes() 958 _ZERO_ROW_i(Ge, 3 * n + 1); in AssembleA_Stokes() 964 _ZERO_ROW_i(Ge, 3 * n + 2); in AssembleA_Stokes() [all …]
|
| H A D | ex43.c | 576 PetscScalar Ge[U_DOFS * NODES_PER_EL * P_DOFS * NODES_PER_EL]; in FormDivergenceOperatorQ1() local 580 PetscCallAbort(PETSC_COMM_SELF, PetscMemzero(Ge, sizeof(Ge))); in FormDivergenceOperatorQ1() 581 FormGradientOperatorQ1(Ge, coords); in FormDivergenceOperatorQ1() 587 for (j = 0; j < nc_g; j++) De[nr_g * j + i] = Ge[nc_g * i + j]; in FormDivergenceOperatorQ1() 713 PetscScalar Ge[NODES_PER_EL * U_DOFS * NODES_PER_EL * P_DOFS]; in AssembleA_Stokes() local 745 PetscCall(PetscMemzero(Ge, sizeof(Ge))); in AssembleA_Stokes() 751 FormGradientOperatorQ1(Ge, el_coords); in AssembleA_Stokes() 758 …atSetValuesStencil(A, NODES_PER_EL * U_DOFS, u_eqn, NODES_PER_EL * P_DOFS, p_eqn, Ge, ADD_VALUES)); in AssembleA_Stokes() 783 PetscScalar Ge[NODES_PER_EL * U_DOFS * NODES_PER_EL * P_DOFS]; in AssembleA_PCStokes() local 815 PetscCall(PetscMemzero(Ge, sizeof(Ge))); in AssembleA_PCStokes() [all …]
|
| /petsc/doc/ |
| H A D | petsc.bib | 8703 editor = {David A. Yuen and Long Wang and Xuebin Chi and Lennart Johnsson and Wei Ge and 8718 editor = {David A. Yuen and Long Wang and Xuebin Chi and Lennart Johnsson and Wei Ge and 8733 editor = {David A. Yuen and Long Wang and Xuebin Chi and Lennart Johnsson and Wei Ge and 8750 editor = {David A. Yuen and Long Wang and Xuebin Chi and Lennart Johnsson and Wei Ge and
|