Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openfpm_numerics
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
yaskovet
openfpm_numerics
Graph
e4d0eb0ce24973195a801e4d61386ddb92f9bc7c
Select Git revision
Branches
20
AMR_struct_numerics
ActiveGel
CYGWIN
DCPSE_solver
FDScheme_improved
FD_solver
FD_solver_Cancellation
FD_solver_with_sussmann
GPU_branch
Release_0.8.0
Release_0.9.0
SPRNG
ana_stokes
boost_test
closest-point
cuda_on_cpu
develop
fixing_PETSC_installation
grid_position_bug
hip_conversion
20 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
10
Jun
8
7
3
1
30
May
28
27
26
19
18
14
12
29
Apr
28
27
26
23
22
21
16
15
14
13
31
Mar
29
24
22
18
17
9
3
2
28
Feb
27
22
12
5
3
29
Jan
28
8
6
2
21
Dec
19
18
13
8
3
2
1
25
Nov
24
23
22
19
16
14
13
12
11
10
8
2
1
29
Oct
27
26
25
21
19
18
16
15
14
13
7
6
2
1
30
Sep
29
28
27
24
18
16
15
11
9
8
4
3
29
Aug
28
24
17
15
6
3
2
23
Jul
21
16
15
14
13
10
9
8
7
6
2
29
Jun
26
23
22
21
19
18
17
14
13
5
31
May
29
28
27
25
23
22
21
20
18
17
16
15
14
12
11
8
7
6
5
4
1
30
Apr
29
25
24
23
22
21
20
17
16
15
14
10
9
8
7
6
5
1
31
Mar
30
26
23
20
17
16
26
Feb
5
24
Jan
17
13
10
7
27
Dec
25
20
18
17
13
12
11
10
9
6
5
Sep
13
Aug
12
Jun
9
8
11
May
18
Apr
24
Mar
21
16
2
19
Feb
15
10
24
Dec
23
22
7
6
4
3
2
1
30
Nov
29
28
13
8
6
17
Aug
21
Jun
18
Apr
17
17
Mar
19
Feb
16
15
26
Dec
25
17
28
Nov
2
1
Sep
24
Aug
22
20
16
8
4
25
Jul
12
11
9
3
2
1
30
Jun
18
13
10
9
3
15
Mar
26
Feb
22
21
Changed vd BCs in redistancing_unit_test.
Added machine epsilon when setting the bounds in the NarrowBand class.
Added unit test for NarrowBand class. Fixed bug in redistancing.
Changed gradient type from double[dims] to Point<dims, double> also for the temp. grid in the NarrowBand class.
Changed gradient type from double[dims] to Point<dims, double> because preferred by Paraview and because Point has already a function norm, s.t. getting the gradient magnitude doesn't require an extra function.
Fixing bugs and adding if ghost layer big enough.
Added help functions for testing.
Merge branch 'develop' of ssh://git.mpi-cbg.de/openfpm/openfpm_numerics into develop
Fixing bugs.
adds dependency on live in situ
insitu
insitu
Merge branch 'closest-point' into develop
Fix template argument to constant expression
Fix algoim padding bug, add reinitialization unit test
commented check ghost layer thickness.
commented check ghost layer thickness.
Added subset Real, needed for computations in the bulk.
Fixed constructor
Made keys_source a reference.
Merge branch 'develop' of ssh://git.mpi-cbg.de/openfpm/openfpm_numerics into develop
Added Method of Images.
Add closest point docs and unit test
Adding OpenMP libraries
Fixing CMakeList.txt numerics
Added analytical SDF and l-norms to installation.
Add closest point functions
Switched order of function arguments to make it consistent.
Added missing save g_temp for case of convergence, where it doesn't run until max_iter.
Merged convergence unit test from new_sussman_enoweno.
Ghost_get with KEEP_PROPERTIES because need ghost info for both, field and sign.
Merged convergence unit test from new_sussman_enoweno.
ghost_get with KEEP_PROPERTIES because need ghost info for both, field and sign.
Added missing ghost get.
Convergence test for different orders.
Added missing ghost get
Merge branch 'master' of ssh://git.mpi-cbg.de/openfpm/openfpm_numerics
Fixing OpenMP detection
Added new files to install section.
Changed global variables into local.
Added new files to install section.
Merged new/modified files for using ENO/WENO option in Sussman redistancing.
Loading