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

JuliaFEM / JuliaFEM.jl / 695
45%

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

pending completion
695

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

5 of 5 new or added lines in 1 file covered. (100.0%)

3705 of 4099 relevant lines covered (90.39%)

18083.32 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
src/preprocess_abaqus_reader.jl
Jobs
ID Job ID Ran Files Coverage
1 695.1 01 Feb 2017 08:53AM UTC 0
90.39
Travis Job 695.1
Source Files on build 695
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #695
  • bb06b151 on github
  • Prev Build on master (#686)
  • Next Build on master (#720)
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