mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
bc2cd71f5d
Replace the retired per-shape modules with the single `test_quadrature_rules.jl` entry point that mirrors the current quadrature implementation layout. - SPDX header; trim imports to `Test`, `JuliaFEM`, and `Tensors`.
9 lines
155 B
Julia
9 lines
155 B
Julia
# SPDX-FileCopyrightText: 2015-2026 Jukka Aho
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
using Test
|
|
using JuliaFEM
|
|
using Tensors
|
|
|
|
include("test_quadrature_rules.jl")
|