![]() |
deal.II version GIT relicensing-6809-ge913b9bb34 2026-09-25 17:20:01+00:00
|
Namespaces | |
| namespace | internal |
| namespace | internals |
| namespace | MPI |
| namespace | SparseMatrixIterators |
| namespace | SparsityPatternIterators |
| namespace | types |
Classes | |
| class | BlockSparseMatrix |
| class | BlockSparsityPattern |
| class | NOXSolver |
| class | PreconditionAMG |
| class | PreconditionAMGMueLu |
| class | PreconditionBase |
| class | PreconditionBlockJacobi |
| class | PreconditionBlockSOR |
| class | PreconditionBlockSSOR |
| class | PreconditionBlockwiseDirect |
| class | PreconditionChebyshev |
| class | PreconditionIC |
| class | PreconditionIdentity |
| class | PreconditionILU |
| class | PreconditionILUT |
| class | PreconditionJacobi |
| class | PreconditionSOR |
| class | PreconditionSSOR |
| class | ROLAdaptor |
| class | SolverBase |
| class | SolverBelos |
| class | SolverBicgstab |
| class | SolverCG |
| class | SolverCGS |
| class | SolverDirect |
| class | SolverGMRES |
| class | SolverTFQMR |
| class | SparseMatrix |
| class | SparsityPattern |
| class | VectorTraits |
A namespace in which wrapper classes for Trilinos objects reside.
|
inline |
A helper function that queries the size of an Epetra_BlockMap object. We always call the 64 bit function to get the number of global elements in the map.
Definition at line 43 of file trilinos_index_access.h.
|
inline |
A helper function that finds the minimum global index value on the calling processor by calling either the 32 or 64 bit function.
Definition at line 53 of file trilinos_index_access.h.
|
inline |
A helper function that finds the maximum global index value on the calling processor by calling either the 32 or 64 bit function.
Definition at line 67 of file trilinos_index_access.h.
|
inline |
A helper function that converts a local index to a global one calling either the 32 or 64 bit function.
Definition at line 81 of file trilinos_index_access.h.
|
inline |
A helper function that returns a pointer to the array containing the global indices assigned to the current process by calling either the 32 or 64 bit function.
Definition at line 97 of file trilinos_index_access.h.
|
inline |
A helper function that finds the global number of rows by calling either the 32 or 64 bit function.
Definition at line 111 of file trilinos_index_access.h.
|
inline |
A helper function that finds the global number of columns by calling either the 32 or 64 bit function.
Definition at line 125 of file trilinos_index_access.h.
|
inline |
A helper function that finds the number of global entries. We always call the 64 bit function.
Definition at line 139 of file trilinos_index_access.h.
|
inline |
A helper function that finds the global row index by calling either the 32 or 64 bit function.
Definition at line 149 of file trilinos_index_access.h.
|
inline |
A helper function that finds the global column index by calling either the 32 or 64 bit function.
Definition at line 164 of file trilinos_index_access.h.
|
inline |
A helper function that finds the global length of a vector by calling either the 32 or 64 bit function.
Definition at line 179 of file trilinos_index_access.h.
|
inline |
A helper function that finds the global number of rows by calling either the 32 or 64 bit function.
Definition at line 193 of file trilinos_index_access.h.
Definition at line 214 of file trilinos_vector.h.