#include "petscao.h" int AOSetSerializeType(AO ao, AOSerializeType method)Collective on AO
ao | - The AO context | |
method | - A known method |
AO_SER_DEBUG_BINARY | - Debugging ordering to binary file | |
AO_SER_BASIC_BINARY | - Scalable ordering to binary file |
Normally, it is best to use the AOSetFromOptions() command and then set the AO type from the options database rather than by using this routine. Using the options database provides the user with maximum flexibility in evaluating the many different solvers. The AOSetSerializeType() routine is provided for those situations where it is necessary to set the application ordering independently of the command line or options database. This might be the case, for example, when the choice of solver changes during the execution of the program, and the user's application is taking responsibility for choosing the appropriate method. In other words, this routine is not for beginners.
Level:intermediate
Location:src/dm/ao/interface/aoreg.c
Index of all AO routines
Table of Contents for all manual pages
Index of all manual pages