sort by:
Revision Author Date Message Commit Date
2654673 DofFromEdge compute the doc indices associated to the edges on the fly they are not stored like for the faces. 19 March 2015, 01:17:33 UTC
80975b6 Merge branch 'develop' into feature/edge 19 March 2015, 00:24:14 UTC
b985c0e added FluidMechanics model using #284 and #285 + the preconditioner framework #460 19 March 2015, 00:22:11 UTC
bbbc4f4 added ModelMaterials for #285 19 March 2015, 00:21:26 UTC
b4ff861 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 19 March 2015, 00:21:03 UTC
7701abe more work on model framework see #284 and #285 with a complete description of the problem to solve in json format 19 March 2015, 00:19:27 UTC
60b1848 Assembly is not painfully slow anymore. [ci skip] 18 March 2015, 16:09:29 UTC
3051988 update copyright 18 March 2015, 02:27:13 UTC
9c07506 allow integer(discrete) and floating point distribution for example ```c++ auto Xh = Pdh<1>(mesh); auto m = Xh->element( cst<int>(2)-cst<int>(1)*rand<int>(0,1) ); ``` generates a piecewise constant function with values which are either 1 or 2 18 March 2015, 02:23:13 UTC
370fa60 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 18 March 2015, 01:26:49 UTC
28305d1 added support for cast<size_type>(eid()), fix #548 @asamake 18 March 2015, 01:25:51 UTC
7f51476 add support for %, fix #549 @asamake 18 March 2015, 01:20:37 UTC
017bdfc -move nullspace implementation in source file -add new constructor 17 March 2015, 22:54:00 UTC
ff4eef1 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 17 March 2015, 15:27:35 UTC
bbb80c1 fix #546 nd #547 ! 17 March 2015, 15:27:14 UTC
1a19a29 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 17 March 2015, 13:28:40 UTC
56d94d6 Added marker name into ensight and ensight gold exported data 17 March 2015, 13:27:31 UTC
77a26a0 fix compilation #534 17 March 2015, 09:10:07 UTC
2f77929 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 17 March 2015, 09:03:50 UTC
e8e6c49 fix 17 March 2015, 09:03:40 UTC
7979969 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 16 March 2015, 09:50:25 UTC
5b1825f various changes: - update copyright - start work on Model* classes 16 March 2015, 09:49:55 UTC
0cfe0f1 In-situ: - Enable the use of PARAVIEW_DIR variable for specifying ParaView installation directory 16 March 2015, 09:43:21 UTC
20e6acc Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 13 March 2015, 14:14:22 UTC
0d9578d Nedelec and RT considers vectors as components, not as a sets of components 13 March 2015, 14:11:26 UTC
9ba9f5b Moved _o function into opusapp.cpp 13 March 2015, 10:05:17 UTC
e56f961 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 13 March 2015, 08:10:16 UTC
9c022b6 add method to work with parafeel 13 March 2015, 08:10:13 UTC
b39d64e Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 12 March 2015, 13:41:13 UTC
299a845 Small fix to remove clang warnings 12 March 2015, 13:39:57 UTC
68f2c5e add thermalfin example 12 March 2015, 13:08:52 UTC
598fb35 Add GMSH parameters * Add parameters to change the values though GMSH directly without modifying the geo. NB: Still compatible with Feel++ variable parsing using this way. 11 March 2015, 16:03:34 UTC
c8fe6d4 fix curvature in // (CIP proj require extended dof table) (#541) 11 March 2015, 11:43:45 UTC
e545625 fix projector with CIP (#541) 11 March 2015, 11:42:56 UTC
a6888e1 update CCC project ids 11 March 2015, 02:59:59 UTC
759c373 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 10 March 2015, 18:11:36 UTC
6e188b9 fix 10 March 2015, 18:11:12 UTC
a4cd57b fix deprecated declaration of exporter 10 March 2015, 16:55:27 UTC
e4552de Fixes GenEO when using unsymmetric Eigen matrices. [ci skip] 10 March 2015, 15:02:01 UTC
c7bff9d Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 10 March 2015, 10:52:44 UTC
3c7b80e up 10 March 2015, 10:52:35 UTC
5ea919d add bc expressions for fda benchmark 10 March 2015, 10:50:04 UTC
52e8406 Updated VTK exporter for use with ParaView plugins 10 March 2015, 09:42:38 UTC
d03936a fix zero(.,.) of VectorEigen (used for init a linear form) 09 March 2015, 16:07:10 UTC
1395ee0 this solver not compile if use row major 09 March 2015, 12:11:46 UTC
9cd873c up zeroRow for rowMajor format 09 March 2015, 12:09:07 UTC
d89e9f1 Update README.md 08 March 2015, 11:37:15 UTC
cbb9adb Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 08 March 2015, 01:37:32 UTC
18155b2 move forward 08 March 2015, 01:37:18 UTC
27db45f added feelpp_add_testcase to install a new testcase in the CMAKE_CURRENT_BINARY_DIR 08 March 2015, 01:36:42 UTC
867a397 fix issue #391 introduced $cfgdir which points to the directory where the config-file was found this allows for example to find bc and geo files from there 08 March 2015, 01:35:49 UTC
3484834 fix on() keyword with eigen sparse matrix (and implemented with on.type options) 07 March 2015, 13:49:50 UTC
d3290a7 work on #537 - modified low leve finite element code to provide the necessary info for edge computations - setup on for MESH_EDGES computation 07 March 2015, 00:37:58 UTC
53924ac Merge pull request #538 from gitter-badger/gitter-badge Add a Gitter chat badge to README.md 06 March 2015, 23:57:40 UTC
adec2ab Added Gitter badge 06 March 2015, 23:37:14 UTC
eee07cf Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 06 March 2015, 15:08:26 UTC
bea1312 add options 06 March 2015, 15:07:32 UTC
42c4a00 first modifs toward dimentioned problem 06 March 2015, 15:06:32 UTC
cebd7a4 possibility to add a near null space in a fieldsplit block + fix multiple solve with gamg 05 March 2015, 14:33:39 UTC
0684f4c Update publish_to_www.feelpp.org.sh 05 March 2015, 11:13:23 UTC
7d88cfb Update publish_to_www.feelpp.org.sh 05 March 2015, 11:05:51 UTC
73978ad Update publish_to_www.feelpp.org.sh 05 March 2015, 10:55:01 UTC
f0ac195 fix compilation of u.comp(i) when u is a subelement 05 March 2015, 10:43:57 UTC
f303e0b fix compilation of comp(ComponentType i) 05 March 2015, 09:56:06 UTC
beba56e add nullspace and nearnullspace in nonlinear solver 04 March 2015, 17:37:45 UTC
52312d0 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 04 March 2015, 12:55:43 UTC
57e9764 move forward 04 March 2015, 12:55:38 UTC
c674f42 move forward 04 March 2015, 10:19:30 UTC
5c14a70 fix compilation 04 March 2015, 08:32:21 UTC
368874e @vhuber regarding #534 is it ok now with this change ? 04 March 2015, 08:17:46 UTC
ac657db Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 03 March 2015, 12:27:37 UTC
9a07efa introduce nullspace() and nullspace_ptr() function fix FunctionSpace::elementPtr(<expression>) function 03 March 2015, 12:26:35 UTC
998e799 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 03 March 2015, 11:12:04 UTC
9a248bf added paralution cmake support now need to add the backend interface 03 March 2015, 11:11:33 UTC
5fd726c added paralution v1.0.0 03 March 2015, 08:59:34 UTC
a8f4a10 typo in comment 02 March 2015, 09:46:18 UTC
584a23f remove tutorial from minimal configuration 02 March 2015, 09:45:48 UTC
a359886 update doc + doc #534 02 March 2015, 09:45:20 UTC
9a0eabd move forward 02 March 2015, 00:52:27 UTC
a116ae3 up 02 March 2015, 00:39:05 UTC
da7a6ed Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 02 March 2015, 00:37:47 UTC
76d9bff avoid name conflict with Component 02 March 2015, 00:34:10 UTC
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
ca38205 Wrong rigid body modes for GenEO. 01 March 2015, 10:48:32 UTC
fa9bfc3 Avoid warnings and use null space for comparison. [ci skip] 28 February 2015, 23:07:15 UTC
b17ba9e Update BDD-GenEO. [ci skip] 28 February 2015, 11:44:00 UTC
db29cb2 add missing cast 27 February 2015, 14:58:45 UTC
2de2075 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 27 February 2015, 14:09:18 UTC
3546caf move 27 February 2015, 14:09:01 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
back to top