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
1c04baf209f7a2d04da28ff2e59237749f9dfa56
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
14
Jun
11
10
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
Backing up current state.
Merge branch 'new_sussman_enoweno' of ssh://git.mpi-cbg.de/openfpm/openfpm_numerics into new_sussman_enoweno
Changed structure of templated functions in Eno/Weno s.t. it can be used with less params. Adapted UpwindGradient accordingly.
Fixing symbol to be static for duplication
Added Eno Weno unit test and Gaussian function and its derivatives.
Merge remote-tracking branch 'origin/develop' into FD_solver
Merge remote-tracking branch 'origin/develop' into FD_solver
Merge branch 'testing_MOF' into develop
Added SE_CLASS1, made box bigger in cylinder unit test s.t. ghost particles of mirrors are within the box.
Adding some layers for Nullspace Solver
Adding some layers for Nullspace Solver
Started testing Method of Images for cylinder.
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.
Loading