template<class Assembler>
class Dumux::PartialReassembler< Assembler >
detects which entries in the Jacobian have to be recomputed
- Template Parameters
-
|
| | PartialReassembler (const Assembler &assembler) |
| | constructor
|
| void | computeColors (const Assembler &assembler, const std::vector< Scalar > &distanceFromLastLinearization, Scalar threshold) |
| | Determine the colors of entities for partial reassembly.
|
| void | resetColors () |
| void | resetJacobian (Assembler &assembler) const |
| template<class Communication> |
| void | report (const Communication &comm, std::ostream &outStream) |
| | called by the assembler after successful assembly
|
| EntityColor | elementColor (size_t idx) const |
| EntityColor | dofColor (size_t idx) const |
| template<bool enable = decltype(isValid(hasVertexColor()).template check<Engine>())::value, typename std::enable_if_t< enable, int > = 0> |
| EntityColor | vertexColor (size_t idx) const |