Author |
Message |
Topic: Formatting equations |
Kenneth_Smith
Replies: 6
Views: 341
|
Forum: ClearWin+ Posted: Tue Feb 11, 2025 11:25 am Subject: |
Lester,
Here is my approach.
https://www.dropbox.com/scl/fi/j0jx471yw04u6ozv95e1c/Equation.zip?rlkey=qe2j2yodnm264yy002fgvddea&st=l69lb1x9&dl=0 |
Topic: Learning Clearwin |
Kenneth_Smith
Replies: 11
Views: 997
|
Forum: ClearWin+ Posted: Fri Feb 07, 2025 1:54 pm Subject: |
Lester,
Yes, there is a limit of about 70 lines of code that can be posted here.
Dropbox file sharing is one alternative, which seems to work well. |
Topic: Learning Clearwin |
Kenneth_Smith
Replies: 11
Views: 997
|
Forum: ClearWin+ Posted: Fri Feb 07, 2025 10:30 am Subject: |
There is also the Clearwin Examples folder at the Silverfrost GitLab folder. Link on the RHS of the Silverfrost homepage which points to https://gitlab.com/silverfrost
I have found the content of ... |
Topic: Learning Clearwin |
Kenneth_Smith
Replies: 11
Views: 997
|
Forum: ClearWin+ Posted: Thu Feb 06, 2025 12:14 am Subject: |
Lester,
Like Bill, I'm struggling to understand what you are trying to achieve.
However, I played about with your code and it may be that this provides something like what you are looking for? ... |
Topic: Avoiding flicker with rapid %pl updates |
Kenneth_Smith
Replies: 30
Views: 5461
|
Forum: ClearWin+ Posted: Tue Feb 04, 2025 4:03 pm Subject: |
Here is another fractal - the Barnsley fern.
There a few tricks with the %pl margin, frame, etched, external_ticks and x_min etc, options, which along with an offset in the x axis values passed to ... |
Topic: MOVE_ALLOC - error 984 |
Kenneth_Smith
Replies: 4
Views: 743
|
Forum: Support Posted: Mon Feb 03, 2025 11:46 am Subject: |
Paul,
Thanks for the fix. That will simplify the recursive function in the arcing program!.
Re John's program. Here is a reduced version which generates error 84.
As USE ISO_FORTRAN_ENV is ... |
Topic: Avoiding flicker with rapid %pl updates |
Kenneth_Smith
Replies: 30
Views: 5461
|
Forum: ClearWin+ Posted: Sun Feb 02, 2025 10:51 pm Subject: |
Here is another example which appeals to the electrical engineer or �sparky� in me.
The program simulates an electrical arc between two arcing horns in 2D, using midpoint displacement and recursion ... |
Topic: MOVE_ALLOC - error 984 |
Kenneth_Smith
Replies: 4
Views: 743
|
Forum: Support Posted: Sun Feb 02, 2025 10:17 pm Subject: MOVE_ALLOC - error 984 |
The following program P1 runs as expected, returning the output shown.
program p1
use iso_fortran_env
implicit none
real, allocatable :: a(:), temp(:)
print*, co ... |
Topic: Running command line programs |
Kenneth_Smith
Replies: 8
Views: 1835
|
Forum: General Posted: Thu Jan 30, 2025 2:45 pm Subject: |
Lester,
cmdmsg has intent(inout) so needs to be initialised to " ".
program p
implicit none
integer :: cstat, estat
character(100) :: cmsg
cmsg = ' '
! T ... |
Topic: Avoiding flicker with rapid %pl updates |
Kenneth_Smith
Replies: 30
Views: 5461
|
Forum: ClearWin+ Posted: Thu Jan 30, 2025 12:13 pm Subject: |
Paul,
Pleased to report that my further tests did not identify any additional problems.
Here is one with multiple graphs.
https://www.dropbox.com/scl/fi/cuu91mgnsmrjeqr6wbblf/three_pl_buffere ... |
Topic: Running command line programs |
Kenneth_Smith
Replies: 8
Views: 1835
|
Forum: General Posted: Wed Jan 29, 2025 8:20 pm Subject: |
What do the optional arguments CMDSTAT, and CMDMSG return? |
Topic: Avoiding flicker with rapid %pl updates |
Kenneth_Smith
Replies: 30
Views: 5461
|
Forum: ClearWin+ Posted: Wed Jan 29, 2025 11:46 am Subject: |
Thanks Paul,
For some reason I had it in my head that the requirement for n_graphs to be in the first winop@ call only applied when n_graphs > 10. I�m pretty sure that�s stated in the documen ... |
Topic: Avoiding flicker with rapid %pl updates |
Kenneth_Smith
Replies: 30
Views: 5461
|
Forum: ClearWin+ Posted: Tue Jan 28, 2025 1:07 pm Subject: |
Paul,
If you run this program a dozen times, you may get a surprise. Using winop@ calls and extremely rapid update I occasionally get the clearwin error "Too many colours for %pl plot". ... |
Topic: 9.06 update observation |
Kenneth_Smith
Replies: 2
Views: 1539
|
Forum: Support Posted: Mon Jan 27, 2025 6:11 pm Subject: |
Plato also seemed to flicker a bit.
Plato was not updated!
I have not seen any problems of this type. |
Topic: Avoiding flicker with rapid %pl updates |
Kenneth_Smith
Replies: 30
Views: 5461
|
Forum: ClearWin+ Posted: Mon Jan 27, 2025 10:30 am Subject: |
Paul, Thanks for your efforts on this. My test code works as expected now. |
|