MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / CalcMatrix

Method CalcMatrix

fem/diffop.cpp:22–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 { return typeid(*this).name(); }
21
22 void DifferentialOperator ::
23 CalcMatrix (const FiniteElement & fel,
24 const BaseMappedIntegrationPoint & mip,
25 BareSliceMatrix<double,ColMajor> mat,
26 LocalHeap & lh) const
27 {
28 throw Exception (string("Error: DifferentialOperator::CalcMatrix called for base class, type = ")
29 + typeid(*this).name());
30 }
31
32 void DifferentialOperator ::
33 CalcMatrix (const FiniteElement & fel,

Callers

nothing calls this directly

Calls 15

DimFunction · 0.70
SizeMethod · 0.45
RowsMethod · 0.45
DimMethod · 0.45
GetNDofMethod · 0.45
CalcMatrixMethod · 0.45
WidthMethod · 0.45
HeightMethod · 0.45
ColMethod · 0.45
RangeMethod · 0.45
ColsMethod · 0.45
DistMethod · 0.45

Tested by

no test coverage detected