Skip to content

Add support for Nonlinear loops #10

@kabdelhak

Description

@kabdelhak

The first goal is a simple model such as

model nonlinearLoop
  Real x,y;
equation
  x = y^2 + sin(time);
  y = sin(x);
end nonlinearLoop;

The basic structure for this already exists. We have jacobians and we have the structures for StrongComponent loops. Currently we only have residual variables for DAE-Mode, but i think there is no reason to not use the deaResidual of an equation as general residual.

Maybe we should even create a residual variable for each equation to have a unique identifier for them. Could be benefitial.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions