remove all files

This commit is contained in:
NINI
2026-05-13 23:32:45 +09:00
parent c47557885d
commit ca2d8dbc2f
304 changed files with 0 additions and 23454 deletions
-1
View File
@@ -1 +0,0 @@
#include "fesa/Analysis/Analysis.hpp"
-1
View File
@@ -1 +0,0 @@
#include "fesa/Assembly/Assembly.hpp"
-1
View File
@@ -1 +0,0 @@
#include "fesa/Boundary/Boundary.hpp"
-1
View File
@@ -1 +0,0 @@
#include "fesa/Core/Core.hpp"
-1
View File
@@ -1 +0,0 @@
#include "fesa/Element/Element.hpp"
-1
View File
@@ -1 +0,0 @@
#include "fesa/IO/IO.hpp"
-1
View File
@@ -1 +0,0 @@
#include "fesa/Load/Load.hpp"
-1
View File
@@ -1 +0,0 @@
#include "fesa/Material/Material.hpp"
-1
View File
@@ -1 +0,0 @@
#include "fesa/Math/Math.hpp"
-1
View File
@@ -1 +0,0 @@
#include "fesa/Property/Property.hpp"
-1
View File
@@ -1 +0,0 @@
#include "fesa/Results/Results.hpp"
-1
View File
@@ -1 +0,0 @@
#include "fesa/Util/Util.hpp"
-8
View File
@@ -1,8 +0,0 @@
#include "fesa/fesa.hpp"
namespace fesa {
static_assert(sizeof(GlobalId) == 8, "GlobalId must remain 64-bit");
static_assert(sizeof(EquationId) == 8, "EquationId must remain 64-bit");
static_assert(sizeof(SparseIndex) == 8, "SparseIndex must remain 64-bit");
static_assert(sizeof(Real) == 8, "Real must remain double precision");
} // namespace fesa