petsc-3.13.6 2020-09-29
Report Typos and Errors

AORegister

Register an Section 1.5 Writing Application Codes with PETSc ordering method

Synopsis

#include "petscao.h"  
PetscErrorCode  AORegister(const char sname[], PetscErrorCode (*function)(AO))
Not Collective

Input Parameters

sname - the name of the AO scheme
function - the create routine for the Section 1.5 Writing Application Codes with PETSc ordering method

See Also

AOCreate(), AORegisterAll(), AOBASIC, AOADVANCED, AOMAPPING, AOMEMORYSCALABLE

Level

advanced

Location

src/vec/is/ao/interface/aoreg.c
Index of all AO routines
Table of Contents for all manual pages
Index of all manual pages