sort by:
Revision Author Date Message Commit Date
68e8483 @lcarichi merge linear elasticity and hyperelasticity renamed class to SolidMechanics (see quickstart/solid/qs_sm) 02 March 2015, 00:31:08 UTC
ffb2698 Fix issue #534 - support u[Component::{X,Y,Z}] - allow dirichlet condition per component ```c++ a+=on(_range=markedfaces(mesh,"top"),_element=u[Component::Y],_rhs=l,_expr=cst(0.)) ``` 02 March 2015, 00:18:44 UTC
721017a @lcarichi move 27 February 2015, 13:20:11 UTC
db50b13 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 27 February 2015, 13:17:43 UTC
e84d9cf Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 27 February 2015, 11:04:28 UTC
220d6bd change style of option in command line (only done for precondtioners options) 27 February 2015, 11:04:23 UTC
296b332 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 27 February 2015, 10:18:58 UTC
5dd2f3f Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 27 February 2015, 09:40:43 UTC
922266f c07a0bd007afb05bd4c9628f3c597e581c8c1401 27 February 2015, 09:36:52 UTC
0f1560e fix gamg options about coarse size + clean (but setup gamg take always a huge time (vs ml)) 26 February 2015, 10:39:28 UTC
aad4627 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 25 February 2015, 13:05:03 UTC
da9c499 start working on slepc options 25 February 2015, 13:04:58 UTC
f439b9c up gamg for asymetric matrix (default is on) 24 February 2015, 18:25:34 UTC
5e30b79 Minor updates: - Added level of error messages for Python Wrapping in cmake step - Commented out unused header - Removed option for choosing MPI threading level (passed to the Environment) 24 February 2015, 14:42:16 UTC
fcf3e1f If possible, use PETSc macros. [ci skip] 24 February 2015, 12:36:21 UTC
6519d7a Prepare for the upcoming SLEPc release. 24 February 2015, 11:49:19 UTC
8f8b050 clean 24 February 2015, 09:24:43 UTC
1d84d1c fix warning (respect ordering in constructor) 24 February 2015, 09:23:55 UTC
b786025 remove useless header 24 February 2015, 09:19:28 UTC
c49b42c move forward 23 February 2015, 15:32:56 UTC
7810749 move quickstart forward 23 February 2015, 15:26:51 UTC
35e6b4d @vincentchabannes @feelpp/eye2brain update the stvenantkirchhoff model (axisymm still todo ) 23 February 2015, 15:24:37 UTC
ff06b64 doc+fixes 23 February 2015, 15:24:05 UTC
3b03a8a @vincentchabannes use <functional> (std::function,std::bind...) rather than the boost counterpart. cleaner implementation and better compiler messages 23 February 2015, 15:23:00 UTC
85bb8e4 update time stepping @vincentchabannes - next(u) in newmark can now call updateFromDisp with a bool to control that - provide a isSteady() member function for the ts base class 23 February 2015, 13:51:50 UTC
fc4b05c added vector_field_expression using `using` 23 February 2015, 13:51:21 UTC
33fcd21 added Pdh_type using `using` 23 February 2015, 13:50:50 UTC
430d27e @vincentchabannes @feelpp/eye2brain start working on a suite of models in Feel++ we begin with hyperelastic material models the interface is simple for now it still requires quite a few changes in feel++ to work which I will commit later. there is some weird interference between boost.fusion and std::bind/std::function/std::tuple (at least with boost1.55) that causes a mis compilation. 23 February 2015, 11:14:05 UTC
1ac7d23 start using `using` a quite powerful c++11 feature it will simplify quite a bit of our codes 22 February 2015, 22:44:02 UTC
29547af enable inner(l) = inner(l,l) 22 February 2015, 22:43:33 UTC
7dddb02 @prj- right I forgot to commit this to compile qs_sk 22 February 2015, 22:40:51 UTC
cfc36cc move submodules forward 21 February 2015, 16:19:42 UTC
dcca198 move 21 February 2015, 00:19:27 UTC
94efeca move forward 20 February 2015, 22:10:34 UTC
138d258 move forward (@lcarichi you need to do git pull in feel++ to sync feel++ and quickstart) 20 February 2015, 22:01:43 UTC
e7f00d0 move forward 20 February 2015, 20:06:49 UTC
dbe84bf Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 20 February 2015, 20:06:33 UTC
cf7fa3d reduce io tremendously 20 February 2015, 19:31:34 UTC
27f931c move forward @lcarichi you need to update (git pull) your feelpp copy 20 February 2015, 19:30:44 UTC
99fe625 @lcarichi you need to get this commit to compile quickstart 20 February 2015, 17:58:00 UTC
41777f4 d537d82cfb8d31e0b773bb16c4ff20b5ab41bb0f @prudhomm 20 February 2015, 13:38:31 UTC
b2a7b12 up test : check some computations + add on projection 20 February 2015, 12:51:25 UTC
112dc06 fix sum() in // for ublas vector 20 February 2015, 12:49:58 UTC
ae3c267 fix assign in composite case (major bug) : no add shift start(), already take into account by ublas range vector 20 February 2015, 12:49:18 UTC
85a7e55 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 20 February 2015, 11:46:33 UTC
c472531 fix --help with mpirun (must be called after mpi init) 20 February 2015, 08:19:18 UTC
bc9c711 up multigrid prec 18 February 2015, 14:50:57 UTC
ded1997 Fixes CMake. 18 February 2015, 13:04:33 UTC
0a1f3f3 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 18 February 2015, 11:14:59 UTC
918c3f2 testcase for #533 (use '-st_shift 15' to avoid zero pivot) 18 February 2015, 11:13:52 UTC
3c5e3ee Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 18 February 2015, 08:01:24 UTC
34e3ac8 fix compilation of feel++ tarballs which do not ship doc/api 18 February 2015, 08:00:57 UTC
cbfc1a6 up #464 @aancel first attempt to fix the Python constructor 18 February 2015, 01:11:00 UTC
38b58df up #464 remove warning (@vhuber) 17 February 2015, 23:47:37 UTC
d71b2ca up #533 : I cannot reproduce your issue @romainhild 17 February 2015, 23:46:38 UTC
d9c6ede fix compilation on curie 17 February 2015, 10:38:14 UTC
2b2a13e cleanup and fixed issue #514 now @romainhild you can include feel/feelcore/version.hpp to get the macro working properly 17 February 2015, 10:11:45 UTC
606692e Merge branch 'feature/mt' into develop 17 February 2015, 08:51:28 UTC
08f454b use constexpr 17 February 2015, 08:51:20 UTC
f41716e move 17 February 2015, 08:49:54 UTC
bfba6f4 move forward 17 February 2015, 08:43:14 UTC
54d905f up #464 remove output 17 February 2015, 02:15:07 UTC
0bb164e use boost 1.55 17 February 2015, 01:19:56 UTC
067ab5a another fix for travis 17 February 2015, 00:59:33 UTC
0741546 fix clang repo 17 February 2015, 00:49:48 UTC
384bd12 try various versions of clang 17 February 2015, 00:46:18 UTC
8b102f5 up #464 various fixes and moving of functions/cleanups 17 February 2015, 00:25:59 UTC
1091c87 fix issue #464 starting from boost 1.55, boost.mpi support initialization of mpi with threading level but also major refactor Environment constructors which is much cleaner now - push back Environment in Feel - use constructor delegation now to use boost.parameter and delegate to new constructor - new constructor that implements the full initialisation of the feel++ execution environment 16 February 2015, 14:15:27 UTC
5a7a420 Merge branch 'develop' into feature/mt 16 February 2015, 08:55:18 UTC
38c3904 fix datamap col 15 February 2015, 14:49:31 UTC
65f276e up #531 + fix options with MG preconditioners 15 February 2015, 11:21:52 UTC
7dd7699 re-enable osx now that many packages are bootled 15 February 2015, 07:05:00 UTC
43152c0 - Added pointer change to unique_ptr for M_env - Refactored code for petsc init and checks - Started reworking code for init function 13 February 2015, 16:24:11 UTC
1dc17a7 up magnetostatic doc and example 13 February 2015, 16:17:13 UTC
1e0f79f still work to do - magnetostatic doc 13 February 2015, 16:02:30 UTC
636da4b Started working on adding the mt handling in MPI 13 February 2015, 15:30:35 UTC
6136699 fix formulation 13 February 2015, 15:07:23 UTC
d60a678 @cprudhom @cdaversin vhuber@slave:~/BuildFeel/doc/manual/magnetostatic$ ./feelpp_doc_magnetostatic_2d --config-file magnetostatic2d.cfg --parameters.d=0 --gmsh.hsize=0.1 --weakdirichlet=true Weakdirichlet = true Penaldir = 0 Stab Param = 1 L2 error (u-e) = 0.399725 L2 error (interp_curl(e) -e) = 0.399736 vhuber@slave:~/BuildFeel/doc/manual/magnetostatic$ ./feelpp_doc_magnetostatic_2d --config-file magnetostatic2d.cfg --parameters.d=1e12 --gmsh.hsize=0.1 --weakdirichlet=true Weakdirichlet = true Penaldir = 1e+12 Stab Param = 1 L2 error (u-e) = 0.399717 L2 error (interp_curl(e) -e) = 0.399736 13 February 2015, 14:09:40 UTC
7cd3fae debug info 13 February 2015, 14:08:22 UTC
0bcfd20 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 13 February 2015, 11:22:17 UTC
eb418dd penalisation as parameter 13 February 2015, 11:22:09 UTC
399d5b4 support mumps option only for petsc >= 3.2 13 February 2015, 07:33:36 UTC
3f11248 re-add options 13 February 2015, 07:32:05 UTC
d907dfe Fix linker problem 12 February 2015, 16:04:45 UTC
536fa4b Support for hypercube elemets and high-order geometries 12 February 2015, 12:00:37 UTC
3222a1d Add laplacian bean 11 February 2015, 23:22:13 UTC
bf05343 Really fixes #499 and removes some warnings. 11 February 2015, 12:15:09 UTC
e41eb5d bump up to beta.7 find petsc 3.5.3_2 on homebrew 11 February 2015, 06:26:01 UTC
f649820 enable testsuite and applications only if they are available (eg may be stripped from tarball) 11 February 2015, 01:42:29 UTC
fc3dfc7 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 11 February 2015, 01:26:45 UTC
a12c709 beta.6, update changelog, trim down release so that it is < 10MB 11 February 2015, 01:26:16 UTC
ee282c5 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 10 February 2015, 09:20:57 UTC
8a6fd7c Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 10 February 2015, 08:57:22 UTC
789772e Issue #371: - Fix exporter ensight - Simplified code 10 February 2015, 08:55:55 UTC
220b137 bump up 10 February 2015, 06:18:50 UTC
fae3427 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 10 February 2015, 04:55:06 UTC
98d6fd0 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 10 February 2015, 04:54:27 UTC
0187994 add benchmark to measure compilation cost (time) add main headers per feel directory 10 February 2015, 04:53:25 UTC
d3e2d3d Cleaning around. 09 February 2015, 23:31:44 UTC
3ab8cf6 Bug fixing previous commit in ensight gold exporter 09 February 2015, 16:37:16 UTC
back to top