Dendro  5.01
Dendro in Greek language means tree. The Dendro library is a large scale (262K cores on ORNL's Titan) distributed memory adaptive octree framework. The main goal of Dendro is to perform large scale multiphysics simulations efficeiently in mordern supercomputers. Dendro consists of efficient parallel data structures and algorithms to perform variational ( finite element) methods and finite difference mthods on 2:1 balanced arbitary adaptive octrees which enables the users to perform simulations raning from black holes (binary black hole mergers) to blood flow in human body, where applications ranging from relativity, astrophysics to biomedical engineering.
Public Member Functions | Protected Attributes | List of all members
feMat Class Referenceabstract

Abstract class for stiffness matrix computation. More...

#include <feMat.h>

Inheritance diagram for feMat:
Inheritance graph
[legend]
Collaboration diagram for feMat:
Collaboration graph
[legend]

Public Member Functions

 feMat (ot::DA *da)
 : feMat constructor More...
 
 ~feMat ()
 deconstructor
 
virtual void matVec (const VECType *in, VECType *out, double scale=1.0)=0
 Computes the LHS of the weak formulation, normally the stifness matrix times a given vector. More...
 
void setProblemDimensions (const Point &pt_min, const Point &pt_max)
 set the problem dimension
 

Protected Attributes

ot::DAm_uiOctDA
 : pointer to OCT DA
 
ot::DAType m_uiDaType
 : type of the DA
 
Point m_uiPtMin
 problem domain min point
 
Point m_uiPtMax
 problem domain max point
 

Detailed Description

Abstract class for stiffness matrix computation.

Author
Milinda Fernando

Constructor & Destructor Documentation

◆ feMat()

feMat::feMat ( ot::DA da)
inline

: feMat constructor

[in] daType: type of the DA

Member Function Documentation

◆ matVec()

virtual void feMat::matVec ( const VECType *  in,
VECType *  out,
double  scale = 1.0 
)
pure virtual

Computes the LHS of the weak formulation, normally the stifness matrix times a given vector.

Parameters
[in]ininput vector u
[out]outoutput vector Ku
[in]defaultparameter scale vector by scale*Ku

Implemented in feMatrix< T >, and feMatrix< HeatMat >.


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