Class documentation of Concepts

Loading...
Searching...
No Matches
linDG3D::Assembly Class Reference

#include <bilinearForm.hh>

Static Public Member Functions

static void inner (concepts::Matrix< Real > &dest, FvdgBilinearForm &bf, const concepts::ElementPairList< Real > &pairs, bool transpose=false)
 
static void boundary (concepts::Matrix< Real > &dest, FvdgBilinearForm &bf, const concepts::ElementPairList< Real > &pairs, bool transpose=false)
 

Detailed Description

Provides methods to assemby matrices by lists of FvdgElementPairs.

Author
Christoph Winkelmann, 2003

Definition at line 48 of file bilinearForm.hh.

Member Function Documentation

◆ boundary()

static void linDG3D::Assembly::boundary ( concepts::Matrix< Real > &  dest,
FvdgBilinearForm bf,
const concepts::ElementPairList< Real > &  pairs,
bool  transpose = false 
)
static

Assembly operator scanning a list of boundary element pairs. For each element pair (i,i) in pairs, The bilinear form bf is called once with elements i,i.

Parameters
destThe destination matrix where the terms are assembled to
bfThe bilinear form called on found element pairs
pairsThe list of boundary ElementPairs scanned
transposeFlag to transpose the global matrix while assembling

◆ inner()

static void linDG3D::Assembly::inner ( concepts::Matrix< Real > &  dest,
FvdgBilinearForm bf,
const concepts::ElementPairList< Real > &  pairs,
bool  transpose = false 
)
static

Assembly operator scanning a list of inner element pairs. For each element pair (i,j) in pairs, The bilinear form bf is called four times: with i,i, i,j, j,i, and j,j.

Parameters
destThe destination matrix where the terms are assembled to
bfThe bilinear form called on found element pairs
pairsThe list of inner ElementPairs scanned
transposeFlag to transpose the global matrix while assembling

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