Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frap Theory
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
Show more breadcrumbs
hubatsch
Frap Theory
Graph
197127e8cf370ceaf7747f823d28e984bf42ba92
Select Git revision
Branches
9
3D-two-matrices
EffectiveDrop
Fix-mass-conservation
Reducing-input-parameters
Test_alpha_sensitivity
Troubleshooting-oscillations
flux_accuracy
master
default
test_parallel
9 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
12
Jul
11
10
9
8
7
6
4
2
30
Jun
29
25
23
15
13
25
May
20
8
29
Apr
28
27
21
15
11
8
7
6
5
4
1
31
Mar
30
29
28
25
24
23
22
21
17
16
15
14
8
3
2
1
22
Feb
21
20
15
Jan
24
Nov
26
Oct
20
19
14
13
14
Sep
31
Aug
27
10
9
1
Apr
30
Mar
23
19
14
9
22
Feb
20
14
13
10
8
7
5
4
3
30
Jan
24
19
18
16
15
8
Dec
2
27
Nov
18
17
16
11
9
4
3
2
29
Oct
26
23
22
21
20
19
14
13
7
29
Sep
28
25
24
22
21
18
17
16
15
9
8
7
5
3
31
Aug
30
27
26
25
24
18
12
10
6
5
4
31
Jul
30
29
22
21
20
19
18
17
16
14
13
12
7
9
Jun
22
May
20
15
12
11
10
3
28
Apr
27
22
20
16
14
12
11
8
7
6
2
1
27
Mar
26
25
24
23
20
19
17
15
14
12
10
9
6
25
Feb
24
17
16
14
13
12
11
10
31
Jan
20
15
14
6
3
30
Dec
19
18
3
28
Nov
27
26
25
19
18
WIP: parallel for loop for matrix inversion.
3D in new code seems to work.
Really close match with ML for finer mesh.
Works in 30s for D_out/D_in = 2000.
Fixed typo in spacing.
Introduce variable delta x and domain size.
cosmetics.
Interpolation in t works.
Limit boundary conditions to tridiagonal form.
Shortening code.
Ratio of D_out/D_in = 20 still works okay.
Shorten function. Same result.
1D comparison between Julia and Matlab works.
Inner and outer domain coupled, partitioning works.
Dirichlet boundary conditions work, now need to couple to matrices.
Dirichlet boundary condition right works.
Tridiagonal matrix makes huge difference!!
Introduce a second domain as an exact copy of the first for now.
Starting work on connecting two matrices instead of a single one.
Finer spacing.
Update plotting.
Comparison works well inside, for every other time point. Julia still
Added file with examples of function calls updated to latest version of eff_drop
Reducing-input-…
Reducing-input-parameters
Description arguments solve_D + layout
FRAP and Matlab initial conditions now unified in "FRAP"
Getting rid of parameter "B" boundary (Neumann or Experimental). Now defined internally based on IC.
Changed experimenta initial condition: now vector ["Exp", u0E, BE, tE]
Changing Analytical initial condition: now vector ["analytical", x0, RA, Δx]. In this case need to provide right boundary of domain (RA) and delta_x, since adaptive grid does not guarantee that x0 falls within the domain.
Changing FRAP initial condition: now vector ["FRAP", c_out]
Getting rid of "AG" input condition (and thus of delta_x and delta_t), now adapting by default. Working with FRAP initial conditions.
Getting rid of L, R parameters, corrected adaptive grid so that both alpha_in and alpha_out are 1
Revert "Attempt at making spacing exponential inside and outside. Runs but gives"
Attempt at making spacing exponential inside and outside. Runs but gives
Matlab/Julia comparison works roughly, but too slow.
new eff_Drop implementation (x and t domain) for big D_out
Merge branch 'master' of https://git.mpi-cbg.de/hubatsch/frap_theory
new eff_Drop implementation (x and t domain) for big D_out
Time constraint on Matlab solution commented out. Comment out FRAP radius
Compare different parameter sets visually with Matlab. Not working.
corrected condition D_o<1
Loading