Author |
Message |
Topic: Stack Overflow: Re-link program with bigger stack value. |
Semih
Replies: 2
Views: 11479
|
Forum: Plato Posted: Sat Nov 03, 2018 9:01 pm Subject: |
Thank you. |
Topic: Stack Overflow: Re-link program with bigger stack value. |
Semih
Replies: 2
Views: 11479
|
Forum: Plato Posted: Sat Oct 27, 2018 5:35 pm Subject: Stack Overflow: Re-link program with bigger stack value. |
Hi,
I'm interested in large matrix in FTN95 Plato. When i work with matmul(a,b), I take error below. Could you help me?
array a(8000,8000)
array b(8000,8000)
Thank you in advance.
Salfo ... |
Topic: Storage of Two Data |
Semih
Replies: 8
Views: 8819
|
Forum: General Posted: Sun Oct 21, 2018 5:11 pm Subject: |
I understood now. Thanks a lot. |
Topic: Storage of Two Data |
Semih
Replies: 8
Views: 8819
|
Forum: General Posted: Sun Oct 21, 2018 12:18 pm Subject: |
Actually, what i want to ask is that
"integer*4 elem_edge_list(3,mx_elem) ! list of edges for each triangle"
Example: elem_edge_list(2,7) = ?
How do i state "list of edge" ... |
Topic: Storage of Two Data |
Semih
Replies: 8
Views: 8819
|
Forum: General Posted: Sun Oct 21, 2018 6:43 am Subject: |
You are right, i could not state clearly the problem.
i have element connectivity data. Mesh is triangular element.
Element number___Node number 1___Node number 2___Node number 3
_____1________ ... |
Topic: Storage of Two Data |
Semih
Replies: 8
Views: 8819
|
Forum: General Posted: Sat Oct 20, 2018 9:49 am Subject: Storage of Two Data |
Hi,
I'm new in Fortran. I want to store two data. How can I do this?
Example; I have data 1,2,3,4,5,6,..
I want to store as (1,2), (3,4) (5,6) regardless of sequence(for instance, (5,6) and ( ... |
Topic: Matrix Operations |
Semih
Replies: 2
Views: 11573
|
Forum: Plato Posted: Mon Oct 15, 2018 8:26 pm Subject: |
Thanks a lot. |
Topic: Matrix Operations |
Semih
Replies: 2
Views: 11573
|
Forum: Plato Posted: Mon Oct 15, 2018 5:53 pm Subject: Matrix Operations |
Hi,
Are there subroutines in Silverfost library to inverse - add - substract - multiply matrix for nxn dimensions ( n>1000)
Thank you. |
|