FEAP User Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
FEAP Version 8.6.1n released: February 14, 2022
Home
Help
Search
FEAPwiki
Login
Register
FEAP User Forum
»
FEAP
»
General questions
»
Multiple right-hand sides
« previous
next »
Print
Pages: [
1
]
Author
Topic: Multiple right-hand sides (Read 4575 times)
TUDoR
Jr. Member
Posts: 17
Multiple right-hand sides
«
on:
March 18, 2013, 06:11:04 AM »
Hello,
I'd like to build multiple right-hand sides during execution of my user element and solve
the linearized (global) system of equations for each right-hand side. Is there any way to
do that with FEAP (v 8.3.19)?
Logged
FEAP_Admin
Administrator
FEAP Guru
Posts: 993
Re: Multiple right-hand sides
«
Reply #1 on:
March 20, 2013, 10:24:35 PM »
FEAP can sort of do this but depending on the details you may need to make some modifications.
If you use
tang
form
solve
form
solve
then you get one factored tangent matrix. For each form you get a right hand side that can be solved using the solve command. What you will need however is to set it up so that each form generates the RHS that you want. Probably you
will want to write a user macro subroutine umacrXX.f to help get what you want.
Logged
Print
Pages: [
1
]
« previous
next »
FEAP User Forum
»
FEAP
»
General questions
»
Multiple right-hand sides