docs: refresh Abaqus subroutine guidance

This commit is contained in:
KOKO\Mimi
2026-08-18 11:27:22 +09:00
parent a3197dc2e3
commit e76c1b96fd
64 changed files with 498 additions and 4560 deletions
+4 -4
View File
@@ -93,10 +93,10 @@ class ValidateFortranTests(unittest.TestCase):
{
"tests": [
{
"name": "uel_3d_euler_beam_kernel_stiffness",
"name": "sample_kernel_stiffness",
"sources": [
"src/fortran/uel_3d_euler_beam_kernel.f90",
"tests/fortran/test_uel_3d_euler_beam_kernel.f90",
"src/fortran/sample_kernel.f90",
"tests/fortran/test_sample_kernel.f90",
],
}
]
@@ -109,7 +109,7 @@ class ValidateFortranTests(unittest.TestCase):
with mock.patch.object(validate_fortran, "resolve_toolchain", return_value=toolchain):
validate_fortran.discover_commands(root)
build_dir = root / "build" / "fortran-tests" / "uel_3d_euler_beam_kernel_stiffness"
build_dir = root / "build" / "fortran-tests" / "sample_kernel_stiffness"
self.assertTrue(build_dir.is_dir())