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

Function ParallelOp

parallel/parallel_matrices.hpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 inline PARALLEL_OP ParallelOp (PARALLEL_STATUS stat_row, PARALLEL_STATUS stat_col)
62 {
63 if (stat_row == CUMULATED)
64 return (stat_col == CUMULATED) ? C2C : C2D;
65 else
66 return (stat_col == CUMULATED) ? D2C : D2D;
67 }
68
69
70 class ParallelMatrix : public BaseMatrix

Callers 2

ComposeOperatorsFunction · 0.85
TransposeOperatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected