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

JuliaFEM / JuliaFEM.jl / 695 / 1
45%
master: 45%

Build:
DEFAULT BRANCH: master
Ran 01 Feb 2017 08:53AM UTC
Files 33
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

01 Feb 2017 08:42AM UTC coverage: 90.388% (-0.007%) from 90.395%
695.1

push

travis-ci

TeroFrondelius
problems_mortar_3d.jl: rename function contains to approx_in (#86)

* problems_mortar_3d.jl: rename function contains to approx_in

See issue #85. `contains` is now renamed to `approx_in`. I also
switched argument order, so this function is now called in a same
way function `in()`. Usage example:

    julia> P = Vector[[1.0, 1.0], [2.0, 2.0]]
    2-element Array{Array{T,1},1}:
     [1.0,1.0]
     [2.0,2.0]

    julia> q = [1.0, 1.0] + eps(Float64)
    2-element Array{Float64,1}:
     1.0
     1.0

    julia> in(q, P)
    false

    julia> approx_in(q, P)
    true

Also added docstring and usage example.

* Removed `importall base` from code

3705 of 4099 relevant lines covered (90.39%)

18083.32 hits per line

Source Files on job 695.1
  • Tree
  • List 0
  • Changed 8
  • Source Changed 7
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 695
  • Travis Job 695.1
  • bb06b151 on github
  • Prev Job for on master (#686.1)
  • Next Job for on master (#720.1)
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