implementations.sweeper_classes.imex_1st_order_MPI module

class imex_1st_order_MPI(params)[source]

Bases: SweeperMPI, imex_1st_order

compute_end_point()[source]

Compute u at the right point of the interval

Returns:

None

integrate(last_only=False)[source]

Integrates the right-hand side (here impl + expl)

Parameters:

last_only (bool) – Integrate only the last node for the residual or all of them

Returns:

containing the integral as values

Return type:

list of dtype_u

update_nodes()[source]

Update the u- and f-values at the collocation nodes -> corresponds to a single sweep over all nodes

Returns:

None