Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c86 DM landau_pack; member
121 options->landau_pack = NULL; in ProcessOptions()
174 if (user->landau_pack) PetscCall(DMPlexLandauDestroyVelocitySpace(&user->landau_pack)); in DestroyContext()
412 …tscCall(DMPlexLandauCreateVelocitySpace(PETSC_COMM_SELF, dim, prefix, &X, &J, &user->landau_pack)); in CreateVelocityDM()
413 PetscCall(DMGetApplicationContext(user->landau_pack, &ctx)); in CreateVelocityDM()