https://github.com/feelpp/feelpp

sort by:
Revision Author Date Message Commit Date
b8726d5 up ChangeLog before release 28 September 2013, 19:37:58 UTC
1c3a4a5 update issue #102, remove ginac generated files when using the installed excompiler update issue #185, continue work on better release support for feel++/ginac 28 September 2013, 18:42:08 UTC
0b152d8 fix issue #102 and update issue #185, now the temporary Ginac .so files are properly deleted in seuqnetial and in parallel 28 September 2013, 13:06:43 UTC
1eb78c8 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 28 September 2013, 08:41:14 UTC
7bb7292 update issue #185, it no works seamlessly in Debian,ginac-excompiler has been renamed feelpp_excompiler, installed applications using Ginac work nicely 28 September 2013, 08:41:02 UTC
39d1a59 prepare for feel++ 0.95 release and Debian packaging, update to PETSc and SLEPC 3.4 28 September 2013, 08:36:56 UTC
4f0f5f5 cleanup added prefix option to customize on() treatment for each problem 28 September 2013, 05:22:47 UTC
ee32698 more check forgot to add ON_ELIMINATION_SYMMETRIC in on() to build the proper arrays 27 September 2013, 18:44:19 UTC
16446e1 back to 2D 27 September 2013, 16:16:06 UTC
928c51d fix element -> range 27 September 2013, 16:16:00 UTC
f6cc7ec need work from @StephaneVeys :) 27 September 2013, 16:04:39 UTC
7620e90 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 27 September 2013, 14:37:37 UTC
3dae17b added command line options for keyword on() for verbose and type use --one.type to set the type of Strong Dirichlet treatment and one.verbose to print some information about the Dirichlet treatment 27 September 2013, 14:37:28 UTC
9a60619 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 27 September 2013, 13:44:56 UTC
d2a7f83 specific directories for logs and results, remove them afterwards 27 September 2013, 13:44:48 UTC
8a7b325 only for clang 27 September 2013, 13:19:22 UTC
69c93d8 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 27 September 2013, 13:10:02 UTC
5d6ff24 add CMakeLists.txt 27 September 2013, 13:09:44 UTC
b9d522a toy app for OneFeel 27 September 2013, 13:06:40 UTC
c5e07c3 @cdaversin re-add pi and Pi 27 September 2013, 12:55:32 UTC
d73c80a periodic conditions do no work in parallel yet disable parallel test execution 27 September 2013, 12:02:23 UTC
422e7d5 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 27 September 2013, 11:55:32 UTC
3ab897e only for debug 27 September 2013, 11:52:24 UTC
01002d8 --verbose and work only in debug 27 September 2013, 11:51:28 UTC
385ceba introduce ls_laplacian (large scale laplacian) to solve on supermuc the largest possible problem 27 September 2013, 11:50:59 UTC
8b0b14a fix compilation 27 September 2013, 11:29:53 UTC
82ec548 allow selection of compiler we want to test feel++ against 27 September 2013, 10:25:40 UTC
65b546d fixed compiled using boost 1.54 (change in shared_ptr<> typedefs) 27 September 2013, 09:27:34 UTC
2016889 fixed compiled using boost 1.54 (change in shared_ptr<> typedefs) 27 September 2013, 09:26:27 UTC
fc996b7 update issue #88, introduce parallel execution of the tests 27 September 2013, 09:05:21 UTC
d98e626 add the symmetric version 27 September 2013, 08:07:34 UTC
56fedd9 --verbose 27 September 2013, 07:47:42 UTC
571309a make it optional to use symmetric elimination in sequential in parallel, MatZeroRwosLocal is passed the dirichlet dof values as well as the right hand side for petsc >= 3.2. The symmetric version is coming soon 27 September 2013, 07:47:36 UTC
3aebfab ignore clang warnings about unsequenced variables 27 September 2013, 05:25:52 UTC
37b1cb6 loosen tolerance a tad (for 3D the error is slightly greater than 1e-13) 26 September 2013, 23:28:57 UTC
a730365 update issue #155 fix compilation 26 September 2013, 23:16:06 UTC
4f7ccb7 fixed indentation 26 September 2013, 23:14:38 UTC
b979441 need to fix mesh::createSubmesh() (not yet done) 26 September 2013, 23:14:29 UTC
f5b378d use proper call to createSubmesh mesh::createSubmesh() needs to be fixed 26 September 2013, 23:13:39 UTC
60bd853 update issue #174 fix _M -> M_ 26 September 2013, 18:54:47 UTC
676abe2 Merge branch 'feature/boundary' into develop Conflicts: feel/feelcrb/crb.hpp feel/feeldiscr/stencil.hpp feel/feelfilters/importergmsh.hpp feel/feelmesh/traits.hpp feel/feelvf/bilinearformcontext.hpp feel/feelvf/fec.hpp feel/feelvf/linearformcontext.hpp 26 September 2013, 17:53:55 UTC
c6e32e5 add GeoMap::Context constructor with a given permutation 26 September 2013, 15:20:37 UTC
2915f4b fix submesh<FACES> relation : connectivity between quadpoints (thanks to permutations) 26 September 2013, 15:18:12 UTC
0cb81db fix compilation (minor) 26 September 2013, 13:30:56 UTC
4c7d832 - improve orthonormality management - improve SCM DB management 26 September 2013, 12:49:59 UTC
2d20d7b update issue #113 @asamake @dolleg I started implementing a nicer interface which would work only if the points are in the mesh. It is not yet finished. that allows to write: ``` u = vf::project( _space=Vh,_range=markedpoints(mesh,"toto"),_expr=cst(1.)); ``` within u you retrieve the function u which is equal to 1 at the points marked 'toto' 26 September 2013, 12:14:11 UTC
a0d9eef Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 26 September 2013, 12:05:56 UTC
41fb8a3 up verification of terms involved in the error estimation only one option to check this terms : crb.check.residual as boolean 24 September 2013, 16:22:03 UTC
70f8e4b 20 September 2013, 16:09:02 UTC
fe9e5b8 fix clang compilation 20 September 2013, 08:58:33 UTC
f0952f5 fix relation submesh<FACES> : still work todo 19 September 2013, 16:18:43 UTC
47357ba submesh relation not yet implement for range<FACES> 19 September 2013, 14:21:08 UTC
0aee69a add laplacian example with Dirichlet condition by uising lagrange multier and work in // 19 September 2013, 13:16:55 UTC
42d6c28 update integrator for take into account a submesh<FACES> relation 19 September 2013, 12:49:23 UTC
4889d12 no yet implement for submesh<FACES> relation 19 September 2013, 12:45:04 UTC
e6a40d0 fix for submesh<FACES> relation 19 September 2013, 12:43:50 UTC
bc35108 add submesh relation with <FACES> case 19 September 2013, 12:42:32 UTC
6fd81d2 update importergmsh : - store only Feel::detail::GMSHElement which belong to partition(+ghosts) - clean updateGhostCellInfo 19 September 2013, 07:10:17 UTC
91d1837 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 18 September 2013, 15:54:22 UTC
fe56863 improve but not fix 18 September 2013, 15:49:21 UTC
95b0d65 Experimental implementation of Pre-Compiled Headers for applications (gcc) (Enable through cmake option FEELPP_ENABLE_PCH_FOR_APPLICATIONS) 18 September 2013, 15:44:20 UTC
a74cd7a rename geo file thanks to the mesh order 18 September 2013, 12:57:37 UTC
f47bf4f Update feelpp.site.cp-debian.cmake gcc 4.8 -> virtual memory exhausted with -j2 (Ram = 20 Go!) 18 September 2013, 08:21:39 UTC
afac105 fixe #40 17 September 2013, 15:40:54 UTC
179be28 introduce functions.g use functions.g to set the boundary conditions in quickstart laplacian use the 3D case 16 September 2013, 22:08:24 UTC
fbd4126 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 16 September 2013, 18:54:03 UTC
e8448ec fix issue #176 use order 1 instead of 10 (now stack allocation is ok) recombine mesh and generated structured mesh, fix segfault 16 September 2013, 18:53:38 UTC
e95c8c1 Update feelpp.site.cp-debian.cmake gcc 4.8 crashes - need a lot of memory! 16 September 2013, 09:45:55 UTC
f30dbc2 fix compilation 13 September 2013, 21:11:58 UTC
eb0ba44 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 13 September 2013, 16:00:11 UTC
70ee36c Fix issue #7 #8 #133 #7 check for leaks in PETSc in test_solve_leak now clear properly solvers before rebuilding a backend, it ensures that not only the preconditioners but also the petsc solvers (lineat and non-linear) are destroyed 13 September 2013, 15:59:59 UTC
b0d531d Fix issue #7 #8 #133 #7 check for leaks in PETSc in test_solve_leak now clear properly solvers before rebuilding a backend, it ensures that not only the preconditioners but also the petsc solvers (lineat and non-linear) are destroyed 13 September 2013, 15:59:47 UTC
2681195 Fix issue #7 #8 #133 #7 check for leaks in PETSc in test_solve_leak now clear properly solvers before rebuilding a backend, it ensures that not only the preconditioners but also the petsc solvers (lineat and non-linear) are destroyed 13 September 2013, 15:40:15 UTC
066d904 Fix issue #7 #8 #133 #7 check for leaks in PETSc in test_solve_leak now clear properly solvers before rebuilding a backend, it ensures that not only the preconditioners but also the petsc solvers (lineat and non-linear) are destroyed 13 September 2013, 15:40:00 UTC
613132b fix typedef components functionspace! -> fix #58 13 September 2013, 07:57:04 UTC
a1552d8 fix new mesh numerotation 13 September 2013, 07:50:09 UTC
2ba30ef identify parameters for which error estimation efficiency is under 1 for primal and dual problem 12 September 2013, 17:49:51 UTC
f855ea3 Merge branch 'develop' into feature/boundary 12 September 2013, 16:00:03 UTC
e7dda38 disable heap checking (from google-perftools if enabled) for Gmsh GModel generation. It seems that Gmsh does not delete all the data structures it allocates, at least it is reported as a leak by the heap checker. 12 September 2013, 14:13:18 UTC
257149a update issue #177 use new interface to find mem leaks 12 September 2013, 14:13:03 UTC
266bed4 upup 12 September 2013, 14:12:51 UTC
34aeeda update issue #177 added Environment::clearSomeMemory() and Environment::logMemoryUsage() 12 September 2013, 14:12:28 UTC
1688c3a up 12 September 2013, 14:12:19 UTC
ca04007 update issue #177 and related memory issues set FEELPP_HAS_GPERFTOOLS if the gperftools headers have been found 12 September 2013, 14:12:04 UTC
b6213bb fix format again 12 September 2013, 14:11:34 UTC
c1828ad update issue #177 fix format 12 September 2013, 14:11:23 UTC
048cfaf fix update #177 there is no memory leak in this program display PETSC malloc usage and resident memory usage in log file when using psLogger one can see that memory allocated for the matrices by PETSCMalloc is restored properly 12 September 2013, 14:11:11 UTC
4f923ad better format 12 September 2013, 14:10:58 UTC
b2f127d Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 12 September 2013, 14:09:44 UTC
16e81c4 up (with respect to interface for operators free) 12 September 2013, 14:05:45 UTC
5c82b61 disable heap checking (from google-perftools if enabled) for Gmsh GModel generation. It seems that Gmsh does not delete all the data structures it allocates, at least it is reported as a leak by the heap checker. 12 September 2013, 13:45:25 UTC
bd518f5 update issue #177 use new interface to find mem leaks 12 September 2013, 06:48:18 UTC
a236148 upup 12 September 2013, 06:48:04 UTC
d36a44f update issue #177 added Environment::clearSomeMemory() and Environment::logMemoryUsage() 12 September 2013, 06:47:51 UTC
d2f3ef4 up 12 September 2013, 06:47:12 UTC
5e111a8 update issue #177 and related memory issues set FEELPP_HAS_GPERFTOOLS if the gperftools headers have been found 12 September 2013, 06:47:00 UTC
b657fe4 fix format again 12 September 2013, 05:26:05 UTC
c072dfc update issue #177 fix format 12 September 2013, 05:14:48 UTC
10f624b fix update #177 there is no memory leak in this program display PETSC malloc usage and resident memory usage in log file when using psLogger one can see that memory allocated for the matrices by PETSCMalloc is restored properly 12 September 2013, 05:12:03 UTC
cfee44a better format 12 September 2013, 05:10:04 UTC
back to top