sort by:
Revision Author Date Message Commit Date
5e7755e Merge remote-tracking branch 'origin/develop' into feature/check 14 July 2020, 16:28:41 UTC
e598201 cleanup and use cpp17 14 July 2020, 16:26:25 UTC
b64a164 fix initPhysics with subphysics 10 July 2020, 14:27:27 UTC
8ec3039 add support of Lambda keywords in SymbolsExpr @romainhild 10 July 2020, 10:31:29 UTC
4c80d80 support also Hypercube with #1487 09 July 2020, 14:32:23 UTC
57c3c7c fix on(..) projection (related mesh) with special case P0d + up test 08 July 2020, 14:48:26 UTC
75d47cd fix localization of surface ho mesh, only use ho geomap (have #1488 will be better) 06 July 2020, 09:26:54 UTC
c873993 up toolboxes : some up with ho exporter 06 July 2020, 06:59:51 UTC
86b9bef up fluid toolbox : defined the default option of ho viso (via opLagP1 for example) only if geo order > 2 05 July 2020, 12:28:00 UTC
c0f2277 fix #1487 with Simplex element 05 July 2020, 12:26:01 UTC
d728aa9 fix compilation with clang-9 : the error seems come from with the use of auto, I don't really understand (and no issue with clang-7) 05 July 2020, 11:28:09 UTC
031ba30 add Expr::hasSymbolDependency with a set of symbol [ci skip] 05 July 2020, 08:40:23 UTC
1df9ddf add test + some minor up in cfg 04 July 2020, 15:15:12 UTC
7935fe0 up coefficientformpdes : Neumann bc can depend on unknown (it's a generic flux bc) 04 July 2020, 14:49:44 UTC
571a366 fix ho exporter (but not int the case of partial mesh suppoort) 04 July 2020, 11:38:40 UTC
21d0090 up CoefficientFormPDEs toolbox : up some internal detail (can allow to reduce compilation time with an external use) 03 July 2020, 20:17:15 UTC
7909fe9 fix generation of high order mesh with gmsh 03 July 2020, 20:14:03 UTC
27aa80d Merge pull request #1416 from feelpp/feature/toolboxes-refactoring Feature/toolboxes refactoring 03 July 2020, 15:03:08 UTC
8694fcc not use std vector in mpi comm #1296 02 July 2020, 15:38:33 UTC
3c25b14 remove cfg 02 July 2020, 14:50:31 UTC
98c34be minor up 02 July 2020, 13:12:46 UTC
63fbed9 up parameter values with gravity and body 02 July 2020, 13:12:10 UTC
82d877e quick fix of interpolation between fluid and meshale spaces in case of partial mesh support 02 July 2020, 10:34:25 UTC
6ae8cf4 use velocity meshsupport in createsubmesh (rigid body bc submesh) 02 July 2020, 09:34:47 UTC
02d1bce up createSubmesh : - can pass a mesh support instead of a mesh : allow to force some elements extracted (that are isolated in mesh support) to be ghost (can fix some special case of partitioning) - up mpi comm for #1296 02 July 2020, 09:30:12 UTC
01bfdb4 continue fix #1296 (not use vector directly in comm) 02 July 2020, 09:29:42 UTC
cdf8da7 add accessors 02 July 2020, 09:27:50 UTC
92d85dd remove my test in cfg [ci skip] 30 June 2020, 15:26:05 UTC
9c2e620 fix interpolate with partial mesh support 30 June 2020, 13:56:00 UTC
53b5b04 add fluid example with body and gravity (@lberti) 30 June 2020, 10:00:40 UTC
525b63f up fluid toolbox : add gravity force config in json + support body coupling with gravity if enable (@lberti) 30 June 2020, 09:59:04 UTC
6e0d79a fix solver PtAP with PCD and PMM preconditioners @lberti 29 June 2020, 07:11:56 UTC
e0fbac4 add predator-prey with coefficientformpdes toolbox 25 June 2020, 15:27:41 UTC
81ef177 up coefficientformpdes by adding new coeff : conservativeFluxConvection and conservativeFluxSource 25 June 2020, 14:08:36 UTC
dbb0c90 add test : read parallel mesh in sequential 24 June 2020, 15:18:25 UTC
bfb13cc fix reload parallel hdf5 mesh in sequential 24 June 2020, 15:17:26 UTC
924c1d4 fix #1484 @lberti @prudhomm 24 June 2020, 08:16:21 UTC
0d1a68e Merge branch 'feature/toolboxes-refactoring' of github.com:feelpp/feelpp into feature/toolboxes-refactoring 24 June 2020, 07:43:13 UTC
b0abede up coefficientformpdes : implement theta time step 24 June 2020, 07:43:02 UTC
6caff55 Up cfg files fieldsplit crashing #1484 @vincentchabannes 23 June 2020, 15:10:11 UTC
c43ea95 Merge branch 'feature/toolboxes-refactoring' of https://github.com/feelpp/feelpp into feature/toolboxes-refactoring 23 June 2020, 15:06:55 UTC
f583668 up SymbolExpr : replace tuple by a struct @metivett @prudhomm 19 June 2020, 18:59:40 UTC
745b8be fix compilation 19 June 2020, 13:30:03 UTC
2bf83db fix compilation 19 June 2020, 13:29:16 UTC
3eb093f fix compilation 19 June 2020, 06:30:25 UTC
608a691 up coefficientformpdes : automatic solver selection 19 June 2020, 06:29:54 UTC
84af282 fix eval of div( A grad(u) ) if A (scalar case only) depends on x,y,z 18 June 2020, 13:26:01 UTC
8b0bdf2 defined Expr::hasSymbolDependencyOnCoordinatesInSpace<Dim> 18 June 2020, 13:23:57 UTC
09e1de3 up test_symbolic_diff with grad 18 June 2020, 09:28:28 UTC
0ea6a00 fix compilation : WARNING grad with symbolic expr require now the dim in vectorial case 18 June 2020, 09:27:04 UTC
b579268 up GinacMatrix : support grad with symbols dependency (only scalar or vectorial case) 18 June 2020, 09:19:04 UTC
57f5163 up test_symbolic_diff 17 June 2020, 13:30:13 UTC
f5def79 up diff with idv() keyword (scalar field only) 17 June 2020, 13:29:37 UTC
cddad84 up diff expression with P() keywords + add expr helper 17 June 2020, 06:08:51 UTC
82e6cd6 remove Unicode character 17 June 2020, 04:57:49 UTC
e77cbc9 fix compilation [ci skip] 16 June 2020, 14:51:56 UTC
33a639c @metivett I disable by default MultiFluid in waiting your compilations fixes 16 June 2020, 13:19:43 UTC
666f906 fix diff with P() ,Px(), Py(), Pz() keywords 16 June 2020, 13:16:54 UTC
5952ce1 refactoring one keyword + add dynamic setup 16 June 2020, 13:16:22 UTC
e10fb70 up linear solver with po::variables_map 16 June 2020, 05:10:55 UTC
72b0dfe up HBF readder #1471 14 June 2020, 21:18:46 UTC
652b034 up #1471 test more configuration 14 June 2020, 21:17:13 UTC
b0e3b5b give access to parametesr_options and functions_options with prefix 14 June 2020, 21:14:46 UTC
4b53ab4 fix trait 14 June 2020, 21:13:11 UTC
8c0d439 Merge branch 'feature/toolboxes-refactoring' of github.com:feelpp/feelpp into feature/toolboxes-refactoring 12 June 2020, 19:25:09 UTC
94808a1 work on flexible management of CoefficientFormPDEs toolbox 12 June 2020, 19:24:58 UTC
cf59b4d increase BOOST_PARAMETER_MAX_ARITY 12 June 2020, 19:22:43 UTC
56bd6a2 support more features with command line options not defined from env 12 June 2020, 19:22:07 UTC
e4b17d8 init a ModelProperties from a ptree 12 June 2020, 19:19:45 UTC
99683ae Fix levelset toolbox compilation 12 June 2020, 17:32:40 UTC
3bd7eff minor up 12 June 2020, 06:18:35 UTC
32d1750 minor up with shock capturing 12 June 2020, 06:14:40 UTC
893eaf5 fix stab with first time derivative [ci skip] 11 June 2020, 08:46:37 UTC
a96d766 minor up 10 June 2020, 14:37:59 UTC
f749b9b add bdf order info 10 June 2020, 08:33:14 UTC
63328be up coefficientformpdes app : add transient simu in main 10 June 2020, 08:11:38 UTC
a376bbc up heat : add symbol expr heat_vconv ( velocity convection) 10 June 2020, 08:10:24 UTC
e3b285c up coefficientformpdes with transient simu 10 June 2020, 06:01:31 UTC
f772601 up TSBase/Bdf in order to support cmd line options defined on the fly 10 June 2020, 06:00:23 UTC
9b25d47 up CoefficientFormPDE : automatic diff with coeff diffusion (matrix) and reaction 09 June 2020, 14:07:00 UTC
3394aec Merge remote-tracking branch 'origin/develop' into feature/toolboxes-refactoring 09 June 2020, 10:59:27 UTC
51e14f5 Merge remote-tracking branch 'origin/feature/ls' into feature/toolboxes-refactoring 09 June 2020, 10:59:13 UTC
89e10dd Merge remote-tracking branch 'origin/feature/toolboxes-refactoring-solid' into feature/toolboxes-refactoring 09 June 2020, 10:58:28 UTC
4a36915 up solid toolbox 09 June 2020, 10:56:46 UTC
50d8817 up solid cfg 09 June 2020, 10:56:11 UTC
eec40c6 fixes #1479 test is running and we get the proper convergence simplify code and make it more generic (2D/3D Order 1 and 2) using same code 08 June 2020, 23:13:52 UTC
599cba8 fix compilation 08 June 2020, 15:02:21 UTC
c246f9d up 08 June 2020, 14:56:19 UTC
bed85c5 remove old app 08 June 2020, 14:54:19 UTC
4837490 fix coefficientformpdes 08 June 2020, 14:52:58 UTC
312334c fix compilation 08 June 2020, 09:03:45 UTC
d2c1756 fix fsi with solid 1dreduced 08 June 2020, 09:03:30 UTC
ca19c7a Merge remote-tracking branch 'origin/feature/toolboxes-refactoring' into feature/ls 05 June 2020, 08:32:36 UTC
a0052f3 Add levelsetDiracElementsGeneric range filter 05 June 2020, 08:31:51 UTC
12c5a82 forget to add src files 04 June 2020, 12:38:36 UTC
1d7d5f8 work on refactoring of solid 1d reduced model 04 June 2020, 12:36:34 UTC
ce77576 fix call of update function in symbolx expression @metivett 03 June 2020, 19:15:31 UTC
f01b4bf major changes, insertion of inheritance diamond : Now, ModelPhysics and ModelAlgebraic inherit of ModelBase. The idea is to have a continous view (ModelPhysics) and discrete view (ModelNumeric). The modelBase class store the worldComm, prefix, directory, ... some basic informations that these differents views should share. The only bad side that I see is that we need to call the ModelBase constructor many location. 03 June 2020, 13:52:07 UTC
5dbf7ca up materialsproperties : support management of several meshes 03 June 2020, 05:05:58 UTC
60539bc up solid : fix pressure with linear elasticity in displacement pressure formulation 02 June 2020, 08:00:13 UTC
back to top