Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/hamiltonian/
H A Dex4.c181 DM dmE; // The DM for energy density (pressure) fields member
274 options->dmE = NULL; in ProcessOptions()
505 PetscCall(DMGetNamedGlobalVector(ctx->dmE, "e", &e)); in SetupContext()
507 PetscCall(DMRestoreNamedGlobalVector(ctx->dmE, "e", &e)); in SetupContext()
543 PetscCall(DMGetNamedGlobalVector(ctx->dmE, "eres", &eres)); in SetupContext()
545 PetscCall(DMRestoreNamedGlobalVector(ctx->dmE, "eres", &eres)); in SetupContext()
953 PetscCall(DMGetGlobalVector(ctx->dmE, &erhs)); in ComputeMomentFields()
954 PetscCall(DMGetGlobalVector(ctx->dmE, &eflux)); in ComputeMomentFields()
956 PetscCall(DMGetNamedGlobalVector(ctx->dmE, "e", &e)); in ComputeMomentFields()
1003 PetscCall(DMRestoreGlobalVector(ctx->dmE, &erhs)); in ComputeMomentFields()
[all …]