SAMappingPushforward

mapping from the range of A to the range of B, pointwise on the common domain

Synopsis

#include "petscsa.h"  
PetscErrorCode  SAMappingPushforward(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 the range of A, range as the range of B

See Also

SAMappingPullback(), 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