AMDiS  0.1
The Adaptive Multi-Dimensional Simulation Toolbox
PetscTraits< Basis > Struct Template Reference

#include <Traits.hpp>

Public Types

using Comm = DistributedCommunication_t< Basis >
 
template<class >
using MatrixImpl = PetscMatrix< typename Comm::DofMap >
 
template<class >
using VectorImpl = PetscVector< typename Comm::DofMap >
 
using PartitionSet = Dune::Partitions::Interior
 
using SparsityPattern = MatrixNnzStructure
 

Detailed Description

template<class Basis>
struct AMDiS::PetscTraits< Basis >

Traits class for a linear solver for the system AX=B using an FE space described by a dune-functions Basis Contains typedefs specific to the PETSc backend.


The documentation for this struct was generated from the following file: