Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Examples  

Sundance::LocalMatrix Class Reference

#include <LocalMatrix.h>

List of all members.

Public Methods

Private Attributes


Detailed Description

Storage for an element stiffness matrix

Definition at line 23 of file LocalMatrix.h.


Constructor & Destructor Documentation

Sundance::LocalMatrix::LocalMatrix   [inline]
 

Definition at line 27 of file LocalMatrix.h.

References a_, nCols_, and nRows_.

Sundance::LocalMatrix::LocalMatrix int    nRow,
int    nCol
[inline]
 

Definition at line 29 of file LocalMatrix.h.

References a_, nCols_, and nRows_.


Member Function Documentation

void Sundance::LocalMatrix::resize int    nRow,
int    nCol
[inline]
 

Definition at line 33 of file LocalMatrix.h.

References a_, nCols_, and nRows_.

int Sundance::LocalMatrix::nRows   const [inline]
 

Definition at line 42 of file LocalMatrix.h.

References nRows_.

int Sundance::LocalMatrix::nCols   const [inline]
 

Definition at line 45 of file LocalMatrix.h.

References nCols_.

void Sundance::LocalMatrix::getRowValues int    r,
const double &    f,
TSFArray< double > &    vals
const
 

void Sundance::LocalMatrix::getSymmetricRowValues int    r,
const double &    f,
TSFArray< double > &    vals
const
 

void Sundance::LocalMatrix::getTransposedRowValues int    r,
const double &    f,
TSFArray< double > &    vals
const
 

const double& Sundance::LocalMatrix::operator() int    i,
int    j
const [inline]
 

Definition at line 60 of file LocalMatrix.h.

References a_, and nCols_.

double& Sundance::LocalMatrix::operator() int    i,
int    j
[inline]
 

Definition at line 62 of file LocalMatrix.h.

References a_, and nCols_.

string Sundance::LocalMatrix::toString   const
 


Member Data Documentation

DenseSerialVector Sundance::LocalMatrix::a_ [private]
 

Definition at line 69 of file LocalMatrix.h.

Referenced by LocalMatrix(), operator()(), and resize().

int Sundance::LocalMatrix::nRows_ [private]
 

Definition at line 70 of file LocalMatrix.h.

Referenced by LocalMatrix(), nRows(), and resize().

int Sundance::LocalMatrix::nCols_ [private]
 

Definition at line 71 of file LocalMatrix.h.

Referenced by LocalMatrix(), nCols(), operator()(), and resize().


The documentation for this class was generated from the following file:
Contact:
Kevin Long (krlong@ca.sandia.gov)


Documentation generated by