mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
test(basis): load JuliaFEM in numerical-accuracy suite
Numerical tolerances are meaningful only when they target the shipped basis implementation and quadrature pairing. - Import `JuliaFEM` instead of stitching topology files manually.
This commit is contained in:
@@ -3,16 +3,7 @@
|
||||
using Test
|
||||
using StaticArrays, Tensors
|
||||
|
||||
include("../../src/topology/api.jl")
|
||||
include("../../src/topology/segments.jl")
|
||||
include("../../src/topology/triangles.jl")
|
||||
include("../../src/topology/quadrilaterals.jl")
|
||||
include("../../src/topology/tetrahedra.jl")
|
||||
include("../../src/topology/hexahedra.jl")
|
||||
include("../../src/topology/pyramids.jl")
|
||||
include("../../src/topology/wedges.jl")
|
||||
include("../../src/basis/api.jl")
|
||||
include("../../src/basis/basis_generated.jl")
|
||||
using JuliaFEM
|
||||
|
||||
@testset "Numerical Accuracy - Clean Fractions" begin
|
||||
@testset "Hex27 corner nodes - 1/18 coefficients" begin
|
||||
|
||||
Reference in New Issue
Block a user