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

JuliaFEM / FEMBase.jl / 97
95%

Build:
DEFAULT BRANCH: master
Ran 03 Dec 2017 09:32AM UTC
Jobs 1
Files 9
Run time 0s
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
97

push

travis-ci

web-flow
Refactor and document fields.jl (#2)

Code for working with fields is now refactored and documented. A slight modification is done how to define variable fields. Earlier the syntax was to define a vector with some content, but this syntax was not unambiguous, e.g. 

```julia
el = Element(Seg2, [1,2])
update!(el, "f", [1.0, 2.0])
```

could mean either constant vector field or variable scalar field in case of Seg2. Now variable field is defined using Tuple so it's always clear what kind of field is defined. So the new syntax for declaring constant vector field or variable scalar field goes

```julia
el = Element(Seg2, [1,2])
update!(el, "constant vector field", [1.0, 2.0])
update!(el, "variable scalar field", (1.0, 2.0))
```

523 of 523 relevant lines covered (100.0%)

13.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 97.1 03 Dec 2017 09:32AM UTC 0
100.0
Travis Job 97.1
Source Files on build 97
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #97
  • 3a0f9f1a on github
  • Prev Build on master (#76)
  • Next Build on master (#103)
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