#include "petsccharacteristic.h" PetscErrorCode CharacteristicRegister(const char sname[],PetscErrorCode (*function)(Characteristic))Not Collective Many br
name_solver | - name of a new user-defined solver Many br | |
routine_create | - routine to create method context Many br |
CharacteristicRegister("my_char", MyCharCreate);Many br
Then, your Characteristic type can be chosen with the procedural interface via Many br
CharacteristicCreate(MPI_Comm, Characteristic* &char); CharacteristicSetType(char,"my_char");Many bror at runtime via the option Many br
-characteristic_type my_charMany br
Many br
Level:advanced
Location:src/ts/characteristic/interface/characteristic.c
Index of all SemiLagrange routines
Table of Contents for all manual pages
Index of all manual pages