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

Refactor/tensor values #239

Merged
merged 41 commits into from
Jun 10, 2020
Merged

Refactor/tensor values #239

merged 41 commits into from
Jun 10, 2020

Conversation

victorsndvg
Copy link
Contributor

PR to solve #210

Needs to clean and reorder the code
Comment MonomialBasisTests as 3D TensorValues are being used. Currently not considered.
Some operations pending and its corresponding tests
…sorValue. #210

Pending: Some operations and tests (ongoing)
Adapt TensorValues tests to latests modifications.
@victorsndvg
Copy link
Contributor Author

note comment at line 192 in Operations.jl file:

#TODO: write det and inv function for small specific cases.

@codecov-io
Copy link

codecov-io commented Apr 23, 2020

Codecov Report

Merging #239 into master will decrease coverage by 0.79%.
The diff coverage is 66.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #239      +/-   ##
==========================================
- Coverage   88.91%   88.12%   -0.80%     
==========================================
  Files         146      150       +4     
  Lines        9029     9185     +156     
==========================================
+ Hits         8028     8094      +66     
- Misses       1001     1091      +90     
Impacted Files Coverage Δ
src/Geometry/GenericBoundaryTriangulations.jl 96.08% <ø> (ø)
src/Gridap.jl 100.00% <ø> (ø)
src/ReferenceFEs/ReferenceFEs.jl 100.00% <ø> (ø)
src/TensorValues/TensorValues.jl 100.00% <ø> (ø)
src/TensorValues/Reinterpret.jl 44.44% <40.00%> (-35.56%) ⬇️
src/TensorValues/SymFourthOrderTensorValueTypes.jl 44.11% <44.11%> (ø)
src/TensorValues/SymTensorValueTypes.jl 50.00% <50.00%> (ø)
src/TensorValues/Misc.jl 55.55% <55.55%> (ø)
src/TensorValues/Indexing.jl 60.71% <60.71%> (-39.29%) ⬇️
src/TensorValues/TensorValueTypes.jl 60.71% <60.71%> (ø)
... and 15 more

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 7c10183...4f2cc69. Read the comment docs.

@codecov-commenter
Copy link

codecov-commenter commented May 22, 2020

Codecov Report

Merging #239 into master will decrease coverage by 0.79%.
The diff coverage is 71.67%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #239      +/-   ##
==========================================
- Coverage   88.98%   88.19%   -0.80%     
==========================================
  Files         148      153       +5     
  Lines        9684     9958     +274     
==========================================
+ Hits         8617     8782     +165     
- Misses       1067     1176     +109     
Impacted Files Coverage Δ
src/Exports.jl 100.00% <ø> (ø)
src/Fields/Fields.jl 100.00% <ø> (ø)
src/Geometry/Geometry.jl 100.00% <ø> (ø)
src/Gridap.jl 100.00% <ø> (ø)
src/ReferenceFEs/LagrangianDofBases.jl 93.33% <ø> (ø)
src/ReferenceFEs/ReferenceFEs.jl 100.00% <ø> (ø)
src/TensorValues/TensorValues.jl 100.00% <ø> (ø)
src/TensorValues/ThirdOrderTensorValueTypes.jl 15.00% <15.00%> (ø)
src/TensorValues/Reinterpret.jl 44.44% <40.00%> (-35.56%) ⬇️
src/TensorValues/MultiValueTypes.jl 45.45% <45.45%> (ø)
... and 27 more

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 978fa55...a2d662b. Read the comment docs.

@fverdugo fverdugo merged commit b1f9a97 into master Jun 10, 2020
@fverdugo fverdugo deleted the refactor/TensorValues branch June 10, 2020 08:43
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.

4 participants