Home
last modified time | relevance | path

Searched defs:velocity (Results 1 – 8 of 8) sorted by relevance

/petsc/src/ts/tests/
H A Dex27.c67 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 Dex6.c62 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 Dex84.c6 PetscErrorCode LSCLoadOperators(Mat *A, Mat *Q, Mat *L, Vec *rhs, IS *velocity, IS *pressure) in LSCLoadOperators()
/petsc/include/petsc/private/
H A Dcharacteristicimpl.h46 Vec velocity; /* Velocity field at t_n */ member
H A Dtsimpl.h558 PetscBool velocity; /* Plot in velocity space rather than coordinate space */ member
/petsc/src/ts/tutorials/
H A Dex47.c67 static PetscErrorCode velocity(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nf, Pets… in velocity() function
/petsc/src/ts/interface/
H A Dtsmon.c518 … int y, int m, int n, PetscInt howoften, PetscInt Ns, PetscInt Nb, PetscBool velocity, TSMonitorHG… in TSMonitorHGCtxCreate()
H A Dts.c265 PetscBool velocity = PETSC_FALSE, create = PETSC_TRUE; in TSSetFromOptions() local