https://github.com/feelpp/feelpp

sort by:
Revision Author Date Message Commit Date
e9650cf 0.99 beta6 31 August 2014, 00:27:27 UTC
500a10e up nlopt installation (move module forward) 31 August 2014, 00:27:13 UTC
08d10b2 bump up to 0.99.0.beta.5 30 August 2014, 11:26:00 UTC
4764779 remove Fortran starting from cmake 3 30 August 2014, 08:29:29 UTC
5166121 add option to enable/disable CMAKE_MACOSX_RPATH 30 August 2014, 08:27:34 UTC
ecbb288 added the --generator option which allows for example to use the Ninja build system 30 August 2014, 08:27:02 UTC
2f039b8 up 433 : comment out to avoid cmake complaining 30 August 2014, 07:09:48 UTC
0d6eb03 cleanup 30 August 2014, 07:02:48 UTC
e6f6b68 bump up version 30 August 2014, 06:58:57 UTC
b1ec5fe Fix compilation on Ubuntu Precise/Trusty 30 August 2014, 06:58:15 UTC
70134fa Fix compilation on PETSc 3.1 (Ubuntu Precise) 30 August 2014, 06:57:20 UTC
84ddd48 update ChangeLog entries (partly automatically) added python script to retrieve automatically issue list from a milestone/release to then add it to the ChangeLog 30 August 2014, 06:56:14 UTC
c446329 Update CMakeLists.txt 29 August 2014, 14:09:41 UTC
8ffef78 typo 29 August 2014, 14:06:59 UTC
b53f4e6 Merge pull request #381 from VANTHONG/develop Merge work form internship file formats (Author: B. Vanthong) 29 August 2014, 13:56:05 UTC
47bb089 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 29 August 2014, 12:58:23 UTC
ab09773 BACKEND_PETSC is the default one + ambiguous call 29 August 2014, 12:58:10 UTC
e36eb31 warnings disappeared 29 August 2014, 11:43:14 UTC
820d4d3 found the bug :) 29 August 2014, 11:37:32 UTC
48601fb Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 29 August 2014, 10:11:50 UTC
e7e0d23 typo 29 August 2014, 10:31:52 UTC
3050987 t pushMerge branch 'develop' of https://github.com/feelpp/feelpp into develop 29 August 2014, 10:31:05 UTC
025a918 change WORKDIR 29 August 2014, 10:30:56 UTC
b68a782 forgot file 29 August 2014, 10:11:32 UTC
084486e Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 29 August 2014, 09:26:09 UTC
a90116b @mszopos 3D code for pressure bc 29 August 2014, 09:25:27 UTC
b810846 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 29 August 2014, 09:23:42 UTC
c93fccb Proper fix #429: - Added optional components libs to FEELPP_LIBRARIES 29 August 2014, 09:22:51 UTC
e96f98b Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 29 August 2014, 09:17:23 UTC
38de57c Application -> Environment 29 August 2014, 09:14:01 UTC
41bbac0 fix compilation #431 and b8686be37deef7875acf622b5d968e9d18c2e5a6 29 August 2014, 08:51:51 UTC
93c907a #431 29 August 2014, 08:36:47 UTC
3d0273a improve b8686be37deef7875acf622b5d968e9d18c2e5a6 29 August 2014, 08:36:08 UTC
d68327f Merge branch 'chorus' into develop Conflicts: feel/feelfilters/unitsegment.cpp feel/feelfilters/unitsegment.hpp 28 August 2014, 16:04:54 UTC
45a4aca Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 28 August 2014, 16:02:55 UTC
d844dd1 allow prefixing of gmsh domain descriptions and then customize with respect to prefix in cfg file 28 August 2014, 15:14:05 UTC
47a24ed add private for variables 28 August 2014, 15:07:38 UTC
eea40fe -split implementation from class definition -add missing mutators -remove unused includes 28 August 2014, 14:46:43 UTC
0a0fc5a fix #431 ; add _backend as arg to form1 and form2 28 August 2014, 14:43:22 UTC
5f1266b Fixed bad names in python wrapping implementation: WRAPPER instead of WRAPPING 28 August 2014, 14:33:00 UTC
563c149 pass the worldcomm as argument to unitSegment 28 August 2014, 14:25:31 UTC
b8686be proper instantiation of backend by passing BackendType 28 August 2014, 14:24:49 UTC
2692ce5 fixing warnings 28 August 2014, 13:12:07 UTC
2ef1bd2 -fix HGcreate for old and new API 28 August 2014, 12:47:02 UTC
8e9700b Merge remote-tracking branch 'upstream/develop' into develop Conflicts: applications/mesh/mesh.cpp cmake/modules/FindFeel++.cmake doc/manual/CMakeLists.txt 28 August 2014, 12:36:34 UTC
10f9438 -remove test directory -add credits -protect hdf5 code 28 August 2014, 12:27:38 UTC
3872e86 remove test programs 28 August 2014, 12:04:58 UTC
d9e5759 Testing proper fix #429: - Made Boost a REQUIRED package - Split the search for boost.python from other boost components - Better macro handling for using python wrapping 28 August 2014, 11:47:12 UTC
929fd98 up #430 : init from expression 28 August 2014, 04:34:33 UTC
9ab0968 up #420 : fix compilation we are at 110200 now 28 August 2014, 04:03:45 UTC
5c64770 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 27 August 2014, 16:03:28 UTC
131cb00 Documentation: - Updated Homebrew instruction with --only-dependencies 27 August 2014, 16:52:20 UTC
9250764 Fix #429: - Quick fix for develop branch not building on OS X, by removing the python component in the find_package of Boost (WIP on a proper fix) 27 August 2014, 15:10:15 UTC
8425f0f fix compilation #430 this is need for feelpp/chorus#5 27 August 2014, 12:52:38 UTC
6e63a9b added elementsPtr() to return a vector of element_ptrtype, see #430 and feelpp/chorus#5 27 August 2014, 11:59:30 UTC
680d8cc @jbwahl @lgiraldi some slight changes to have better support for lowrank approximations 27 August 2014, 11:47:21 UTC
579f73d Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 27 August 2014, 11:45:11 UTC
8ca6fdd @jbwahl @lgiraldi some slight changes to have better support for lowrank approximations 27 August 2014, 08:38:48 UTC
bfd98dc undef macros tolower and toupper see #429 27 August 2014, 05:06:43 UTC
d5e3f0b up #429 reindent (the file was badly indented) and have python related files with cpp macros `FEELPP_ENABLE_PYTHON_WRAPPER` 27 August 2014, 05:05:34 UTC
9dca3d5 readd eigen 26 August 2014, 21:15:40 UTC
7d055f0 update 26 August 2014, 21:14:02 UTC
4f997f9 beta.3 26 August 2014, 21:12:42 UTC
2b57acc Merge pull request #380 from LANTZT/develop Merge code from Python Internship (Author: Thomas Lantz) 26 August 2014, 15:38:27 UTC
5771c9d start work on ipopt #407 26 August 2014, 16:10:55 UTC
2a2d87c #407 26 August 2014, 16:01:47 UTC
7e2a0f2 #407 26 August 2014, 16:01:28 UTC
de527e7 Merge remote-tracking branch 'upstream/develop' into develop 26 August 2014, 15:00:24 UTC
0ed1d3c - added README.Ãmd 26 August 2014, 14:57:04 UTC
b8a9001 - added credit 26 August 2014, 14:34:35 UTC
adfecf4 add Tensor for saveNodal and saveElement 26 August 2014, 14:33:37 UTC
806e150 - added credits 26 August 2014, 14:27:40 UTC
894cd75 - add config file for myfunctionspace.cpp - add missing subdrirectory for feelpython 26 August 2014, 14:19:01 UTC
4ca6822 - Move Python wrapper library in feel/feelpython 26 August 2014, 14:13:25 UTC
8bda6e3 - bug fix with Python script 26 August 2014, 14:04:21 UTC
a1977fe - added missing Python library - linked Feelpp module to the others - clean up code 26 August 2014, 13:54:38 UTC
c25c3f1 Bugfix: - move hwloc code out of scope for non Harts code 26 August 2014, 12:36:10 UTC
1c641d8 - add option for Python wrapper - update option name in CMakeList - remove debug imputs - update library name - protected mpi4py include 26 August 2014, 12:32:06 UTC
77ff4a1 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 26 August 2014, 12:04:55 UTC
8af58a7 Bugfixes: - MKL: Protected the cmake portion in case all the MKL components are not available - Removed warning of uninitialized value in detail/integrator.hpp 26 August 2014, 12:03:04 UTC
da72c6d disable nlopt on cp-debian 26 August 2014, 10:12:19 UTC
177d0d5 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 26 August 2014, 07:22:22 UTC
abdcef5 bump up to 0.99.0.beta.2 26 August 2014, 00:24:52 UTC
ece6b59 quiet 26 August 2014, 00:22:53 UTC
2969cd3 remove 25 August 2014, 23:53:17 UTC
f74ad92 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 25 August 2014, 13:23:45 UTC
59576a3 readd nlopt 24 August 2014, 10:30:49 UTC
93b4795 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 24 August 2014, 08:15:11 UTC
5f4db5e allow options MATRIX_TRANSPOSE_ASSEMBLED and MATRIX_TRANSPOSE_UNASSEMBLED for adjoint() see #427 however there is a crash in the unassemble case which needs to be found 24 August 2014, 08:14:24 UTC
dfb48dc undo 24 August 2014, 08:05:52 UTC
d86765e Merge branch 'develop' of ssh://hm.turing.idris.fr/linkhome/rech/ujk/rujk001/Devel/feelpp.bare into develop 24 August 2014, 08:04:59 UTC
e133d2b added scripts for turing #351 24 August 2014, 08:04:29 UTC
10e079e allow options MATRIX_TRANSPOSE_ASSEMBLED and MATRIX_TRANSPOSE_UNASSEMBLED for adjoint() see #427 in case of unassembly no need to allocate the matrix (some gain here) 24 August 2014, 06:45:10 UTC
0551990 Merge branch 'develop' of ssh://localhost:7777/ccc/cont005/home/ra0840/prudhomc/Devel/feelpp.bare into develop 24 August 2014, 00:27:52 UTC
3b78252 fix #427 add option to transpose() to avoid assembling the transpose but rather provide just the interface for the multiplication by the transpose 24 August 2014, 00:26:27 UTC
7b2872e fix #426 implement newMatrix() 24 August 2014, 00:24:55 UTC
67d9d9a fix compilation (#351), I did not find where the constructorg with the worldComm was defined (@asamake, @vincentchabannes) 24 August 2014, 00:19:56 UTC
b746226 fixes cmake script for BGQ (#351) 24 August 2014, 00:18:22 UTC
cb843d3 added turing config file (#351) 24 August 2014, 00:17:10 UTC
370990b up #351 fix compilation with bgclang11 23 August 2014, 15:14:32 UTC
back to top