Home
last modified time | relevance | path

Searched full:main (Results 1 – 25 of 261) sorted by relevance

1234567891011

/libCEED/.github/workflows/
H A Drelease-notes.yml6 - 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 Dc-fortran-test-style.yml6 - main
24 sudo add-apt-repository 'deb http://apt.llvm.org/noble/ llvm-toolchain-noble-19 main'
H A Dc-fortran-test-arm64.yml6 - main
H A Drust-documentation.yml6 - main
/libCEED/
H A DRELEASING.md23 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 Dvector.rs8 //! 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 Delem_restriction.rs42 /// # 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 Dqfunction.rs35 /// # 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 Dbasis.rs41 /// # 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 Dlib.rs376 /// # 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 Dt362-basis.c10 // main test
11 int main(int argc, char **argv) { in main() function
H A Dt321-basis.c13 // main test
14 int main(int argc, char **argv) { in main() function
H A Dt322-basis.c13 // main test
14 int main(int argc, char **argv) { in main() function
H A Dt323-basis.c16 // main test
17 int main(int argc, char **argv) { in main() function
H A Dt004-ceed.c6 int main(int argc, char **argv) { in main() function
H A Dt010-config.c7 int main(int argc, char **argv) { in main() function
H A Dt008-ceed.c7 int main(int argc, char **argv) { in main() function
H A Dt006-ceed.c8 int main(int argc, char **argv) { in main() function
H A Dt001-ceed.c7 int main(int argc, char **argv) { in main() function
H A Dt007-ceed.c8 int main(int argc, char **argv) { in main() function
/libCEED/rust/libceed/
H A DREADME.md23 libceed = { git = "https://github.com/CEED/libCEED", branch = "main" }
29 fn main() -> libceed::Result<()> {
/libCEED/examples/python/
H A Dex1_volume.py24 def main(): function
25 """Main function for volume example"""
181 sys.exit(main())
H A Dex3_volume.py24 def main(): function
25 """Main function for volume example"""
178 main()
H A Dex2_surface.py24 def main(): function
25 """Main driver for surface area example"""
186 sys.exit(main())
/libCEED/rust/libceed-sys/
H A Dbuild.rs7 fn main() { in main() function
56 // The bindgen::Builder is the main entry point in main()

1234567891011