| /libCEED/.github/workflows/ |
| H A D | release-notes.yml | 6 - main 22 git fetch origin main 23 if git diff origin/main --exit-code include/ceed/*; then 25 elif git diff origin/main --exit-code doc/sphinx/source/releasenotes.rst; then
|
| H A D | c-fortran-test-style.yml | 6 - main 24 sudo add-apt-repository 'deb http://apt.llvm.org/noble/ llvm-toolchain-noble-19 main'
|
| H A D | c-fortran-test-arm64.yml | 6 - main
|
| H A D | rust-documentation.yml | 6 - main
|
| /libCEED/ |
| H A D | RELEASING.md | 23 The "Current Main" heading needs to be named for the release. 45 …mending the commit message on an in-progress commit, after rebasing if applicable on latest `main`. 47 3. `git switch main && git merge --ff-only HEAD@{1}` fast-forward merge into `main` 49 5. `git push origin main v0.8.1` 95 After the binary wrapper package libCEED_jll has been updated, we are ready to update the main Juli… 123 Once this change is merged into libCEED's `main` branch, the updated package version can be registe… 125 > @JuliaRegistrator register branch=main subdir=julia/LibCEED.jl
|
| /libCEED/rust/libceed/src/ |
| H A D | vector.rs | 8 //! A Ceed Vector constitutes the main data structure and serves as input/output 49 /// # fn main() -> libceed::Result<()> { 75 /// # fn main() -> libceed::Result<()> { 101 /// # fn main() -> libceed::Result<()> { 211 /// # fn main() -> libceed::Result<()> { 276 /// # fn main() -> libceed::Result<()> { 301 /// # fn main() -> libceed::Result<()> { 322 /// # fn main() -> libceed::Result<()> { 358 /// # fn main() -> libceed::Result<()> { 377 /// # fn main() -> libceed::Result<()> { [all …]
|
| H A D | elem_restriction.rs | 42 /// # fn main() -> libceed::Result<()> { 70 /// # fn main() -> libceed::Result<()> { 125 /// # fn main() -> libceed::Result<()> { 335 /// # fn main() -> libceed::Result<()> { 364 /// # fn main() -> libceed::Result<()> { 393 /// # fn main() -> libceed::Result<()> { 433 /// # fn main() -> libceed::Result<()> { 476 /// # fn main() -> libceed::Result<()> { 502 /// # fn main() -> libceed::Result<()> { 527 /// # fn main() -> libceed::Result<()> { [all …]
|
| H A D | qfunction.rs | 35 /// # fn main() -> libceed::Result<()> { 62 /// # fn main() -> libceed::Result<()> { 86 /// # fn main() -> libceed::Result<()> { 154 /// # fn main() -> libceed::Result<()> { 195 /// # fn main() -> libceed::Result<()> { 236 /// # fn main() -> libceed::Result<()> { 286 /// # fn main() -> libceed::Result<()> { 393 /// # fn main() -> libceed::Result<()> { 425 /// # fn main() -> libceed::Result<()> { 646 /// # fn main() -> libceed::Result<()> { [all …]
|
| H A D | basis.rs | 41 /// # fn main() -> libceed::Result<()> { 63 /// # fn main() -> libceed::Result<()> { 112 /// # fn main() -> libceed::Result<()> { 351 /// # fn main() -> libceed::Result<()> { 424 /// # fn main() -> libceed::Result<()> { 444 /// # fn main() -> libceed::Result<()> { 464 /// # fn main() -> libceed::Result<()> { 485 /// # fn main() -> libceed::Result<()> { 514 /// # fn main() -> libceed::Result<()> {
|
| H A D | lib.rs | 376 /// # fn main() -> libceed::Result<()> { 394 /// # fn main() -> libceed::Result<()> { 432 /// # fn main() -> libceed::Result<()> { 492 /// # fn main() -> libceed::Result<()> { 557 /// # fn main() -> libceed::Result<()> { 640 /// # fn main() -> libceed::Result<()> { 680 /// # fn main() -> libceed::Result<()> { 728 /// # fn main() -> libceed::Result<()> { 764 /// # fn main() -> libceed::Result<()> { 896 /// # fn main() -> libceed::Result<()> { [all …]
|
| /libCEED/tests/ |
| H A D | t362-basis.c | 10 // main test 11 int main(int argc, char **argv) { in main() function
|
| H A D | t321-basis.c | 13 // main test 14 int main(int argc, char **argv) { in main() function
|
| H A D | t322-basis.c | 13 // main test 14 int main(int argc, char **argv) { in main() function
|
| H A D | t323-basis.c | 16 // main test 17 int main(int argc, char **argv) { in main() function
|
| H A D | t004-ceed.c | 6 int main(int argc, char **argv) { in main() function
|
| H A D | t010-config.c | 7 int main(int argc, char **argv) { in main() function
|
| H A D | t008-ceed.c | 7 int main(int argc, char **argv) { in main() function
|
| H A D | t006-ceed.c | 8 int main(int argc, char **argv) { in main() function
|
| H A D | t001-ceed.c | 7 int main(int argc, char **argv) { in main() function
|
| H A D | t007-ceed.c | 8 int main(int argc, char **argv) { in main() function
|
| /libCEED/rust/libceed/ |
| H A D | README.md | 23 libceed = { git = "https://github.com/CEED/libCEED", branch = "main" } 29 fn main() -> libceed::Result<()> {
|
| /libCEED/examples/python/ |
| H A D | ex1_volume.py | 24 def main(): function 25 """Main function for volume example""" 181 sys.exit(main())
|
| H A D | ex3_volume.py | 24 def main(): function 25 """Main function for volume example""" 178 main()
|
| H A D | ex2_surface.py | 24 def main(): function 25 """Main driver for surface area example""" 186 sys.exit(main())
|
| /libCEED/rust/libceed-sys/ |
| H A D | build.rs | 7 fn main() { in main() function 56 // The bindgen::Builder is the main entry point in main()
|