Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex1f90.F9033 PetscCallA(DMPlexLandauCreateVelocitySpace(PETSC_COMM_WORLD, dim, '', X, J, dm, ierr))
H A Dex1.c361 PetscCall(DMPlexLandauCreateVelocitySpace(PETSC_COMM_SELF, dim, "", &X, &J, &pack)); in main()
H A Dex2.c646 PetscCall(DMPlexLandauCreateVelocitySpace(PETSC_COMM_WORLD, dim, "", &X, &J, &pack)); in main()
/petsc/include/
H A Dpetsclandau.h10 PETSC_EXTERN PetscErrorCode DMPlexLandauCreateVelocitySpace(MPI_Comm, PetscInt, const char[], Vec *…
/petsc/doc/changes/
H A D317.md291 - Add `DMPlexLandauCreateVelocitySpace()` Create DMComposite of DMPlex for Landau collision operator
/petsc/src/ts/tests/
H A Dex30.c1063 PetscCall(DMPlexLandauCreateVelocitySpace(PETSC_COMM_SELF, dim, "", &X, &J, &pack)); in main()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c412 …PetscCall(DMPlexLandauCreateVelocitySpace(PETSC_COMM_SELF, dim, prefix, &X, &J, &user->landau_pack… in CreateVelocityDM()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c2049 PetscErrorCode DMPlexLandauCreateVelocitySpace(MPI_Comm comm, PetscInt dim, const char prefix[], Ve… in DMPlexLandauCreateVelocitySpace() function