{"id":18707897,"url":"https://github.com/ceed/fms","last_synced_at":"2025-04-12T10:31:25.653Z","repository":{"id":47156486,"uuid":"139209253","full_name":"CEED/FMS","owner":"CEED","description":"The CEED high-order Field and Mesh Specification","archived":false,"fork":false,"pushed_at":"2021-09-10T19:54:47.000Z","size":1311,"stargazers_count":16,"open_issues_count":4,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-26T05:22:49.318Z","etag":null,"topics":["api","ceed","ecp","high-order","mesh-formats"],"latest_commit_sha":null,"homepage":"http://ceed.exascaleproject.org/fms","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CEED.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-30T01:14:05.000Z","updated_at":"2025-02-26T10:49:03.000Z","dependencies_parsed_at":"2022-09-01T14:51:42.398Z","dependency_job_id":null,"html_url":"https://github.com/CEED/FMS","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CEED%2FFMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CEED%2FFMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CEED%2FFMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CEED%2FFMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CEED","download_url":"https://codeload.github.com/CEED/FMS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248553044,"owners_count":21123363,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","ceed","ecp","high-order","mesh-formats"],"created_at":"2024-11-07T12:20:15.618Z","updated_at":"2025-04-12T10:31:24.711Z","avatar_url":"https://github.com/CEED.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"                            ███████ ███    ███ ███████\n                            ██      ████  ████ ██\n                            █████   ██ ████ ██ ███████\n                            ██      ██  ██  ██      ██\n                            ██      ██      ██ ███████\n\n                 CEED's high-order Field and Mesh Specification\n\n\n[![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-Clause)\n[![Documentation](https://codedocs.xyz/CEED/FMS.svg)](https://codedocs.xyz/CEED/FMS/)\n[![Build and Test (GH Actions)](https://github.com/CEED/FMS/actions/workflows/build-and-test.yaml/badge.svg?branch=master)](https://github.com/CEED/FMS/actions?query=workflow%3Abuild-and-test)\n[![Build and Test (GH Actions)](https://github.com/CEED/FMS/actions/workflows/check-style.yaml/badge.svg?branch=master)](https://github.com/CEED/FMS/actions?query=workflow%3Acheck-style)\n\n\n## High-Order Data Description\n\nThis repository contains an initial high-order Field and Mesh Specification\n(FMS) interface that allows a wide variety of applications and visualization\ntools to represent unstructured high-order meshes with general high-order finite\nelement fields defined on them.\n\nFMS is intended as a lightweight format and API that can represent general\nfinite elements within a common, easy to use framework. This includes high-order\nsolutions and meshes, as those depicted below, as well as non-standard finite\nelements, such as Nedelec and Raviart-Thomas elements. See the [FMS\ndocumentation](doc/fms.md) for more details.\n\nInitial support for the FMS file formats is available in\n[VisIt](https://visit.llnl.gov/) version 3.2.\n\n![High-order mesh and solution](doc/triple-pt-2x2.png)\n\nThe following diagram illustrates the current and planned components of FMS.\n\n![FMS components](doc/components.png)\n\nThe repository is part of the [CEED software suite][ceed-soft], a collection of\nsoftware benchmarks, miniapps, libraries and APIs for efficient exascale\ndiscretizations based on high-order finite element and spectral element methods.\nSee http://github.com/ceed for more information and source code availability.\n\nThe CEED research is supported by the [Exascale Computing Project][ecp]\n(17-SC-20-SC), a collaborative effort of two U.S. Department of Energy\norganizations (Office of Science and the National Nuclear Security\nAdministration) responsible for the planning and preparation of a [capable\nexascale ecosystem](https://exascaleproject.org/what-is-exascale), including\nsoftware, applications, hardware, advanced system engineering and early testbed\nplatforms, in support of the nation’s exascale computing imperative.\n\nFor more details on the CEED FMS interface see http://ceed.exascaleproject.org/fms/.\nWe are interested in collaborating with application scientists and visualization\nteams to further improve FMS and make it a viable option for high-order data\nexchange and high-order visualization and data analysis.\n\n## Building\n\nYou can get started with the default build configuration using the command line\nlisted below. Checkout the [build documentation](doc/build.md) for more info.\n\n```console\nmkdir build\ncd build\ncmake ..\nmake -j 2\n```\n\n## Contact\n\nYou can reach the CEED/FMS team by emailing [ceed-users@llnl.gov](mailto:ceed-users@llnl.gov)\nor by leaving a comment in the [issue tracker](https://github.com/CEED/FMS/issues).\n\n## Copyright\n\nThe following copyright applies to each file in the CEED software suite, unless\notherwise stated in the file:\n\n\u003e Copyright (c) 2021, Lawrence Livermore National Security, LLC. Produced at the\n\u003e Lawrence Livermore National Laboratory. LLNL-CODE-734707. All Rights reserved.\n\nSee files LICENSE and NOTICE for details.\n\n[ceed-soft]:   http://ceed.exascaleproject.org/software/\n[ecp]:         https://exascaleproject.org/exascale-computing-project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceed%2Ffms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceed%2Ffms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceed%2Ffms/lists"}