:orphan:
# TaoALMMGetType
Retrieve the augmented Lagrangian formulation type for the subproblem. 
## Synopsis
```
#include "petsctao.h" 
PetscErrorCode TaoALMMGetType(Tao tao, TaoALMMType *type)
```

## Input Parameter

- ***tao -*** the `Tao` context for the `TAOALMM` solver



## Output Parameter

- ***type -*** augmented Lagragrangian type





## See Also
 `Tao`, `TAOALMM`, `TaoALMMSetType()`, `TaoALMMType`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/tao/constrained/impls/almm/almmutils.c.html#TaoALMMGetType">src/tao/constrained/impls/almm/almmutils.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/tao/constrained/impls/almm/almmutils.c)


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