Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Poisson_Solver
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
asantosnet
Poisson_Solver
Graph
ae7b73449ddcf805e078f156006a1cfc6346fcf3
Select Git revision
Branches
19
bug/singular_matrix
clean_shapes
feature/1D_solver
feature/ABCMesh
feature/ABCSolver
feature/ABC_shapes
feature/KRR_interpolation
feature/Mesher_primitive_vector
feature/Operation_Shapes
feature/Refactor
feature/force_bbox
feature/force_bbox_border
feature/normalization
feature/refactor_org_2
feature/refactoring
feature/solver_onlysparse
fix_issue/2
master
default
test_pdf
19 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
May
2
1
Nov
19
Jul
13
Jun
13
Oct
20
Aug
17
30
Jun
21
May
20
13
4
3
30
Apr
29
28
27
13
Mar
11
6
7
Mar
19
Nov
17
23
Oct
4
3
2
30
Sep
29
28
22
18
17
16
31
Aug
30
29
28
27
26
24
23
22
21
20
19
17
16
14
13
10
7
6
3
2
1
31
Jul
30
27
25
24
23
20
19
18
17
16
14
13
12
11
10
9
6
5
4
3
2
29
Jun
28
27
26
25
22
21
20
19
18
17
16
15
14
13
12
11
10
8
7
28
May
24
Merge branch 'fix-update-charge-density' into 'master'
master
master
Merge branch 'scipy_1.8_fix' into 'master'
fix compatibility scipy 1.8
Only update is_charge_density when explicitely given
Merge with Satish
add is_charge_density
Merge with CEA pc version. TODO list mainly
Merge branch 'master' into 'master'
Make package installable
Updated todo list
Update TODO
Fix type issue - see Issue 2 open by Eleni
fix_issue/2
fix_issue/2
Fix formatting
Add 2-BSD licence
Attempt at pip compatibility
Require Cython numpy and scipy for setup
Fixed function to calculate vertex
feature/Mesher_…
feature/Mesher_primitive_vector
First commit mesher using primitive vector
Removed print
feature/Operati…
feature/Operation_Shapes
Fixed mistake in f_reduce operator
Added decorator around operations in Shape so it creates an instance of Codomain. Added decorator in codomain to use functools.reduce
Added test to check if the operations are defined properly. Changed how geometry calls each sub_operation. Also corrected bug in reduce_history
Added working version of Codomain. Yet to be integrated into Shape
Create Codomain class generated when an operation is performed on two shapes
Added todo list
Merge branch 'master' into feature/force_bbox
feature/force_b…
feature/force_bbox
IMPORTANT -> Fixed sign error in the capacitance matrix. It caused the solver to inverte the sign in the potential
Merge branch 'master' into feature/force_bbox. Force
Define type of region_ndtuple[region_name].index_of_mesh_points and region_ndtuple.index_of_closed_points elements to int by adding dtype=int. The lack of this was causing errors when trying to use index_of_mesh_points to acess mesh.points
Added comments and simplified logical arg
feature/force_b…
feature/force_bbox_border
Pacome: added force_bbox option to force the regions boundaries to be well defined. Uses the new function mesh_from_square_box
Added zlist in 3bound_box and spelling mistakes comment
Add forcebbox option in grid, visual test working in 2d
Silence solver prints. Fix import error in fill_kwant_sites
Add extrude and inflate functions in shapes
Merge branch 'clean_shapes'. Only comments changed
Merge branch 'master' of ssh://gitlab.kwant-project.org:443/asantosnet/Poisson_Solver
Removed attribute
Changed commets
Cleaned test_rod_2.py a bit
Loading