petsc-3.11.4 2019-09-28
Report Typos and Errors

DMInterpolationCreate

Creates a DMInterpolationInfo context

Synopsis

#include "petscdmplex.h" 
#include "petscsnes.h"   
PetscErrorCode DMInterpolationCreate(MPI_Comm comm, DMInterpolationInfo *ctx)
Collective on comm

Input Parameter

comm -the communicator

Output Parameter

ctx -the context

See Also

DMInterpolationEvaluate(), DMInterpolationAddPoints(), DMInterpolationDestroy()

Level

beginner

Location

src/snes/utils/dmplexsnes.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages