sort by:
Revision Author Date Message Commit Date
83e5dc1 support hbf streams in c++ and python fixes #1532 implement read/write from/to stream (c++ and python) skip components 02 November 2020, 07:39:11 UTC
69157ce introduce new skip keywords #1531 skip feelpp: will skip feelpp build including deb pkg skip toolboxes : will skip the toolboxes build including the pkg step skip mor : will skip the mor build skip components : skips everything but feelpp skip tests: skip the testsuite 02 November 2020, 07:33:39 UTC
d445ece put release in install to avoid switching buildkite agent 31 October 2020, 11:36:52 UTC
b387865 fix message STATUS 31 October 2020, 11:36:10 UTC
1a1b2ad uncomment [ci skip] 30 October 2020, 08:40:08 UTC
974e0fb rm files [ci skip] 30 October 2020, 08:39:10 UTC
7da2d80 remove dependency 29 October 2020, 06:18:52 UTC
cfffb86 up Provide python bindings framework #930 - simplify toolboxes python - simplify AP ```I import feelpp import feelpp.toolboxes import feelpp.toolboxes.heat ``` 28 October 2020, 22:20:22 UTC
1de5904 define modelmeshale alias 28 October 2020, 22:18:13 UTC
c0eba44 fix ginac install 28 October 2020, 22:17:49 UTC
15fe790 up Provide python bindings framework #930 add _alg module and backend_options add feel_(no)options to _core [ci skip] 22 October 2020, 20:02:10 UTC
8341124 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 22 October 2020, 11:12:09 UTC
7839a4e work on python-feelpp #930 - start support for MeshStructured - define FEELPP_PYTHON_MODEULE_PATH - add trait value for is_hypercube 22 October 2020, 11:12:01 UTC
f1c055c Feature/geim 2 (#1528) * start working on geim #1325 * add db system to geim #1325 * add documentation for geim #1325 * some fixes for geim #1325 - return nil uuid if last db not found - throw exceptions if problems occur - complexify the test problem - set parameters for the test to run properly * start working on PBDW #1325 #1364 * use FsFunctionalLinear for GEIM and fix parallel database #1325 * add function for filenames and absolute path - filename name.prefix.crbdb - filename by proc name.prefix_p<i>.crbdb - json file name.prefix.json - mesh file name.prefix_mesh.json * save mesh in the db for online phase #1325 * retrieve sensors.hpp from feature/da-cp-patch #1325 #1364 * rework sensors #1324 #1325 * fix pbdw #1364 #1325 use sensors #1324 * move findDbUuid to CRBDB * add type to Sensors, helpful for dynamic casting #1324 #1325 * add database system to PBDW #1364 #1325 * add options for PBDW and GEIM #1325 #1364 * fix options name * fix codacy errors * forgot the const& * use H1 norm for PBDW #1325 #1364 * get rid of warnings for override keyword * add loadmesh to pbdw #1364 #1325 * fix reviews @prudhomm 21 October 2020, 21:43:05 UTC
c232db7 ignore some files while packaging 21 October 2020, 21:28:35 UTC
4d8f463 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 21 October 2020, 21:27:44 UTC
6ebac14 add feelpp version #930 [ci skip] 19 October 2020, 22:02:41 UTC
927dca7 add hbf read/writer #930 19 October 2020, 22:01:22 UTC
040567b cleanup [ci skip] 19 October 2020, 22:00:47 UTC
3024db1 Provide python bindings framework #930 - add mesh structured to python wrapper 19 October 2020, 22:00:16 UTC
b38bec6 Provide python bindings framework #930 cleanup [ciskip] 19 October 2020, 21:59:06 UTC
c5d94bb simplify pythonization #930 use single package feelpp (-> import feelpp) import all wrapper libs into feelpp update python scripts accordingly use pybind11/stl to translate std::variant in exporter wrapper do not initialize the python embedded interpreter if we already are in python [ci skip] 19 October 2020, 20:08:06 UTC
156e36b mv forward 19 October 2020, 20:03:05 UTC
275de34 work on Compilation time evaluation #1529 [ci skip] 19 October 2020, 20:02:37 UTC
0b85d21 get rid of warnings for override keyword [ci skip] 19 October 2020, 12:26:52 UTC
5028791 work on #1529 [ci skip] 08 October 2020, 07:34:48 UTC
ba4eb4f uncomment code block Provide interface for partitioning locally connected faces #1526 05 October 2020, 12:30:41 UTC
2323b85 Provide interface for partitioning locally connected faces #1526 fix runtime crash in partitioning if json not present (#1527). the fact that the json is empty is not a problem but we need to check that the entries are there before accessing them 05 October 2020, 08:59:49 UTC
5d53373 add integrate bench 05 October 2020, 06:48:17 UTC
9fc8bfb Provide interface for partitioning locally connected faces #1526 implement the feature in PartitionerMetis use json to configure the Partitioner #1527 update feelpp_mesh_partitioner here is a command line ``` ./feelpp_mesh_partitioner --json cases/three-spheres-part.json --ifile cases/three-spheres.geo --part 24 ``` and to export to paraview ``` mpirun -np 24 ./feelpp_mesh_exporter --gmsh.filename three-spheres_p24.json ``` 05 October 2020, 06:47:28 UTC
3acc6b7 use dump mesh info function 05 October 2020, 06:44:10 UTC
01275e1 Provide interface for partitioning locally connected faces #1526 add testcase for partitioner with aggregation @lberti 05 October 2020, 06:37:41 UTC
60de6a8 extract tbe dump function to print some mesh info 05 October 2020, 06:35:41 UTC
65829f5 --warning 05 October 2020, 06:31:19 UTC
d96ecc8 add hasFaceWithAnyOfTheMarkers to check if an element faces has some marckers 05 October 2020, 06:30:52 UTC
ea2278b Add better support for json parser #1527 import namespace into Feel -> json 05 October 2020, 06:27:22 UTC
e24ebb6 --verbose 05 October 2020, 06:22:26 UTC
f388f92 add cloning of MatrixSparse #1525 there are now a lot of warning messages regarding overrides (this will be fixed) 01 October 2020, 11:47:39 UTC
b539b4e simplify code, use if constexpr 01 October 2020, 11:23:38 UTC
cb487ff fixes feelpp/holo3#68 the partitioning was wrong when using a subset of processor 01 October 2020, 11:03:52 UTC
3e2f707 write to hbf using a WolrdComm we were using Environment::worldComm(), now we can customize the WorldComm to use to write the HBF related to #1509 20 September 2020, 23:10:47 UTC
6468905 Patch: fix eigen lapack linkage (#1523) * Fix: wrong use of isStationaryModel instead of isStationary to test for time-stepping.scaling addDoubleInfo * Fix missing eigen_blas_static library at eigen_lapack_static linkage * Fix typo in contrib CMakeLists 15 September 2020, 04:49:11 UTC
c3bed60 Merge pull request #1496 from feelpp/feature/quickstart Feature/quickstart 14 September 2020, 07:04:44 UTC
b02e779 add cmake customization of C++ standard from 17 to 20 fixes #1520 allow configuring C++ standard (17 as default and 20) - add variable in top CMakeLists.txt - prepare the path to C++20 [ci skip] 12 September 2020, 23:25:37 UTC
a369d65 use ModelMaterial(s) - use VLOG(1) - use material name in symbolExpr to avoid symbol duplication /cc @vincentchabannes [ci skip] 12 September 2020, 22:38:16 UTC
be66177 provide optional BoundaryConditions2 support 12 September 2020, 22:36:03 UTC
cdc46f6 add pow.hpp to avoid compilation issues in modelmesh 12 September 2020, 22:34:56 UTC
2e668dd fix compilation @romainhild 12 September 2020, 22:26:30 UTC
77281fa make the function static [ci skip] 12 September 2020, 22:05:09 UTC
f2fb346 fix warning [ci skip] 12 September 2020, 22:03:52 UTC
65273e4 LOG(INFO) -> VLOG(1) [ci skip] 12 September 2020, 22:03:32 UTC
74a57ec Merge remote-tracking branch 'origin/develop' into feature/quickstart 08 September 2020, 03:37:15 UTC
3631b2a add sinwave profile as ginac expression fixes #1516 amplitude is set to 1. the user sets himself the amplitude [ci skip] 04 September 2020, 09:34:09 UTC
17eed34 add sinwave profile as ginac expression Fixes #1516 [ci skip] 04 September 2020, 08:29:05 UTC
15ee1a7 Warnings with ginac functions Fixes #1515 [ci skip] 04 September 2020, 08:28:50 UTC
45acd43 add sinwave profile as ginac expression Fixes #1516 [ci skip] 04 September 2020, 07:21:00 UTC
1da7940 Warnings with ginac functions Fixes #1515 [ci skip] 04 September 2020, 07:20:37 UTC
d0921d7 comment out check that may not be true in some special cases 01 September 2020, 05:51:32 UTC
d99a92c merge with develop [ci skip] 31 August 2020, 13:23:03 UTC
9c3f177 fix pulse #1512 [ci skip] 31 August 2020, 13:22:12 UTC
4ea83d0 merge [ci skip] 31 August 2020, 09:43:06 UTC
f7b4b36 add rectangle pulse #1512 [ci skip] 31 August 2020, 09:36:53 UTC
afd09ce merge 31 August 2020, 07:26:39 UTC
42bd5ca feelpp_plot compiled only if MATPLOT is enabled #1513 31 August 2020, 07:25:49 UTC
671e54b Merge remote-tracking branch 'origin/develop' into feature/quickstart 31 August 2020, 07:05:12 UTC
09c06ce Add support for helper functions in expression language Fixes #1512 - implements all math functions of #1512 - implements all step functions of #1512 - implements all mapping functions of #1512 - wave ffunctions are not yet implemented but can be done with the helper functions above eg sawtoothtt) = fract(t) [ci skip] 31 August 2020, 07:00:42 UTC
2ec2485 use C++ (std=c++17) for excompiler Fixes #1514 [ci skip] 31 August 2020, 06:57:15 UTC
d5db0c1 Add support for matplotplusplus for data visualization (optional) Fixes #1513 - add matplot++ as a submodule, disable by default, contrib does not depend on the library - add feelpp_plot application to plot feelpp univariate expressions over an interval - add vscode variant to enable/disable matplot++ [ci skip] 31 August 2020, 06:55:19 UTC
a3db285 Merge remote-tracking branch 'origin/develop' into feature/quickstart 29 August 2020, 05:58:08 UTC
050fe48 up setting #1499 29 August 2020, 05:56:30 UTC
f4d57c4 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 29 August 2020, 05:25:48 UTC
4a9c736 add support to modulo to ginac and the ginac parser Fixes #1511 implement modulo mod(x,y) see test in testsuite/feelvf/test_ginac.cpp (test_mod) it uses fmod in c++ for floating points 29 August 2020, 05:25:32 UTC
1ccbe76 up use of CMAKE_CXX_FLAGS : avoid to recompile all if cmake is restarted not use FORCE arg else CMAKE_CXX_FLAGS values accumalates 28 August 2020, 11:00:36 UTC
1736ad7 move forward to fix installation of range-v3 a $ managed to hide itself in plain sight 26 August 2020, 04:21:10 UTC
5a9bc95 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 25 August 2020, 15:57:47 UTC
eb2b4a2 Add range-v3 to feelpp contrib #1507 move forward add dependency on range-v3 in contrib 25 August 2020, 15:57:37 UTC
3f8710b increase template-depth 256 -> 1024 25 August 2020, 15:29:15 UTC
6228a61 add vscode association [ci skip] 25 August 2020, 14:20:52 UTC
fa5845d compile new tests for WorldComm see Bug(deadlock) in DofTableMPI on a subset of processes #1506 [ci skip] 25 August 2020, 14:19:10 UTC
9f69fcf Clean up MeshStructured as well as WorldComm Fixes #1510 [ci skip] 25 August 2020, 14:18:27 UTC
f4917ee fix compilation see Bug(deadlock) in DofTableMPI on a subset of processes #1506 [ci skip` 25 August 2020, 14:10:44 UTC
71afca9 use backend with workdComm associated with test space see Bug(deadlock) in DofTableMPI on a subset of processes #1506 [ci skip] 25 August 2020, 14:08:21 UTC
cb8711b Bug(deadlock) in DofTableMPI on a subset of processes #1506 - modify twolaplacian distributed test in order - add tests test_masterworker_laplacian to check the WorldComm and deadlock [ci skip] 25 August 2020, 14:07:18 UTC
77b8fe8 Deadlock in HBF when using non global WorldComm Fixes #1509 [ci skip] 25 August 2020, 14:00:08 UTC
38e44cf Bug(deadlock) in Mesh construction in parallel when working on sub communicator Fixes #1505 [ci skip] 25 August 2020, 13:56:24 UTC
04b4f6b document WorldComm #1508 and Clean Code #1494 - document subWorldComm - simplify a constructor [ci skip] 25 August 2020, 13:55:29 UTC
f185959 add threading level and abort features to Environment #1503 [ci skip] 25 August 2020, 13:53:56 UTC
3da9535 no optimisation for asan build type [ci skip] 25 August 2020, 13:53:08 UTC
311087f Add range-v3 to feelpp contrib #1507 [ci skip] 25 August 2020, 13:52:22 UTC
0ed8e51 up #1499 [ci skip] 21 August 2020, 02:53:01 UTC
aacb5a4 Merge branch 'develop' of https://github.com/feelpp/feelpp into develop 20 August 2020, 15:23:54 UTC
876cd3a add GeoND and GeoElement in group Mesh #1500 [ci skip] 20 August 2020, 15:23:48 UTC
0650599 limit make jobs and do not configure on open (#1502) up vscode [ci skip] 20 August 2020, 10:08:01 UTC
877dfa3 Merge remote-tracking branch 'origin/develop' into feature/quickstart 19 August 2020, 02:22:35 UTC
c2f00fe Add functionspace to benchmark #1501 add tests for Pch<1> with MeshStructured/2D up to 4Mio Dof [ci skip] [doc skip] 18 August 2020, 17:15:17 UTC
93d5c66 vscode configuration #1499 more cpp associations [ci skip] [doc skip] 18 August 2020, 17:13:47 UTC
3024e6c Add functionspace to benchmark #1501 implement benchmarking for Pch and Pdh 2D/3D P1/P2/P3 with mesh size h=1/4 1/8 1/16 1/32 (and 1/64 in 2D) [ci skip] [doc skip] 18 August 2020, 15:34:13 UTC
ba9e4eb vscode configuration #1499 add mpi header location on ubuntu [ci skip] [doc skip] 18 August 2020, 15:02:40 UTC
a61251a Re-enable doxygen #1500 add examples from qs clean layout [ci skip] 18 August 2020, 13:12:31 UTC
8267545 Clean Code #1494 rm FeelV [ci skip] [doc skip] 18 August 2020, 13:11:52 UTC
back to top