Skip to content

Commit

Permalink
Add new public functions (#21)
Browse files Browse the repository at this point in the history
- add_master_elements!, add_slave_elements!, get_master_elements,
  get_slave_elements to work with elements in contact problems.
- eliminate_boundary_conditions! to eliminate boundary conditions
  • Loading branch information
ahojukka5 authored May 15, 2018
1 parent 1d33867 commit 850c8eb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/FEMBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,19 @@ export is_field_problem, is_boundary_problem, get_elements,

include("test.jl")

function eliminate_boundary_conditions! end
export eliminate_boundary_conditions!

function add_slave_elements! end
export add_slave_elements!

function get_slave_elements end
export get_slave_elements

function add_master_elements! end
export add_master_elements!

function get_master_elements end
export get_master_elements

end

0 comments on commit 850c8eb

Please sign in to comment.