Searched defs:velocity (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex27.c | 67 PetscReal *centroid, *coords, *velocity, *xi0, *v0, *J, *invJ, detJ, *vals; in SetInitialCoordinates() local 138 PetscReal *velocity; in SetInitialConditions() local 287 … ComputeGradS(PetscInt dim, PetscInt Np, const PetscReal vp[], const PetscReal velocity[], PetscRe… in ComputeGradS() 339 PetscReal *velocity; in RHSFunctionParticles() local 393 PetscScalar *velocity; in UpdateSwarm() local
|
| /petsc/src/dm/impls/stag/tutorials/ |
| H A D | ex6.c | 62 Vec velocity, stress; in main() local 369 static PetscErrorCode UpdateVelocity_2d(const Ctx *ctx, Vec velocity, Vec stress, Vec buoyancy) in UpdateVelocity_2d() 447 static PetscErrorCode UpdateVelocity_3d(const Ctx *ctx, Vec velocity, Vec stress, Vec buoyancy) in UpdateVelocity_3d() 551 static PetscErrorCode UpdateVelocity(const Ctx *ctx, Vec velocity, Vec stress, Vec buoyancy) in UpdateVelocity() 562 static PetscErrorCode UpdateStress_2d(const Ctx *ctx, Vec velocity, Vec stress, Vec lame) in UpdateStress_2d() 645 static PetscErrorCode UpdateStress_3d(const Ctx *ctx, Vec velocity, Vec stress, Vec lame) in UpdateStress_3d() 763 static PetscErrorCode UpdateStress(const Ctx *ctx, Vec velocity, Vec stress, Vec lame) in UpdateStress() 820 static PetscErrorCode DumpVelocity(const Ctx *ctx, Vec velocity, PetscInt timestep) in DumpVelocity()
|
| /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()
|
| /petsc/include/petsc/private/ |
| H A D | characteristicimpl.h | 46 Vec velocity; /* Velocity field at t_n */ member
|
| H A D | tsimpl.h | 558 PetscBool velocity; /* Plot in velocity space rather than coordinate space */ member
|
| /petsc/src/ts/tutorials/ |
| H A D | ex47.c | 67 static PetscErrorCode velocity(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, Pets… in velocity() function
|
| /petsc/src/ts/interface/ |
| H A D | tsmon.c | 518 … int y, int m, int n, PetscInt howoften, PetscInt Ns, PetscInt Nb, PetscBool velocity, TSMonitorHG… in TSMonitorHGCtxCreate()
|
| H A D | ts.c | 265 PetscBool velocity = PETSC_FALSE, create = PETSC_TRUE; in TSSetFromOptions() local
|