Home
last modified time | relevance | path

Searched refs:C_0 (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c13 …#define C_0(v0) (SPEED_OF_LIGHT / v0) /* needed for relativistic tensor on all architecture… macro
16 …#define C_0(v0) (SPEED_OF_LIGHT / v0) /* needed for relativistic tensor on all architecture… macro
361 LandauTensor3DRelativistic(vj, x, y, z, U, mask, C_0(ctx->v_0)); in LandauFormJacobian_Internal()
1733 PetscReal *c2_0[1], data[1] = {PetscSqr(C_0(ctx->v_0))}; in CreateStaticData()
1755 …[LANDAU_MAX_NQND], Jdummy[LANDAU_MAX_NQND * LANDAU_DIM * LANDAU_DIM], c0 = C_0(ctx->v_0), c02 = Pe… in CreateStaticData()
2468 data[0] = PetscSqr(C_0(ctx->v_0)); in DMPlexLandauPrintNorms()
/petsc/src/ts/tutorials/
H A Dex30.c148 static void C_0(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt uO… in C_0() function
1508 PetscCall(PetscDSSetResidual(ds, C_FIELD_ID, C_0, C_1)); in SetupProblem()