assemble(const expr &... args) | gsExprAssembler< T > | |
assembleBdr(const bcRefList &BCs, expr &... args) | gsExprAssembler< T > | |
assembleJacobian(const expr residual, solution &u) | gsExprAssembler< T > | |
clearMatrix(const bool &save_sparsety_pattern=true) | gsExprAssembler< T > | inline |
computePattern(const expr &... args) | gsExprAssembler< T > | inline |
computePatternBdr(const bcRefList &BCs, const expr &... args) | gsExprAssembler< T > | inline |
computePatternIfc(const ifContainer &iFaces, expr... args) | gsExprAssembler< T > | inline |
defaultOptions() | gsExprAssembler< T > | static |
element typedef | gsExprAssembler< T > | |
fiberMatrix() const | gsExprAssembler< T > | inline |
geometryMap typedef | gsExprAssembler< T > | |
getCoeff(const gsFunctionSet< T > &func) | gsExprAssembler< T > | inline |
getCoeff(const gsFunctionSet< T > &func, geometryMap &G) | gsExprAssembler< T > | inline |
getMap(const gsFunctionSet< T > &g) | gsExprAssembler< T > | inline |
getSolution(const expr::gsFeSpace< T > &s, gsMatrix< T > &cf) const | gsExprAssembler< T > | inline |
getSpace(const gsFunctionSet< T > &mp, index_t dim=1, index_t id=0) | gsExprAssembler< T > | inline |
getTestSpace(const gsFunctionSet< T > &mp, index_t dim=1, index_t id=0) | gsExprAssembler< T > | inline |
getTestSpace(space u, const gsFunctionSet< T > &mp, index_t dim=-1) | gsExprAssembler< T > | inline |
gsExprAssembler(index_t _rBlocks=1, index_t _cBlocks=1) | gsExprAssembler< T > | inline |
initMatrix() | gsExprAssembler< T > | inline |
initSystem(const index_t numRhs=1) | gsExprAssembler< T > | inline |
initVector(const index_t numRhs=1) | gsExprAssembler< T > | inline |
integrationElements() const | gsExprAssembler< T > | inline |
makeMatrix() const | gsExprAssembler< T > | inline |
matrix() const | gsExprAssembler< T > | inline |
matrix_into(gsSparseMatrix< T > &out) | gsExprAssembler< T > | inline |
matrixBlockView() | gsExprAssembler< T > | inline |
matrixBlockView() const | gsExprAssembler< T > | inline |
numBlocks() const | gsExprAssembler< T > | inline |
numDofs() const | gsExprAssembler< T > | inline |
numTestDofs() const | gsExprAssembler< T > | inline |
options() | gsExprAssembler< T > | inline |
resetDimensions() | gsExprAssembler< T > | private |
rhs() const | gsExprAssembler< T > | inline |
rhs_into(gsMatrix< T > &out) | gsExprAssembler< T > | inline |
setGeometryMap(const gsMultiPatch< T > &gMap) | gsExprAssembler< T > | inline |
setIntegrationElements(const gsMultiBasis< T > &mesh) | gsExprAssembler< T > | inline |
setOptions(gsOptionList opt) | gsExprAssembler< T > | inline |
solution typedef | gsExprAssembler< T > | |
space typedef | gsExprAssembler< T > | |
testSpace(const index_t id) | gsExprAssembler< T > | inline |
testSpace(space u) const | gsExprAssembler< T > | inline |
trialSpace(const index_t id) const | gsExprAssembler< T > | inline |
trialSpace(space &v) const | gsExprAssembler< T > | inline |
variable typedef | gsExprAssembler< T > | |