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

Method AddTrans

fem/diffop.cpp:282–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 }
281
282 void DifferentialOperator ::
283 AddTrans (const FiniteElement & bfel,
284 const SIMD_BaseMappedIntegrationRule & bmir,
285 BareSliceMatrix<SIMD<double>> flux,
286 BareSliceVector<double> x) const
287 {
288 throw ExceptionNOSIMD (string("DifferentialOperator :: AddTrans ( ... SIMD ... ) not overloaded for class ") + typeid(*this).name());
289 }
290
291 void DifferentialOperator ::
292 AddTrans (const FiniteElement & bfel,

Callers

nothing calls this directly

Calls 8

AddTransMethod · 0.45
RowsMethod · 0.45
DimMethod · 0.45
GetNDofMethod · 0.45
RangeMethod · 0.45
SizeMethod · 0.45
RowMethod · 0.45
HeightMethod · 0.45

Tested by

no test coverage detected