- 27 Oct, 2004 3 commits
-
-
prudhomm authored
a better petsc manager added test for petsc manager (test_petsc) to the testsuite
-
winkelma authored
- avoids copying of index arrays which is not needed for reading access - fixes bug of invalid iterator on temporary copy (was my fault)
-
prudhomm authored
now Matrix types have their own files
-
- 26 Oct, 2004 17 commits
-
-
vmartin authored
-
vmartin authored
-
simone authored
-
gfourestey authored
-
simone authored
-
simone authored
-
simone authored
-
gfourestey authored
-
gfourestey authored
-
gfourestey authored
-
gfourestey authored
-
prudhomm authored
can u try with this ?
-
prudhomm authored
-
prudhomm authored
now ScalUnknown is as cool as PhysVectUnknown and accepts general vector expressions thanks to boost::
-
prudhomm authored
not operator= accepts Vector Expression(Aka expression template) thanks to boost Fixed wrong(size) Vector assignment in NavierStokesAleSolverPC
-
prudhomm authored
-
prudhomm authored
maxnorm -> norm_inf l2norm -> norm_2 added an adaptor for norm_inf to be passed to newton, picard ... norm_inf_adaptor added norm_1 and sum as new reductions operations norm_1 computes, well, the norm 1 of the vector expression and sum the sum of the elements of the Vector expression see boost::numeric::ublas -> Vector Expression for more information
-
- 25 Oct, 2004 19 commits
-
-
prudhomm authored
maxnorm is with norm_2 and maxnorm
-
gfourestey authored
now code should compile for g++ < 3.3.4 hopefully it will make gilles happy ;)
-
prudhomm authored
-
gfourestey authored
-
prudhomm authored
* ported all tests to new vector/matrices * disabled darcy for now as it is still in reconstruction * disabled compilation of test_fsi_*. test_fsi is the new standard testsuite directory for FSI
-
prudhomm authored
* cleanup ** got rid of quite a few memory leaks by using boost::shared_ptr ** simplified code in a few places * new vector/matrices for linear algebra ** use boost::numeric::ublas ** still need some work(cleanup) in tab.hpp and vecUnknown.hpp * darcy: reworked the darcy solver (more work to be done) ** darcy solver factory ** now BC and diffusion definition externalized ** still need to get rid of postProcessXXX() functions
-
prudhomm authored
-
winkelma authored
* translated comments to english
-
prudhomm authored
-
prudhomm authored
use boost::array for static array class
-
gfourestey authored
-
gerbeau authored
-
gerbeau authored
-
winkelma authored
* enhanced documentation (second part)
-
prosi authored
-
prosi authored
-
prosi authored
-
prosi authored
-
prosi authored
added tetra mesh of the wall for the darcy solver : ----------------------------------------------------------------------
-
- 24 Oct, 2004 1 commit
-
-
gfourestey authored
-