Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend assembler to multiple terms #43

Merged
merged 7 commits into from
Jul 5, 2019

Conversation

fverdugo
Copy link
Member

@fverdugo fverdugo commented Jul 5, 2019

This PR extends the FE assembly routines to support weak forms with several terms, which are integrated in different domains. E.g., problems with Neumann BCs.

This PR addresses issue #42

@fverdugo fverdugo changed the title Extend assembler to multiple fields Extend assembler to multiple terms Jul 5, 2019
@codecov-io
Copy link

codecov-io commented Jul 5, 2019

Codecov Report

Merging #43 into master will increase coverage by 0.12%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   89.64%   89.77%   +0.12%     
==========================================
  Files          59       60       +1     
  Lines        2559     2591      +32     
==========================================
+ Hits         2294     2326      +32     
  Misses        265      265
Impacted Files Coverage Δ
src/MultiField/MultiCellArrays.jl 92.3% <100%> (+0.64%) ⬆️
src/FESpaces/Assemblers.jl 91.66% <100%> (+2.47%) ⬆️
src/FESpaces/FESpaces.jl 86.02% <100%> (ø) ⬆️
src/MultiField/MultiAssemblers.jl 91.3% <100%> (+1.64%) ⬆️
src/CellValues/IdentityCellNumbers.jl 100% <100%> (ø)
src/MultiField/MultiFESpaces.jl 96.82% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e86ad2f...d7d54c0. Read the comment docs.

@fverdugo fverdugo merged commit 9caa3a0 into master Jul 5, 2019
@fverdugo fverdugo deleted the extend_assembler_to_multiple_fields branch July 5, 2019 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants