https://github.com/feelpp/feelpp

sort by:
Revision Author Date Message Commit Date
f71fefb Merge remote-tracking branch 'origin/three-sphere' into three-sphere-remesh 11 November 2020, 16:40:25 UTC
74c8238 up cleaning terminal output 11 November 2020, 14:42:55 UTC
f669c87 up cleaned three sphere 10 November 2020, 20:32:31 UTC
bd29d82 Modifications for remeshing - still not working 10 November 2020, 16:18:39 UTC
828cfdf P matrix modification is working 28 October 2020, 14:40:54 UTC
5075c9d merge 12 October 2020, 07:14:16 UTC
a912466 Pmatrix not working 08 October 2020, 14:21:18 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
51457bb up three-sphere modification 05 October 2020, 12:08:59 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
cf863b1 Working 3 sphere swimmer 02 October 2020, 15:55:32 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
0a8b97e Self propulsion problem @vincentchabannes lines 894-958 in assemblylinear 28 September 2020, 15:10:12 UTC
046c2f0 Lagrange multipliers and relative speeds; missing self-prop constraints 25 September 2020, 11:53:36 UTC
6b3c52f First commit branch three-sphere 21 September 2020, 13:35:15 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
f627d31 up fluid toolbox : up Spalart-Almaras model + define macro which reduced compilation (remove symbolsExpr+turbulence assembly @lberty) 15 September 2020, 12:23:27 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
3961767 Merge remote-tracking branch 'origin/develop' into feature/toolboxes-refactoring 14 September 2020, 07:05:53 UTC
c3bed60 Merge pull request #1496 from feelpp/feature/quickstart Feature/quickstart 14 September 2020, 07:04:44 UTC
0ea79bf Merge remote-tracking branch 'origin/develop' into feature/toolboxes-refactoring-fluid 14 September 2020, 06:52:24 UTC
017e48e up heatfluid app : export initial time step 14 September 2020, 06:48:28 UTC
fbb2051 add fluid turbulence example 14 September 2020, 06:47:03 UTC
6dbeb4c up fluid toolbox : call turbulence solver at each Newton/Picard iteration 14 September 2020, 06:45:09 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
a3ec48b up fluid toolbox : turbulence bc + fix use of Theta time scheme with turbulence model 11 September 2020, 06:18:49 UTC
1b1a5e6 fix missing dataInfos in Picard solver 11 September 2020, 06:17:50 UTC
b315cb6 add symbolsExprPhysics 10 September 2020, 07:11:33 UTC
1de5704 up coefficientformpdes : order geo 2 inst 08 September 2020, 10:10:08 UTC
3d9d587 up heatfluid : fix use of semi-implicit fluid scheme 08 September 2020, 06:55:06 UTC
74a57ec Merge remote-tracking branch 'origin/develop' into feature/quickstart 08 September 2020, 03:37:15 UTC
1cd4bae up heatfluid : fix use of evaluateResidual 07 September 2020, 14:28:19 UTC
a97e775 up fluid toolbox : automatic solver setting + fix stab 07 September 2020, 06:31:30 UTC
a533106 up fluid/heatfluid toolboxes : semi-implicit method + fix stab 04 September 2020, 13:21: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
600847d up fluid/heatfluid : up semi-implicit scheme 03 September 2020, 16:29:07 UTC
31cabd4 up heatfluid toolbox : work on stab with Theta time scheme 03 September 2020, 04:56:09 UTC
c20be42 up heat toolbox : refactoring of gls stab 03 September 2020, 04:55:02 UTC
d0921d7 comment out check that may not be true in some special cases 01 September 2020, 05:51:32 UTC
2e9cf68 up fluid toolbox : work on stab with Theta time scheme 01 September 2020, 05:14:16 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
b1091c5 Merge remote-tracking branch 'origin/develop' into feature/toolboxes-refactoring-fluid 28 August 2020, 20:02:41 UTC
259df2b up fluid/heatfluid toolbox : work on gls stab 28 August 2020, 13:53:03 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
b6171e3 Merge remote-tracking branch 'origin/develop' into feature/toolboxes-refactoring-fluid 27 August 2020, 19:36:06 UTC
eedc99e up fluid : - work on turbulence - apply div stab with gls/supg stab 27 August 2020, 13:05:25 UTC
dcaad35 up CoefficientFormPDEs : initial condition setup 27 August 2020, 13:04:52 UTC
a248371 up fluid toolbox : work on turbulence 26 August 2020, 09:35:08 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
9b2d2e2 up fluid toolbox : work on turbulence 25 August 2020, 15:26:19 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
back to top