Rodin
  1. Pages
    1. Examples and tutorials
    2. General concepts
    3. Notation
    4. Credits
  2. Modules
    1. Quadrature formulae
    2. Supported finite elements
    3. Template deduction guides
    4. Preprocessor directives
  3. Namespaces
  1. Classes
  2. Files
  3. GitHub

Rodin::Assembly namespace

Module for performing the assembly of linear algebra objects from variational expressions.

Contents

  • Reference
    • Classes

Classes

template<class FES>
class Multithreaded<::Vec, Variational::LinearForm<FES, ::Vec>>
Multithreaded assembly for PETSc Vec (linear form)
template<class TrialFES, class TestFES>
class Multithreaded<Math::SparseMatrix<typename FormLanguage::Dot<typename FormLanguage::Traits<TrialFES>::ScalarType, typename FormLanguage::Traits<TestFES>::ScalarType>::Type>, Variational::BilinearForm<TrialFES, TestFES, Math::SparseMatrix<typename FormLanguage::Dot<typename FormLanguage::Traits<TrialFES>::ScalarType, typename FormLanguage::Traits<TestFES>::ScalarType>::Type>>>
Multithreaded assembly of the Math::SparseMatrix associated to a BilinearFormBase object.
template<class FES>
class Multithreaded<Math::Vector<typename FormLanguage::Traits<FES>::ScalarType>, Variational::LinearForm<FES, Math::Vector<typename FormLanguage::Traits<FES>::ScalarType>>>
Multithreaded assembly of the Math::Vector associated to a LinearForm object.
template<class TrialFES, class TestFES>
class Multithreaded<::Mat, Variational::BilinearForm<TrialFES, TestFES, ::Mat>>
Multithreaded assembly for PETSc Mat (bilinear form)
Tab / T to search, Esc to close
…

Search for symbols, directories, files, pages or modules. You can omit any prefix from the symbol or file path; adding a : or / suffix lists all members of given symbol or directory.

Use ↓ / ↑ to navigate through the list, Enter to go. Tab autocompletes common prefix, you can copy a link to the result using ⌘ L while ⌘ M produces a Markdown link.

Sorry, nothing was found.

    Rodin. Created with Doxygen 1.9.8 and m.css.