ExplicitFELinearProblem
-
class ExplicitFELinearProblem : public godzilla::FENonlinearProblem, public godzilla::ExplicitProblemInterface
Public Functions
-
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 create() override
Called to construct the object.
-
virtual void run() override
Run the problem.
-
virtual void compute_solution_vector_local() override
Build local solution vector for this problem.
-
virtual Real get_time() const override