DMPlexLandauAccess#
Access to the distribution function with user callback
Synopsis#
#include "petscdmplex.h"
#include "petsclandau.h"
PetscErrorCode DMPlexLandauAccess(DM pack, Vec X, PetscErrorCode (*func)(DM, Vec, PetscInt, PetscInt, PetscInt, void *), void *user_ctx)
Collective
Input Parameters#
. pack - the DMComposite
func - call back function . user_ctx - user context
Input/Output Parameter#
. X - Vector to data to
.keywords: mesh
See Also#
Level#
advanced
Location#
Examples#
src/ts/utils/dmplexlandau/tutorials/ex1.c
Index of all LANDAU routines
Table of Contents for all manual pages
Index of all manual pages