| /petsc/share/petsc/xml/ |
| H A D | fontlist-v330.json | 15 "weight": "medium", string 25 "weight": "roman", string 35 "weight": "bold", string 45 "weight": "demi", string 55 "weight": "bold", string 65 "weight": "light", string 75 "weight": "medium", string 85 "weight": "medium", string 95 "weight": "bold", string 105 "weight": "light", string [all …]
|
| /petsc/src/dm/impls/stag/ |
| H A D | stagmulti.c | 86 static PetscErrorCode SetInterpolationWeight1d_Private(PetscScalar ax, PetscScalar weight[]) in SetInterpolationWeight1d_Private() 94 …tscErrorCode SetInterpolationWeight2d_Private(PetscScalar ax, PetscScalar ay, PetscScalar weight[]) in SetInterpolationWeight2d_Private() 104 static PetscErrorCode MergeInterpolationWeightToLeft2d_Private(PetscScalar weight[]) in MergeInterpolationWeightToLeft2d_Private() 113 static PetscErrorCode MergeInterpolationWeightToRight2d_Private(PetscScalar weight[]) in MergeInterpolationWeightToRight2d_Private() 122 static PetscErrorCode MergeInterpolationWeightToBottom2d_Private(PetscScalar weight[]) in MergeInterpolationWeightToBottom2d_Private() 131 static PetscErrorCode MergeInterpolationWeightToTop2d_Private(PetscScalar weight[]) in MergeInterpolationWeightToTop2d_Private() 140 …InterpolationWeight3d_Private(PetscScalar ax, PetscScalar ay, PetscScalar az, PetscScalar weight[]) in SetInterpolationWeight3d_Private() 154 static PetscErrorCode MergeInterpolationWeightToLeft3d_Private(PetscScalar weight[]) in MergeInterpolationWeightToLeft3d_Private() 165 static PetscErrorCode MergeInterpolationWeightToRight3d_Private(PetscScalar weight[]) in MergeInterpolationWeightToRight3d_Private() 176 static PetscErrorCode MergeInterplationWeightToBottom3d_Private(PetscScalar weight[]) in MergeInterplationWeightToBottom3d_Private() [all …]
|
| /petsc/src/snes/tutorials/ |
| H A D | ex31.c | 44 PetscReal L, *weight; /* L is size of the domain */ in main() local
|
| /petsc/src/ml/regressor/interface/ |
| H A D | regressor.c | 464 PetscErrorCode PetscRegressorSetRegularizerWeight(PetscRegressor regressor, PetscReal weight) in PetscRegressorSetRegularizerWeight()
|
| /petsc/src/binding/petsc4py/src/lib-petsc/compat/ |
| H A D | tao.h | 20 PetscErrorCode TaoBRGNSetRegularizerWeight(PETSC_UNUSED Tao tao,PETSC_UNUSED PetscReal weight) {Pet… in TaoBRGNSetRegularizerWeight()
|
| /petsc/src/snes/impls/nasm/ |
| H A D | nasm.c | 11 Vec weight; /* weighting for adding updates on overlaps, in global space */ member 950 PetscErrorCode SNESNASMSetWeight(SNES snes, Vec weight) in SNESNASMSetWeight()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex19.c | 265 PetscScalar weight = 0.0; in main() local
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex10.c | 196 PetscReal weight[64]; /* Gaussian quadrature weights. */ variable
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex2.c | 517 PetscReal *E, *x, *weight; in MonitorEField() local 596 PetscReal *weight, *pos, *vel; in MonitorInitialConditions() local 644 PetscReal *weight, *vel; in MonitorVelocity() local 738 PetscScalar *x, *v, *weight; in MonitorPositions_2D() local 805 PetscScalar *x, *E, *weight; in MonitorPoisson() local 1278 PetscScalar *weight; in InitializeWeights() local 1393 …PetscReal *weight, totalCharge = 0., totalWeight = 0., gmin[3], gmax[3], global_charge, global_wei… in InitializeConstants() local
|
| H A D | ex4.c | 751 PetscReal *E, *x, *weight; in MonitorEField() local 1112 PetscReal *weight, *pos, *vel; in MonitorInitialConditions() local 1160 PetscReal *weight, *vel; in MonitorVelocity() local 1254 PetscScalar *x, *v, *weight; in MonitorPositions_2D() local 1321 PetscScalar *x, *E, *weight; in MonitorPoisson() local 1892 PetscScalar *weight; in InitializeWeights() local 2007 …PetscReal *weight, totalCharge = 0., totalWeight = 0., gmin[3], gmax[3], global_charge, global_wei… in InitializeConstants() local
|
| H A D | ex3.c | 227 PetscReal *E, *x, *weight; in MonitorEField() local 581 PetscScalar *weight; in InitializeWeights() local 708 …PetscReal *weight, totalCharge = 0., totalWeight = 0., gmin[3], gmax[3], global_charge, global_wei… in InitializeConstants() local
|
| /petsc/src/mat/graphops/coarsen/impls/misk/ |
| H A D | misk.c | 13 PetscReal weight; member
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | hists.c | 257 PetscErrorCode PetscDrawHGAddWeightedValue(PetscDrawHG hist, PetscReal value, PetscReal weight) in PetscDrawHGAddWeightedValue()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex10.c | 506 static PetscErrorCode RDGetQuadrature(RD rd, PetscReal hx, PetscInt *nq, PetscReal weight[], PetscR… in RDGetQuadrature() 632 PetscReal hx, Theta, dt, weight[5], interp[5][2], deriv[5][2]; in RDIFunction_FE() local 718 PetscReal hx, Theta, dt, weight[5], interp[5][2], deriv[5][2]; in RDIJacobian_FE() local
|
| H A D | ex14.c | 874 PetscScalar weight = (k == 0 || k == zm - 1) ? 0.5 / (zm - 1) : 1.0 / (zm - 1); in THIFunctionLocal_2D() local
|
| /petsc/src/snes/tests/ |
| H A D | ex15.c | 321 PetscScalar *weight; in InitializeWeights() local 397 PetscReal *weight, totalCharge, totalWeight = 0., gmin[3], gmax[3]; in InitializeConstants() local
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic.c | 1118 PetscScalar *weight; in DMSwarmInitializeCoordinates() local
|
| H A D | swarm.c | 2638 PetscErrorCode DMSwarmComputeMoments(DM sw, const char coordinate[], const char weight[], PetscReal… in DMSwarmComputeMoments()
|
| /petsc/src/mat/graphops/coarsen/impls/hem/ |
| H A D | hem.c | 393 PetscReal weight; member
|