ExplicitFVLinearProblem

class ExplicitFVLinearProblem : public godzilla::NonlinearProblem, public godzilla::FVProblemInterface, public godzilla::ExplicitProblemInterface

Public Functions

virtual void create() override

Called to construct the object.

virtual void run() override

Run the problem.

virtual Real get_time() const override

Get simulation time.

For steady-state simulations, time is always 0

Returns:

Simulation time

virtual Int get_step_num() const override

Get time step number.

Returns:

Time step number

virtual void compute_solution_vector_local() override

Build local solution vector for this problem.