Home
last modified time | relevance | path

Searched defs:weight (Results 1 – 19 of 19) sorted by relevance

/petsc/share/petsc/xml/
H A Dfontlist-v330.json15 "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 Dstagmulti.c86 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 Dex31.c44 PetscReal L, *weight; /* L is size of the domain */ in main() local
/petsc/src/ml/regressor/interface/
H A Dregressor.c464 PetscErrorCode PetscRegressorSetRegularizerWeight(PetscRegressor regressor, PetscReal weight) in PetscRegressorSetRegularizerWeight()
/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dtao.h20 PetscErrorCode TaoBRGNSetRegularizerWeight(PETSC_UNUSED Tao tao,PETSC_UNUSED PetscReal weight) {Pet… in TaoBRGNSetRegularizerWeight()
/petsc/src/snes/impls/nasm/
H A Dnasm.c11 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 Dex19.c265 PetscScalar weight = 0.0; in main() local
/petsc/src/ksp/ksp/tests/
H A Dex10.c196 PetscReal weight[64]; /* Gaussian quadrature weights. */ variable
/petsc/src/ts/tutorials/hamiltonian/
H A Dex2.c517 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 Dex4.c751 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 Dex3.c227 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 Dmisk.c13 PetscReal weight; member
/petsc/src/sys/classes/draw/utils/
H A Dhists.c257 PetscErrorCode PetscDrawHGAddWeightedValue(PetscDrawHG hist, PetscReal value, PetscReal weight) in PetscDrawHGAddWeightedValue()
/petsc/src/ts/tutorials/
H A Dex10.c506 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 Dex14.c874 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 Dex15.c321 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 Dswarmpic.c1118 PetscScalar *weight; in DMSwarmInitializeCoordinates() local
H A Dswarm.c2638 PetscErrorCode DMSwarmComputeMoments(DM sw, const char coordinate[], const char weight[], PetscReal… in DMSwarmComputeMoments()
/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c393 PetscReal weight; member