NeoPZ
Public Member Functions | Public Attributes | List of all members
TPZStencilMatrix< TVar >::MPStencil Struct Reference

Public Member Functions

 MPStencil (int inc, int *IA, TVar *A)
 
 ~MPStencil ()
 

Public Attributes

int fNumberOfItems
 
int fInc
 
int * fIA
 
TVar * fA
 

Detailed Description

template<class TVar>
struct TPZStencilMatrix< TVar >::MPStencil

Definition at line 61 of file pzstencil.h.

Constructor & Destructor Documentation

◆ MPStencil()

template<class TVar >
TPZStencilMatrix< TVar >::MPStencil::MPStencil ( int  inc,
int *  IA,
TVar *  A 
)

Definition at line 366 of file pzstencil.cpp.

◆ ~MPStencil()

template<class TVar >
TPZStencilMatrix< TVar >::MPStencil::~MPStencil ( )

Definition at line 381 of file pzstencil.cpp.

Member Data Documentation

◆ fA

template<class TVar >
TVar* TPZStencilMatrix< TVar >::MPStencil::fA

◆ fIA

template<class TVar >
int* TPZStencilMatrix< TVar >::MPStencil::fIA

◆ fInc

template<class TVar >
int TPZStencilMatrix< TVar >::MPStencil::fInc

◆ fNumberOfItems

template<class TVar >
int TPZStencilMatrix< TVar >::MPStencil::fNumberOfItems

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