Skip to content
Snippets Groups Projects
Commit aeebafb9 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[assembler.multiscale.boundary] rename assembleMatrices() -> assemble()

parent 52d03d48
Branches
Tags
No related merge requests found
...@@ -63,7 +63,7 @@ public: ...@@ -63,7 +63,7 @@ public:
} }
template <class DirichletAssemblerType, class MatrixBackendType> template <class DirichletAssemblerType, class MatrixBackendType>
void assembleMatrices(const DirichletAssemblerType& dirichletAssembler, MatrixBackendType& matrix) const void assemble(const DirichletAssemblerType& dirichletAssembler, MatrixBackendType& matrix) const
{ {
// preparations // preparations
typedef typename BoundaryGridPartType::template Codim<0>::EntityType EntityType; typedef typename BoundaryGridPartType::template Codim<0>::EntityType EntityType;
...@@ -102,7 +102,7 @@ public: ...@@ -102,7 +102,7 @@ public:
} // call the local assembler } // call the local assembler
} // walk the intersections } // walk the intersections
} // walk the coupling grid part } // walk the coupling grid part
} // void assembleMatrices(...) const } // void assemble(...) const
private: private:
const BoundaryGridPartType& boundaryGridPart_; const BoundaryGridPartType& boundaryGridPart_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment