feat(fem-and-beam-kernel): step 0 — quadrature-and-shape-functions
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <array>
|
||||
|
||||
namespace fesa {
|
||||
|
||||
[[nodiscard]] std::array<double, 2> line2_shape(double xi);
|
||||
|
||||
[[nodiscard]] std::array<double, 2> line2_shape_derivative(double xi);
|
||||
|
||||
[[nodiscard]] double line2_jacobian(double length);
|
||||
|
||||
} // namespace fesa
|
||||
Reference in New Issue
Block a user