Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pugs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
code
pugs
Repository graph
You need to sign in or sign up before continuing.
Repository graph
You can move around the graph by using the arrow keys.
d93dd7ad2e36f7c59ecfb314f0e7a534340e952c
Select Git revision
Selected
d93dd7ad2e36f7c59ecfb314f0e7a534340e952c
Branches
20
develop
default
protected
Nodal_diffusion
feature/Navier-Stokes
feature/Nodal_diffusion
feature/composite-scheme
feature/composite-scheme-other-fluxes
feature/composite-scheme-sources
feature/coupling_module
feature/discontinuous-galerkin
feature/escobar-smoother
feature/explicit-gp-cfl
feature/gks
feature/gmsh-reader
feature/hypoelasticity
feature/hypoelasticity-clean
feature/implicit-solver
feature/implicit-solver-o2
feature/kinetic-schemes
feature/local-dt-fsi
feature/merge-local-dt-fsi
Tags
12
v0.5.0
protected
v0.4.1
protected
v0.4.0
protected
v0.3.0
protected
v0.2.0
protected
v0.1.0
protected
Kidder
v0.0.4
protected
v0.0.3
protected
v0.0.2
protected
v0
protected
v0.0.1
protected
33 results
Begin with the selected commit
Created with Raphaël 2.2.0
3
May
27
Apr
26
24
21
20
19
14
11
30
Mar
29
28
23
21
20
15
13
12
10
9
8
7
6
4
3
1
28
Feb
27
24
23
21
20
19
18
17
16
14
13
11
8
7
6
3
2
1
27
Jan
26
20
17
13
11
10
30
Dec
22
21
19
16
15
14
13
12
9
8
7
6
4
30
Nov
24
23
17
16
13
Oct
12
11
30
Sep
29
27
26
23
22
16
14
13
10
8
7
6
5
3
31
Aug
26
25
23
21
14
12
10
9
8
7
5
4
3
2
1
27
Jul
26
25
24
23
22
21
20
19
18
17
16
15
12
11
7
5
4
3
30
Jun
29
23
22
20
10
9
8
7
6
3
2
1
31
May
30
25
24
23
21
20
19
18
16
12
11
10
6
5
4
3
29
Apr
28
27
26
25
23
20
19
14
13
11
8
7
5
4
30
Mar
29
28
24
23
18
14
11
10
9
8
4
2
1
28
Feb
23
22
21
18
17
16
15
14
11
10
9
8
4
3
2
1
31
Jan
13
11
7
6
4
30
Dec
22
21
20
16
15
14
10
9
7
6
2
1
30
Nov
29
26
25
24
19
18
17
15
Order 2 and 3 on irregular meshes
Fix symmetry conditions for implicit-explicit meshes. Must be listed first in pgs file.
Revert "Test Space discretization for non uniform meshes"
Test Space discretization for non uniform meshes
Prepare scheme infrastructure for local dt stepping
Remove modulos from space discretization
Correct Dichotomy precision
update
update
add branch to serialize position of a BC at_node or at_face
update CL cpl_forces
Clean Euler Kinetic Solver
Add exact solution builder for the density and velocity
Add 4th order time discretization
Merge branch 'feature/projection' of https://gitlab.delpinux.fr/code/pugs into feature/projection
Store volume when detecting bad mesh
Add Euler Kinetic Solver
allows triangular faces for advection
fluxing 3D for quadrangular faces
add a constructor through vectors to TinyMatrix
Velocity BC implementation fixed, each node is evaluated once
Adding Non uniform kinetic solver with lambda at the cells instead of the nodes.
Improve fluxing based remapping
Merge branch 'develop' into feature/kinetic-schemes
Fix Embedded data tuples as return type
Merge branch 'develop' into feature/projection
Merge branch 'feature/item-array-in-pgs' into 'develop'
Allow to post process item_array (SubItemArrayPerItem)
Update documentation to deal with item_array and sub_item_array
Add ItemArray interpoler and plug it to the language
Add ItemArray and SubItemValuePerItem access in the language
Merge branch 'feature/algebra' into 'develop'
Add min/max functions and unary minus operator for vector classes
Fix copy for SmallMatrix and add unit tests
Merge branch 'feature/language-tuples' into 'develop'
Check that variable list does not change for a given writer
Add support for empty functions
remove useless brackets
Add the void keyword. It designate the empty set in functions.
Update documentation wrt tuple -> variable/compound affectations
Loading