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

[operators] whitespace

parent bc1cee0c
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,6 @@ public:
/**
* Ctor which creates an appropriate matrix into which to assemble from a given sparsity pattern.
*/
MatrixOperator(AssemblyGridViewType assembly_grid_view,
const SourceSpaceType& source_spc,
const RangeSpaceType& range_spc,
......@@ -313,7 +312,7 @@ public:
param + XT::Common::Parameter("matrixoperator.scaling", scaling)),
filter);
return *this;
}
} // ... append(...)
ThisType&
append(const LocalCouplingIntersectionBilinearFormInterface<I, r_r, r_rC, F, F, s_r, s_rC, F>& local_bilinear_form,
......@@ -371,7 +370,7 @@ public:
param + XT::Common::Parameter("matrixoperator.scaling", scaling)),
filter);
return *this;
}
} // ... append(...)
ThisType& append(const LocalIntersectionOperatorInterface<I, V, SGV, s_r, s_rC, F, r_r, r_rC>& local_operator,
const VectorType& source,
......@@ -387,7 +386,7 @@ public:
param + XT::Common::Parameter("matrixoperator.scaling", scaling)),
filter);
return *this;
}
} // ... append(...)
/// \}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment