SAMappingPullback

compose mappings C = A*B

Synopsis

#include "petscsa.h"  
PetscErrorCode  SAMappingPullback(SAMapping A,SAMapping B, SAMapping *C) 
Collective on SAMapping

Input Parameters

A - the left mapping
B - the right mapping

Output Parameters

C -the product mapping: domain as in A, range as in B

See Also

SAMappingPushforward(), SAMappingInvert()

Level:intermediate
Location:
src/dm/sa/interface/sa.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages