• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaFEM / JuliaFEM.jl / 1342
45%

Build:
DEFAULT BRANCH: master
Ran 07 May 2018 12:27PM UTC
Jobs 1
Files 19
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1342

push

travis-ci

web-flow
Separate 2d contact code to own package (#195)

Moved plane contact related stuff to own separate package
`MortarContact2D.jl`, where the development continues.

The following changes to test files are done:

1) Problem name for plane mortar coupling is `Mortar2D` (was `Mortar`
before), and later on 3d coupling will be `Mortar`. So the dimension
of coupling operator is explicitly given in a problem name.

2) Before elements to coupling was defined using
```julia
update!(problem.elements, "master elements", master_elements)
add_elements!(problem, [slave_elements; master_elements])
```
Now, explicitly give master and slave elements as
```julia
add_slave_elements!(problem, slave_elements)
add_master_elements!(problem, master_elements)
```
Keep on mind that Lagrange multipliers are in slave side.

3 of 3 new or added lines in 2 files covered. (100.0%)

2280 of 2827 relevant lines covered (80.65%)

20189.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1342.1 07 May 2018 12:27PM UTC 0
80.65
Travis Job 1342.1
Source Files on build 1342
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1342
  • 66a24d38 on github
  • Prev Build on master (#1339)
  • Next Build on master (#1348)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc