:orphan:
# MatISStoreL2L
Store local-to-local operators during the Galerkin process of computing `MatPtAP()` 
## Synopsis
```
#include "petscmat.h" 
PetscErrorCode MatISStoreL2L(Mat A, PetscBool store)
```
Collective


## Input Parameters

- ***A -*** the matrix
- ***store -*** the boolean flag





## See Also
 [](ch_matrices), `Mat`, `MatCreate()`, `MatCreateIS()`, `MatISSetPreallocation()`, `MatPtAP()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/is/matis.c.html#MatISStoreL2L">src/mat/impls/is/matis.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/is/matis.c.html#MatISStoreL2L_IS">MatISStoreL2L_IS in src/mat/impls/is/matis.c</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/impls/is/matis.c)


[Index of all Mat routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
