Searched full:bin (Results 1 – 25 of 30) sorted by relevance
12
| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 21 … examples/fluids/tests-output/fluids-navierstokes-gaussianwave-IDL-entropy.bin -dm_plex_box_faces … 22 … examples/fluids/tests-output/fluids-navierstokes-gaussianwave-IDL-entropy.bin -state_var entropy … 23 …ame examples/fluids/tests-output/fluids-navierstokes-gaussianwave-explicit.bin -dm_plex_box_faces … 24 …mples/fluids/tests-output/fluids-navierstokes-adv2d-rotation-explicit-stab-supg-consistent-mass.bin 25 …l 7e-10 -compare_final_state_filename examples/fluids/tests-output/fluids-navierstokes-adv-skew.bin 26 … -compare_final_state_filename examples/fluids/tests-output/fluids-navierstokes-blasius-bc_slip.bin 27 …mpare_final_state_filename examples/fluids/tests-output/fluids-navierstokes-adv-rotation-cosine.bin 28 …lename examples/fluids/tests-output/fluids-navierstokes-gaussianwave-shell.bin -dm_plex_box_faces … 29 … -compare_final_state_filename examples/fluids/tests-output/fluids-navierstokes-taylor-green-IC.bin 30 …luids/tests-output/fluids-navierstokes-blasius_diff_filter_aniso_vandriest.bin -diff_filter_monito… [all …]
|
| H A D | conv_plot.py | 1 #!/usr/bin/env python3
|
| H A D | conv_test.sh | 1 #!/bin/bash
|
| H A D | Makefile | 90 $(RM) -r $(OBJDIR) navierstokes *.vtu *.bin* *.csv *.png
|
| H A D | README.md | 108 - `[output_dir]/ns-solution.bin` 112 - `[output_dir]/ns-time.bin`
|
| /libCEED/ |
| H A D | .gitignore | 59 *.bin 60 *.bin.info
|
| H A D | .readthedocs.yml | 13 - librsvg2-bin
|
| /libCEED/examples/fluids/src/ |
| H A D | cloptions.c | 91 PetscCall(PetscStrcpy(app_ctx->cont_file, "[output_dir]/ns-solution.bin")); in ProcessCommandLineOptions() 94 …tscSNPrintf(app_ctx->cont_file, sizeof app_ctx->cont_file, "%s/ns-solution.bin", app_ctx->output_d… in ProcessCommandLineOptions() 97 PetscCall(PetscStrcpy(app_ctx->cont_time_file, "[output_dir]/ns-time.bin")); in ProcessCommandLineOptions() 100 …rintf(app_ctx->cont_time_file, sizeof app_ctx->cont_time_file, "%s/ns-time.bin", app_ctx->output_d… in ProcessCommandLineOptions()
|
| H A D | setupts.c | 224 …PetscCall(PetscSNPrintf(file_path, sizeof file_path, "%s/ns-solution-%" PetscInt_FMT ".bin", user-… in WriteOutput() 226 …PetscCall(PetscSNPrintf(file_path, sizeof file_path, "%s/ns-solution.bin", user->app_ctx->output_d… in WriteOutput()
|
| /libCEED/doc/ |
| H A D | README.md | 39 …rt` utility, which is likely available from your package manager under `librsvg` or `librsvg2-bin`. 60 . VENV/bin/active # activate the environment
|
| /libCEED/examples/nek/ |
| H A D | nek-examples.sh | 1 #!/bin/bash 41 : ${NEK5K_TOOLS_DIR:=`cd "${NEK5K_DIR}/bin"; pwd`} 146 # Copy makenek from NEK5K_DIR/bin/ 148 cp $NEK5K_DIR/bin/makenek build/
|
| /libCEED/tests/junit-xml/ |
| H A D | .gitignore | 13 bin
|
| /libCEED/python/ |
| H A D | test-wheel.sh | 1 #!/bin/bash -ex
|
| /libCEED/benchmarks/ |
| H A D | postprocess_table.py | 1 #!/usr/bin/env python3
|
| H A D | postprocess_base.py | 1 #!/usr/bin/env python3
|
| H A D | postprocess_plot.py | 1 #!/usr/bin/env python3
|
| /libCEED/examples/fluids/tests-output/ |
| H A D | stats_test.yaml | 44 continue_filename: ./examples/fluids/tests-output/fluids-navierstokes-turb-spanstats-IC.bin
|
| /libCEED/.github/workflows/ |
| H A D | c-fortran-test-linux-osx.yml | 36 echo "CC=$(brew --prefix llvm@18)/bin/clang" >> $GITHUB_ENV
|
| /libCEED/backends/magma/tuning/ |
| H A D | generate_tuning.py | 1 #!/usr/bin/env python3
|
| /libCEED/examples/python/ |
| H A D | ex1_volume.py | 1 #!/usr/bin/env python3
|
| H A D | ex3_volume.py | 1 #!/usr/bin/env python3
|
| H A D | ex2_surface.py | 1 #!/usr/bin/env python3
|
| H A D | ex_test.py | 1 #!/usr/bin/env python3
|
| /libCEED/tests/ |
| H A D | junit.py | 1 #!/usr/bin/env python3
|
| /libCEED/doc/sphinx/source/ |
| H A D | conf.py | 1 #!/usr/bin/env python3
|
12