- 19 Nov, 2004 12 commits
-
-
prudhomm authored
-
prudhomm authored
-
prudhomm authored
throw an exceptio if an invalid preconditioner is used with steklovPoincare more verbose with area debugging added a setDataFromGetPot in steklovPoincare to setup aitken data and preconditioner
-
prudhomm authored
minor
-
prudhomm authored
and don't do exit(1) that is very bad manner to quit just because something went wrong, instead throw an exception
-
prudhomm authored
-
prudhomm authored
-
prudhomm authored
now check that the FSI solvers give the same results
-
prudhomm authored
Now ressources are properly allocated, used and destroyed Alas the code is still fragile but way better Fixed bug in steklovPoincare with the BC number 0 was picked to compute quantities on the interface. Basically the order to enter the BC was important now it is not a problem anymore huge cleanup to avoid duplicating code. steklovPoincare and operFS are now smaller !
-
prudhomm authored
-
prudhomm authored
AM is porting her code to new FSISolver
-
prudhomm authored
-
- 18 Nov, 2004 20 commits
-
-
prudhomm authored
of BCs
-
prudhomm authored
-
prudhomm authored
-
winkelma authored
-
winkelma authored
-
prudhomm authored
that's bad
-
prudhomm authored
-
prudhomm authored
use shared-ptr instead now ressources are allocated and destroyed at the proper time now the code is way more rebust and less error prone
-
prudhomm authored
-
prudhomm authored
-
prudhomm authored
-
prudhomm authored
now it takes a shared_ptr<DofInterfaceBase>
-
prudhomm authored
Vector --> VectorType
-
prudhomm authored
-
prudhomm authored
-
prudhomm authored
-
prudhomm authored
any other solver ! This is FSI made easy It can/must be much improved but let's see that after 0.5
-
prudhomm authored
* added FSIFactory so that we have to manipulate only the base class operFS and never the sublasses see test_fsi and the FSISolver class * allow delayed complete initialization, because the factory will call the default constructor
-
prudhomm authored
-
prudhomm authored
* Fixed a very nasty bug if we use a different FE space for the second domain than the one used by the first domain * Modified the class so that we can delay the real initialization
-
- 17 Nov, 2004 8 commits
-
-
moura authored
-
moura authored
-
moura authored
-
moura authored
Uses now Gilles interface classes for FSI. There is not yet an interface class for FSI-0d coupling due to some technical problems... Think it will be for release 0.6!
-
moura authored
-
prudhomm authored
make distchekc runs properly from beginning to end lifev 0.5 is almost ready for release :) Gilles should add test_fsi to testsuite very soon
-
winkelma authored
-
prudhomm authored
-