| /petsc/interfaces/lua/src/ |
| H A D | luasrc.c | 4 int lua_VecCreate(lua_State *L) in lua_VecCreate() 14 int lua_VecSetSize(lua_State *L) in lua_VecSetSize() 27 int luaopen_libpetsc(lua_State *L) in luaopen_libpetsc()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex84.c | 6 PetscErrorCode LSCLoadOperators(Mat *A, Mat *Q, Mat *L, Vec *rhs, IS *velocity, IS *pressure) in LSCLoadOperators() 35 Mat A, Q, L = NULL; in port_lsd_bfbt() local
|
| /petsc/src/dm/impls/swarm/ |
| H A D | data_bucket.h | 20 PetscInt L, bs; member 29 PetscInt L; /* number in use */ member
|
| H A D | data_bucket.c | 38 …char registration_function[], const char name[], const size_t size, const PetscInt L, DMSwarmDataF… in DMSwarmDataFieldCreate() 237 PetscErrorCode DMSwarmDataBucketSetSizes(DMSwarmDataBucket db, const PetscInt L, const PetscInt buf… in DMSwarmDataBucketSetSizes() 289 PetscErrorCode DMSwarmDataBucketSetInitialSizes(DMSwarmDataBucket db, const PetscInt L, const Petsc… in DMSwarmDataBucketSetInitialSizes() 302 PetscErrorCode DMSwarmDataBucketGetSizes(DMSwarmDataBucket db, PetscInt *L, PetscInt *buffer, Petsc… in DMSwarmDataBucketGetSizes() 311 PetscErrorCode DMSwarmDataBucketGetGlobalSizes(MPI_Comm comm, DMSwarmDataBucket db, PetscInt *L, Pe… in DMSwarmDataBucketGetGlobalSizes() 320 PetscErrorCode DMSwarmDataBucketGetDMSwarmDataFields(DMSwarmDataBucket db, PetscInt *L, DMSwarmData… in DMSwarmDataBucketGetDMSwarmDataFields() 432 PetscInt f, L, buffer, allocated, p; in DMSwarmDataBucketCreateFromSubset() local
|
| /petsc/src/ts/trajectory/utils/ |
| H A D | reconstruct.c | 5 static inline void LagrangeBasisVals(PetscInt n, PetscReal t, const PetscReal T[], PetscScalar L[]) in LagrangeBasisVals() 21 PetscReal L = 1 / (T[k] - T[j]); in LagrangeBasisDers() local
|
| /petsc/src/mat/graphops/order/ |
| H A D | spectral.c | 19 PetscErrorCode MatCreateLaplacian(Mat A, PetscReal tol, PetscBool weighted, Mat *L) in MatCreateLaplacian() 105 Mat L; in MatGetOrdering_Spectral() local
|
| /petsc/src/ksp/pc/impls/lsc/ |
| H A D | lsc.c | 7 Mat L; member 45 Mat L, Lp, Qscale; in PCSetUp_LSC() local
|
| /petsc/src/dm/interface/ |
| H A D | dmperiodicity.c | 22 …MGetPeriodicity(DM dm, const PetscReal *maxCell[], const PetscReal *Lstart[], const PetscReal *L[]) in DMGetPeriodicity() 47 …e DMSetPeriodicity(DM dm, const PetscReal maxCell[], const PetscReal Lstart[], const PetscReal L[]) in DMSetPeriodicity() 338 const PetscReal *Lstart, *L; in DMLocalizeCoordinates() local
|
| H A D | dmcoordinates.c | 893 const PetscReal *L, *Lstart; in DMGetLocalBoundingBox_Coordinates() local 988 const PetscReal *L, *Lstart; in DMGetBoundingBox() local
|
| /petsc/src/tao/leastsquares/tutorials/ |
| H A D | tomographyGenerateData.m | 16 L = XTM_Tensor_XH(WSz, NTheta, NTau); variable
|
| /petsc/src/tao/util/ |
| H A D | tao_util.c | 48 PetscErrorCode VecFischer(Vec X, Vec F, Vec L, Vec U, Vec FB) in VecFischer() 151 PetscErrorCode VecSFischer(Vec X, Vec F, Vec L, Vec U, PetscReal mu, Vec FB) in VecSFischer()
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex7.c | 6 static PetscErrorCode CheckPullback(PetscInt N, PetscInt M, const PetscReal *L, PetscInt k, const P… in CheckPullback() 353 PetscReal *L, *u, *x; in main() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex31.c | 44 PetscReal L, *weight; /* L is size of the domain */ in main() local
|
| H A D | ex33.c | 66 Vec L; in FormFunctionLocal() local
|
| /petsc/src/ksp/ksp/impls/gmres/agmres/ |
| H A D | agmresdeflation.c | 22 PetscInt i, L, R, j; in KSPAGMRESQuickSort() local
|
| /petsc/src/ts/tests/ |
| H A D | ex27.c | 26 PetscReal L; /* Velocity space is [-L, L]^d */ member 289 PetscReal vc_l[3], L = ctx->L, h = ctx->h, epsilon = ctx->epsilon, init = 0.5 * h - L; in ComputeGradS() local
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtaltv.c | 323 PetscErrorCode PetscDTAltVPullback(PetscInt N, PetscInt M, const PetscReal *L, PetscInt k, const Pe… in PetscDTAltVPullback() 452 PetscErrorCode PetscDTAltVPullbackMatrix(PetscInt N, PetscInt M, const PetscReal *L, PetscInt k, Pe… in PetscDTAltVPullbackMatrix()
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex1.c | 7 PetscReal L[3]; /* Dimensions of the mesh bounding box */ member
|
| /petsc/src/dm/impls/da/ |
| H A D | gr1.c | 93 PetscReal L[3] = {xmax - xmin, ymax - ymin, zmax - zmin}; in DMDASetUniformCoordinates() local
|
| H A D | dageometry.c | 46 const PetscReal *L, *Lstart; in DMGetLocalBoundingBox_DA() local
|
| /petsc/src/sys/utils/ |
| H A D | sorti.c | 1038 …rray(PetscInt an, const PetscInt aI[], PetscInt bn, const PetscInt bI[], PetscInt *n, PetscInt **L) in PetscMergeIntArray() 1103 …, PetscInt bn, const PetscInt bI[], const PetscInt bJ[], PetscInt *n, PetscInt *L[], PetscInt *J[]) in PetscMergeIntArrayPair() 1161 …cInt an, const PetscMPIInt aI[], PetscInt bn, const PetscMPIInt bI[], PetscInt *n, PetscMPIInt **L) in PetscMergeMPIIntArray()
|
| /petsc/src/ts/impls/bdf/ |
| H A D | bdf.c | 34 static inline void LagrangeBasisVals(PetscInt n, PetscReal t, const PetscReal T[], PetscScalar L[]) in LagrangeBasisVals() 48 PetscReal L = 1 / (T[k] - T[j]); in LagrangeBasisDers() local
|
| /petsc/src/mat/impls/aij/seq/spqr/ |
| H A D | aijspqr.c | 18 const PetscScalar *aa, *L = NULL; in MatWrapCholmod_SPQR_seqaij() local
|
| /petsc/src/tao/constrained/impls/ipm/ |
| H A D | pdipm.h | 41 …PetscReal L; /* Lagrangian = f(x) - lambdae^T*ce(x) - lambdai^T*(ci(x) - z) - mu*sum_{i=1}^{Nc… member
|
| /petsc/src/ts/tutorials/ |
| H A D | ex9.c | 149 static PetscReal CadaTorrilhonPhiHatR_Eq13(PetscReal L, PetscReal R) in CadaTorrilhonPhiHatR_Eq13() 874 } L = {uL[0], uL[1] / uL[0]}, R = {uR[0], uR[1] / uR[0]}, star; in PhysicsRiemann_IsoGas_Exact() local 936 } L = {uL[0], uL[1] / uL[0]}, R = {uR[0], uR[1] / uR[0]}; in PhysicsRiemann_IsoGas_Rusanov() local 1018 } L = {uL[0], uL[1] / uL[0]}, R = {uR[0], uR[1] / uR[0]}, star; in PhysicsRiemann_Shallow_Exact() local 1092 } L = {uL[0], uL[1] / uL[0]}, R = {uR[0], uR[1] / uR[0]}; in PhysicsRiemann_Shallow_Rusanov() local
|