https://github.com/feelpp/feelpp

sort by:
Revision Author Date Message Commit Date
4b4d70f Merge branch 'develop' into feature/radiation 02 October 2019, 13:48:14 UTC
a60d199 up assembly : use index_type instead of size_type + apply default pattern in parent assemble(..) method 26 September 2019, 06:05:49 UTC
ad6fecd Merge pull request #1367 from feelpp/fix-sign-patch Fix sign [ci skip] 20 September 2019, 08:58:01 UTC
23af2e5 Fix sign [ci skip] 20 September 2019, 08:56:27 UTC
466d403 fix constant symbolic expr 20 September 2019, 05:36:20 UTC
99ce2b9 up test modelproperties 19 September 2019, 12:11:44 UTC
9e7de18 not use boost::format to convert double to string (very bad idea), use now directly the double value for build the symbolic expr (fix toolboxes testsuite) 19 September 2019, 12:11:13 UTC
982025f build a symnolic expression from a real + add test 19 September 2019, 12:08:49 UTC
b584fdc Merge pull request #1336 from feelpp/sala-patch-develop Sala patch develop 19 September 2019, 04:48:58 UTC
4149eaf use new createSubmesh API #1328 [ci skip] 19 September 2019, 04:48:05 UTC
9de68c5 more timers 19 September 2019, 04:45:25 UTC
4b9783e fix conflict 18 September 2019, 20:48:21 UTC
0c7f63b Update world comm ptr 18 September 2019, 20:44:59 UTC
3e87c96 Update quarter turn ibc config file 18 September 2019, 20:43:08 UTC
c5a313f Merge branch 'develop' into sala-patch-develop 18 September 2019, 18:34:27 UTC
76fe778 more timers 18 September 2019, 18:20:58 UTC
ef94035 up test directory 18 September 2019, 10:40:36 UTC
7639c49 example of use index1 18 September 2019, 10:39:10 UTC
097df95 add Picard tests 18 September 2019, 10:38:08 UTC
a653e08 up models : - add a class ModelIndexes that manage the use of index1,index2,.. see upcomming doc (it's currently implemented in PostProcess section) - modelchecker : value entry can be an expression 18 September 2019, 10:33:00 UTC
4cbd4f5 add test #1366 17 September 2019, 09:43:23 UTC
94382f1 fix #1366 17 September 2019, 09:42:39 UTC
9342d02 demo for CSMI [ci skip] 17 September 2019, 09:06:26 UTC
a92dcf4 optimization for saveElement #1357 17 September 2019, 07:35:11 UTC
71ddeeb more optimization for saveNodal #1357 optimize transformation from feelpp function to ensight expected array 17 September 2019, 05:24:42 UTC
f233d2c Fixes #1358 for tensors 17 September 2019, 05:23:52 UTC
87ec734 Merge pull request #1360 from feelpp/optimize/holo3 Optimize/holo3 16 September 2019, 13:35:04 UTC
9d24bbc --verbose [ci skip] 16 September 2019, 13:31:56 UTC
1809cc9 fixes #831 implements writing HBF in parallel repartition the holo3_image by row and not by column to have contiguous data in memory and easily gather the vectors on once core /cc @HoloVince [ci skip] 16 September 2019, 13:11:15 UTC
815881b implements parallel hbf write in .cpp #831 16 September 2019, 13:08:49 UTC
65140d1 use definition in hbf.hpp 16 September 2019, 13:08:10 UTC
44e0b77 add processId() to the vf language eid() 16 September 2019, 12:39:49 UTC
6aa8256 try to fix the run of tests 14 September 2019, 16:31:18 UTC
d5721db fix compilation of pyfeelpp 14 September 2019, 16:30:15 UTC
f3d91e4 fixes compilation for C++17(clang-9) see https://github.com/boostorg/hana/commit/7218a046c731b2548b5ae3db55fb711ccda8fbc4 [ci skip] 14 September 2019, 16:25:17 UTC
75f8730 up heat toolbox : clean and rename file 14 September 2019, 13:46:03 UTC
420db52 up heat test 14 September 2019, 13:24:12 UTC
2c3beb5 clean heat/electric toolbox 14 September 2019, 13:23:48 UTC
74060ff fixes compilation #1358 14 September 2019, 10:02:02 UTC
650313e up exporter, fixes #1357 and fixes #1358 do not use extended dof anymore for ensightgold, it does not work in paraview(only in ensight) /cc @trophime is that a problem for you ? 14 September 2019, 06:41:50 UTC
90c8602 Merge branch 'optimize/holo3' of https://github.com/feelpp/feelpp into optimize/holo3 14 September 2019, 05:46:05 UTC
21ce47a add P1P1 to the fluid app + add tests 13 September 2019, 20:53:53 UTC
66f50aa revert config (fix checker) 13 September 2019, 18:47:01 UTC
8f85f67 Merge branch 'develop' of github.com:feelpp/feelpp into develop 13 September 2019, 15:03:13 UTC
f03e7c5 up toolboxes heat/electric/thermoelectric : - refactoring of assembly process - add Picard solver in thermoelectric 13 September 2019, 14:59:59 UTC
33d1ba5 Merge pull request #1330 from feelpp/feature/sc-geomap Feature/sc geomap #1297 13 September 2019, 11:59:05 UTC
4b37704 Merge pull request #1362 from feelpp/feature/toolboxes_initialconditions Feature/toolboxes initialconditions save 13 September 2019, 05:15:07 UTC
b3ff019 Merge branch 'feature/sc-geomap' of https://github.com/feelpp/feelpp into feature/sc-geomap 13 September 2019, 04:51:29 UTC
3007b7b fix BC in elasticity in elasticity Robin conditions are not implemented, so when we changed the BC in laplacian, we broke some tests. laplacian triangle and tetrahedron have been copied and modified accordingly to fix that 13 September 2019, 04:49:05 UTC
62fd64d add access to ptree in ModelInitialConditionTimeSet 12 September 2019, 19:41:19 UTC
ff2853d up heat/electric/thermoelectric toolboxes : - continue refactoring post-process - fix export of conductivity which depends of temperature - add JoulesLosses fields - add InitialCondition in electric toolbox 12 September 2019, 12:53:56 UTC
36797de up toolboxes (heat/electric/thermo-electric) : refactoring post-process 12 September 2019, 09:34:59 UTC
7245f06 up save/load : add default keyword for select the format 12 September 2019, 09:03:34 UTC
186140d Merge branch 'feature/sc-geomap' of github.com:feelpp/feelpp into feature/sc-geomap 12 September 2019, 08:32:06 UTC
7790742 update test cases for thermoelectric @Trophime 12 September 2019, 08:30:47 UTC
284a0ab rename and factorize post process Measures(Norm Stat Points) and Save 12 September 2019, 05:30:30 UTC
ddf9f9e fix missing include 12 September 2019, 05:28:55 UTC
eb292b3 Merge branch 'feature/sc-geomap' of https://github.com/feelpp/feelpp into feature/sc-geomap 12 September 2019, 05:23:18 UTC
1d97888 fix signs for Robin in CG and HDG We have now the same Rbin condition for both formulations 12 September 2019, 05:22:34 UTC
f0ba393 Merge branch 'feature/sc-geomap' of github.com:feelpp/feelpp into feature/sc-geomap 11 September 2019, 20:44:09 UTC
5c6d23a remove all joule law in qs_hdg_laplacian_ibc 11 September 2019, 20:42:52 UTC
6380456 fix sign on seconde line of mixedpoisson 11 September 2019, 20:41:56 UTC
b1a08f5 fix compilation and warning 11 September 2019, 16:01:28 UTC
00e5e8f refactoring of PostProcess : start factorisation of some part of postprocess codes 11 September 2019, 15:17:23 UTC
be216a4 fix mass matrix 11 September 2019, 15:15:55 UTC
217cdc1 fix edit ptree if we want to replace a vector/subtree by a value (TODO : replace by a vector/subtree) 11 September 2019, 15:11:38 UTC
493123b fix use of a value or a vector 11 September 2019, 15:10:09 UTC
0080cb8 remove joule law in quickstart 10 September 2019, 15:39:41 UTC
04eaa22 finished cleanup @vincentchabannes 10 September 2019, 15:31:45 UTC
9ec2842 Merge branch 'fix/hdg-thermoelectric' into feature/sc-geomap 10 September 2019, 14:56:03 UTC
9382e73 use lu to ensure it works for both symmetric and non-symmetric matrices /cc @romainhild 10 September 2019, 14:54:05 UTC
de8d2fc more functions to check with 10 September 2019, 14:51:38 UTC
e9a9265 avoid id 0 (issue with exporter) 10 September 2019, 14:48:42 UTC
0f46b78 cleanup solution before passing to checker /cc @romainhild 10 September 2019, 14:46:06 UTC
ec7e772 add Neumann and Robin faces on triangle and tetra 10 September 2019, 09:25:28 UTC
0c88367 Merge branch 'fix/hdg-thermoelectric' of github.com:feelpp/feelpp into fix/hdg-thermoelectric 10 September 2019, 09:14:26 UTC
025d61d change sign of second line in hdg, use k=1 by default 10 September 2019, 09:13:31 UTC
598fb35 add explicit to the constructor of ModelInitialConditions 10 September 2019, 08:53:45 UTC
9e7461c up #1344 . add internalfaces . fix compilation 10 September 2019, 07:47:42 UTC
54380aa fix use of InitialConditions 10 September 2019, 07:08:18 UTC
7771778 an exemple of use Save PostProcess 10 September 2019, 07:07:39 UTC
983dcae use InitialConditionsDeprecated in multifluid application @metivett 10 September 2019, 07:06:41 UTC
555c136 use InitialConditionsDeprecated in levelset application @metivett 10 September 2019, 07:05:52 UTC
d7633dd use deprecated InitialConditions in levelset and advection toolboxes @metivett 10 September 2019, 07:04:41 UTC
3b970d9 re-add previous InitialConditions in ModelProperties (specific use in LevelSet Toolbox @metivett) 10 September 2019, 07:03:44 UTC
a50fb95 loop on faces to build markedFaces instead of elements, #1344 10 September 2019, 04:22:33 UTC
901922f up heat toolbox : add Save PostProcess 09 September 2019, 15:33:28 UTC
63837cd add a SaveRepository 09 September 2019, 15:33:00 UTC
0f56375 add PostProcess Save : allow to save on disk fe fields 09 September 2019, 15:32:15 UTC
eb65896 save is now a const method 09 September 2019, 15:31:24 UTC
d66e276 saveHDF5 is now a const method 09 September 2019, 15:31:10 UTC
299eca8 up heat example 09 September 2019, 08:52:28 UTC
a72a76d code factoring with initial conditions 09 September 2019, 08:50:41 UTC
88ab6ad remove cout 09 September 2019, 08:49:04 UTC
4b0f6d3 Add script for Salome 9.3.0 to generate Bitter mesh [ci skip] 06 September 2019, 15:32:03 UTC
464d94c up thermo2d heat example : use new InitialConditions + add another material 06 September 2019, 14:21:54 UTC
35e2810 start use of ModelInitialConditions in heat toolbox 06 September 2019, 14:18:54 UTC
fd1bc9a add ModelInitialConditions class and new json support of these properties 06 September 2019, 14:17:41 UTC
116f4c0 clean load/save of an element of functionspace (can pass also directly the path of the file, instead of directory) 06 September 2019, 14:16:17 UTC
305a9d6 add option to use strong Dirichlet conditions 05 September 2019, 13:10:53 UTC
back to top