replica nfl jerseysreplica nfl jerseyssoccer jerseyreplica nfl jerseys forums.silverfrost.com :: Search
forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 777 matches
forums.silverfrost.com Forum Index
Author Message
  Topic: Formatting equations
Kenneth_Smith

Replies: 9
Views: 1755

PostForum: 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: 2332

PostForum: 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: 2332

PostForum: 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: 2332

PostForum: 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: 7952

PostForum: 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: 1455

PostForum: 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: 7952

PostForum: 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: 1455

PostForum: 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: 9
Views: 3444

PostForum: 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: 7952

PostForum: 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: 9
Views: 3444

PostForum: 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: 7952

PostForum: 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: 7952

PostForum: 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: 2332

PostForum: 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: 7952

PostForum: ClearWin+   Posted: Mon Jan 27, 2025 10:30 am   Subject:
Paul, Thanks for your efforts on this. My test code works as expected now.
 
Page 1 of 52 Goto page 1, 2, 3 ... 50, 51, 52  Next
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group