System Preprocessors
|
#include "petscmat.h"
#include "petscvec.h"
#include "petscksp.h"
#include "nmd.h"
#include "syspro_impl.h"
Go to the source code of this file.
Data Structures | |
struct | LinearSystem_ |
struct | LinearSolution_ |
Defines | |
#define | LINSYSCOOKIE 3297 |
#define | LINSOLCOOKIE 3298 |
#define | SYSPROCHECKVALIDLINSYS(i) {SYSPROCHECKVALID(i,LINSYSCOOKIE,"linear system");} |
#define | SYSPROCHECKVALIDLINSYSa(i, a) {SYSPROCHECKVALIDa(i,LINSYSCOOKIE,"linear system",a);} |
#define | SYSPROCHECKVALIDLINSOL(i) {SYSPROCHECKVALID(i,LINSOLCOOKIE,"linear solution");} |
#define | SYSPROCHECKVALIDLINSOLa(i, a) {SYSPROCHECKVALIDa(i,LINSOLCOOKIE,"linear solution",a);} |
#define | ALLPARTSNEW (1+2+4+8+16) |
#define ALLPARTSNEW (1+2+4+8+16) |
Definition at line 17 of file linear_impl.h.
Referenced by LinearSystemCopy(), LinearSystemDuplicate(), and LinearSystemInheritParts().
#define LINSOLCOOKIE 3298 |
Definition at line 11 of file linear_impl.h.
Referenced by CreateLinearSolution().
#define LINSYSCOOKIE 3297 |
Definition at line 10 of file linear_impl.h.
Referenced by CreateLinearSystem().
#define SYSPROCHECKVALIDLINSOL | ( | i | ) | {SYSPROCHECKVALID(i,LINSOLCOOKIE,"linear solution");} |
Definition at line 14 of file linear_impl.h.
Referenced by LinearDeleteNumericalSolutionContext(), LinearSolutionCreateStatistics(), LinearSolutionDelete(), LinearSolutionGetContext(), LinearSolutionGetStatistics(), LinearSolutionGetVector(), LinearSolutionSetContext(), LinearSolutionSetVector(), and LinearSystemTrueDistancePrint().
#define SYSPROCHECKVALIDLINSOLa | ( | i, | |
a | |||
) | {SYSPROCHECKVALIDa(i,LINSOLCOOKIE,"linear solution",a);} |
Definition at line 15 of file linear_impl.h.
Referenced by LinearSolutionCopy(), and LinearSolutionCopyStats().
#define SYSPROCHECKVALIDLINSYS | ( | i | ) | {SYSPROCHECKVALID(i,LINSYSCOOKIE,"linear system");} |
Definition at line 12 of file linear_impl.h.
Referenced by CreateDefaultLinearSolution(), LinearSystemDelete(), LinearSystemDuplicate(), LinearSystemDuplicatePointers(), LinearSystemGetContext(), LinearSystemGetKnownSolution(), LinearSystemGetMetadata(), LinearSystemGetParts(), LinearSystemGetTmpVector(), LinearSystemInheritParts(), LinearSystemSetContext(), LinearSystemSetKnownSolution(), LinearSystemSetMetadata(), LinearSystemSetParts(), LinearSystemTrueDistancePrint(), and PreprocessedLinearSystemSolution().
#define SYSPROCHECKVALIDLINSYSa | ( | i, | |
a | |||
) | {SYSPROCHECKVALIDa(i,LINSYSCOOKIE,"linear system",a);} |
Definition at line 13 of file linear_impl.h.
Referenced by LinearSystemCopy().