Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierr committed Dec 17, 2024
1 parent f03bfa0 commit a8eba9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Documentation/publishedExamples/runProtonicMembrane.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ We setup the initial state using a default setup included in the model
state0 = model.setupInitialState();
Schedule schedule
=================
Schedule
========
We setup the schedule, which means the timesteps and also the control we want to use. In this case we use current control and the current equal to zero (see here :battmofile:`here<ProtonicMembrane/protonicMembrane.json#86>`).
We compute the steady-state solution so that the time stepping here is more an artifact to reach the steady-state solution. In particular, it governs the pace at which we increase the non-linearity (not detailed here).

Expand Down
2 changes: 1 addition & 1 deletion ProtonicMembrane/examples/runProtonicMembrane.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
% We setup the initial state using a default setup included in the model
state0 = model.setupInitialState();

%% Schedule schedule
%% Schedule
% We setup the schedule, which means the timesteps and also the control we want to use. In this case we use current
% control and the current equal to zero (see here :battmofile:`here<ProtonicMembrane/protonicMembrane.json#86>`).
%
Expand Down

0 comments on commit a8eba9b

Please sign in to comment.