| /libCEED/examples/deal.II/ |
| H A D | .clang-format | 8 AlignConsecutiveAssignments: true 9 AlignConsecutiveDeclarations: true 11 AlignOperands: true 12 AlignTrailingComments: true 23 AlwaysBreakTemplateDeclarations: true 29 AfterCaseLabel: true 30 AfterClass: true 32 AfterEnum: true 33 AfterExternBlock: true 34 AfterFunction: true [all …]
|
| /libCEED/examples/python/ |
| H A D | ex_test.py | 26 test=True, 27 quiet=True, 43 test=True, 44 quiet=True, 45 gallery=True, 60 test=True, 61 quiet=True, 77 test=True, 78 quiet=True, 79 gallery=True, [all …]
|
| /libCEED/julia/LibCEED.jl/.style/ |
| H A D | ceed_style.jl | 3 for name in names(JuliaFormatter, all=true) 29 nospace = true 31 nospace = true 47 add_node!(t, n, s, join_lines=true) 49 add_node!(t, paren, s, join_lines=true) 62 add_node!(t, pretty(style, op, s), s, join_lines=true) 66 add_node!(t, pretty(style, op, s), s, join_lines=true) 78 add_node!(t, pretty(style, op, s), s, join_lines=true) 80 add_node!(t, pretty(style, op, s), s, join_lines=true) 83 add_node!(t, pretty(style, op, s), s, join_lines=true) [all …]
|
| /libCEED/examples/nek/ |
| H A D | nek-examples.sh | 61 nek_run="true" 90 nek_verbose="true" 91 nek_mpi="true" 121 nek_clean="true" 125 nek_make="true" 171 elif [ ${nek_verbose} = "true" ]; then 180 if [ ${nek_verbose} = "true" ]; then 228 if [ ${nek_verbose} = "true" ]; then 239 if [ ${nek_verbose} = "true" ]; then 244 if [ ${nek_verbose} = "true" ]; then [all …]
|
| /libCEED/examples/fluids/tests-output/ |
| H A D | stats_test.yaml | 3 implicit: true 34 use: true 37 mean_only: true 38 strong: true
|
| H A D | blasius_stgtest.yaml | 3 implicit: true 30 use: true
|
| /libCEED/examples/rust/ex1-volume-vector/src/ |
| H A D | main.rs | 315 test: true, in example_1_vector_1d() 316 quiet: true, in example_1_vector_1d() 331 test: true, in example_1_vector_2d() 332 quiet: true, in example_1_vector_2d() 347 test: true, in example_1_vector_3d() 363 test: true, in example_1_vector_1d_gallery() 364 quiet: true, in example_1_vector_1d_gallery() 365 gallery: true, in example_1_vector_1d_gallery() 379 test: true, in example_1_vector_2d_gallery() 380 quiet: true, in example_1_vector_2d_gallery() [all …]
|
| /libCEED/examples/rust/ex1-volume/src/ |
| H A D | main.rs | 297 test: true, in example_1_1d() 298 quiet: true, in example_1_1d() 313 test: true, in example_1_2d() 314 quiet: true, in example_1_2d() 329 test: true, in example_1_3d() 345 test: true, in example_1_1d_gallery() 346 quiet: true, in example_1_1d_gallery() 347 gallery: true, in example_1_1d_gallery() 361 test: true, in example_1_2d_gallery() 362 quiet: true, in example_1_2d_gallery() [all …]
|
| /libCEED/examples/fluids/ |
| H A D | blasius.yaml | 3 implicit: true 23 # modify_mesh: true 43 # mean_only: true
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | LibCEED.jl | 190 Returns true if the libCEED library is a release build, false otherwise. 204 Returns true if the libCEED library is at least as current as the specified `version`. Returns 205 `true` whenever libCEED is not a release build. 231 set_preferences!(C.libCEED_jll, "libceed_path" => path; force=true) 243 set_preferences!(C.libCEED_jll, "libceed_path" => nothing; force=true) 249 delete_preferences!(Preferences.get_uuid(C.libCEED_jll), "libceed_path"; force=true)
|
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | main.rs | 375 test: true, in example_2_1d() 376 quiet: true, in example_2_1d() 391 test: true, in example_2_2d() 392 quiet: true, in example_2_2d() 407 test: true, in example_2_3d() 423 test: true, in example_2_1d_gallery() 424 quiet: true, in example_2_1d_gallery() 425 gallery: true, in example_2_1d_gallery() 439 test: true, in example_2_2d_gallery() 440 quiet: true, in example_2_2d_gallery() [all …]
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | main.rs | 406 test: true, in example_2_vector_1d() 407 quiet: true, in example_2_vector_1d() 422 test: true, in example_2_vector_2d() 423 quiet: true, in example_2_vector_2d() 438 test: true, in example_2_vector_3d() 454 test: true, in example_2_vector_1d_gallery() 455 quiet: true, in example_2_vector_1d_gallery() 456 gallery: true, in example_2_vector_1d_gallery() 470 test: true, in example_2_vector_2d_gallery() 471 quiet: true, in example_2_vector_2d_gallery() [all …]
|
| /libCEED/tests/ |
| H A D | junit_common.py | 221 return '', True 230 bool: True if the test is allowed to print console output 239 bool: True if `cgnsdiff` is found 243 shell=True, 258 bool: True if any substrings are included in base string 271 bool: True if base string is prefixed by any of the prefixes 414 comment_func (Callable, optional): Function to determine if test and true line are different 496 shell=True, 516 diff = list(difflib.unified_diff(test_file.read_text().splitlines(keepends=True), 517 true_str.splitlines(keepends=True), [all …]
|
| H A D | t580-operator.c | 61 bool orient_u_local[8] = {false, false, false, false, true, true, true, true}; in main()
|
| H A D | t506-operator.c | 124 …. * CEED_EPSILON) printf("Small Problem, Component 1: Computed Area %f != True Area 1.0\n", sum_1); in main() 125 …. * CEED_EPSILON) printf("Small Problem, Component 2: Computed Area %f != True Area 2.0\n", sum_2); in main() 143 …. * CEED_EPSILON) printf("Large Problem, Component 1: Computed Area %f != True Area 1.0\n", sum_1); in main() 144 …. * CEED_EPSILON) printf("Large Problem, Component 2: Computed Area %f != True Area 2.0\n", sum_2); in main()
|
| H A D | t506-operator-f.f90 | 165 write(*,*) 'Computed Area: ',total1,' != True Area: 1.0' 170 write(*,*) 'Computed Area: ',total2,' != True Area: 2.0' 190 write(*,*) 'Computed Area: ',total1,' != True Area: 1.0' 195 write(*,*) 'Computed Area: ',total2,' != True Area: 2.0'
|
| /libCEED/doc/sphinx/source/ |
| H A D | conf.py | 60 # The following, if true, allows figures, tables and code-blocks to be 62 numfig = True 115 # If true, `todo` and `todoList` produce output, else they produce nothing. 116 todo_include_todos = True 159 "relations.html", # needs 'show_related': True theme option to display 305 rootdir, "examples/**/*.md"), recursive=True): 312 rootdir, "examples/**/*.csv"), recursive=True):
|
| /libCEED/backends/hip-gen/ |
| H A D | ceed-hip-gen-operator-build.cpp | 67 *is_all_tensor = true; in CeedOperatorBuildKernelData_Hip_gen() 94 bool is_all_3d = true; in CeedOperatorBuildKernelData_Hip_gen() 180 *use_3d_slices = basis_data->d_collo_grad_1d && (was_grad_found ? *use_3d_slices : true); in CeedOperatorBuildKernelData_Hip_gen() 181 was_grad_found = true; in CeedOperatorBuildKernelData_Hip_gen() 195 *use_3d_slices = basis_data->d_collo_grad_1d && (was_grad_found ? *use_3d_slices : true); in CeedOperatorBuildKernelData_Hip_gen() 196 was_grad_found = true; in CeedOperatorBuildKernelData_Hip_gen() 211 bool is_tensor = true, is_active = true; in CeedOperatorBuildKernelFieldData_Hip_gen() 550 bool is_tensor = true, is_collocated = true; in CeedOperatorBuildKernelBasis_Hip_gen() 1148 …bool is_all_tensor = true, is_all_nontensor = true, is_at_points = false, use_3d… in CeedOperatorBuildKernel_Hip_gen() 1173 bool has_shared_bases = true; in CeedOperatorBuildKernel_Hip_gen() [all …]
|
| /libCEED/backends/cuda-gen/ |
| H A D | ceed-cuda-gen-operator-build.cpp | 40 *is_all_tensor = true; in CeedOperatorBuildKernelData_Cuda_gen() 67 bool is_all_3d = true; in CeedOperatorBuildKernelData_Cuda_gen() 153 *use_3d_slices = basis_data->d_collo_grad_1d && (was_grad_found ? *use_3d_slices : true); in CeedOperatorBuildKernelData_Cuda_gen() 154 was_grad_found = true; in CeedOperatorBuildKernelData_Cuda_gen() 168 *use_3d_slices = basis_data->d_collo_grad_1d && (was_grad_found ? *use_3d_slices : true); in CeedOperatorBuildKernelData_Cuda_gen() 169 was_grad_found = true; in CeedOperatorBuildKernelData_Cuda_gen() 184 bool is_tensor = true, is_active = true; in CeedOperatorBuildKernelFieldData_Cuda_gen() 523 bool is_tensor = true, is_collocated = true; in CeedOperatorBuildKernelBasis_Cuda_gen() 1121 …bool is_all_tensor = true, is_all_nontensor = true, is_at_points = false, use_3… in CeedOperatorBuildKernel_Cuda_gen() 1146 bool has_shared_bases = true; in CeedOperatorBuildKernel_Cuda_gen() [all …]
|
| /libCEED/examples/solids/qfunctions/ |
| H A D | manufactured-true.h | 9 /// Linear elasticity manufactured solution true solution for solid mechanics example using PETSc 17 // True solution for linear elasticity manufactured solution 31 // True solution in MMSTrueSoln()
|
| /libCEED/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 250 def to_xml_string(test_suites, prettyprint=True, encoding=None): 264 def to_file(file_descriptor, test_suites, prettyprint=True, encoding=None): 275 def to_xml_report_string(test_suites, prettyprint=True, encoding=None): 316 def to_xml_report_file(file_descriptor, test_suites, prettyprint=True, encoding=None): 398 self.is_enabled = True 459 """returns true if this test case is a failure""" 463 """returns true if this test case is an error""" 467 """returns true if this test case has been skipped"""
|
| /libCEED/examples/petsc/src/ |
| H A D | libceedsetup.c | 153 // Create the q-function that sets up the RHS and true solution in SetupLibceedByDegree() 157 CeedQFunctionAddOutput(qf_setup_rhs, "true solution", num_comp_u, CEED_EVAL_NONE); in SetupLibceedByDegree() 160 // Create the operator that builds the RHS and true solution in SetupLibceedByDegree() 164 CeedOperatorSetField(op_setup_rhs, "true solution", elem_restr_u_i, CEED_BASIS_NONE, *target); in SetupLibceedByDegree() 305 // Create the q-function that sets up the RHS and true solution in SetupErrorOperator() 309 CeedQFunctionAddOutput(qf_setup_rhs, "true solution", num_comp_u, CEED_EVAL_NONE); in SetupErrorOperator() 312 // Create the operator that builds the RHS and true solution in SetupErrorOperator() 316 CeedOperatorSetField(op_setup_rhs, "true solution", elem_restr_u_i, CEED_BASIS_NONE, target); in SetupErrorOperator()
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-operator.c | 103 skip_rstr[j] = true; in CeedOperatorSetupFields_Ref() 127 skip_rstr[j] = true; in CeedOperatorSetupFields_Ref() 128 apply_add_basis[i] = true; in CeedOperatorSetupFields_Ref() 181 …CeedCallBackend(CeedOperatorSetupFields_Ref(qf, op, true, impl->skip_rstr_in, NULL, NULL, impl->e_… in CeedOperatorSetup_Ref() 197 impl->is_identity_rstr_op = true; in CeedOperatorSetup_Ref() 505 …SetupInputs_Ref(num_input_fields, qf_input_fields, op_input_fields, NULL, true, e_data_full, impl,… in CeedOperatorLinearAssembleQFunctionCore_Ref() 564 …rInputBasis_Ref(e, Q, qf_input_fields, op_input_fields, num_input_fields, true, e_data_full, impl)… in CeedOperatorLinearAssembleQFunctionCore_Ref() 647 …atorRestoreInputs_Ref(num_input_fields, qf_input_fields, op_input_fields, true, e_data_full, impl)… in CeedOperatorLinearAssembleQFunctionCore_Ref() 660 return CeedOperatorLinearAssembleQFunctionCore_Ref(op, true, assembled, rstr, request); in CeedOperatorLinearAssembleQFunction_Ref() 791 skip_rstr[j] = true; in CeedOperatorSetupFieldsAtPoints_Ref() [all …]
|
| /libCEED/backends/sycl/ |
| H A D | online_compiler.hpp | 86 Is64Bit(true), 95 …putFormatVersion({0, 0}), DeviceType(dev_type), DeviceArch(arch), Is64Bit(true), DeviceStepping(""… in online_compiler() 106 Is64Bit(true), 151 Is64Bit = true; in set64bitTarget()
|
| /libCEED/interface/ |
| H A D | ceed-vector.c | 95 *has_valid_array = true; in CeedVectorHasValidArray() 494 bool has_borrowed_array_of_type = true, has_valid_array = true; in CeedVectorTakeArray() 537 bool has_valid_array = true; in CeedVectorGetArray() 574 bool has_valid_array = true; in CeedVectorGetArrayRead() 678 bool has_valid_array = true; in CeedVectorNorm() 736 bool has_valid_array = true; in CeedVectorScale() 771 bool has_valid_array_x = true, has_valid_array_y = true; in CeedVectorAXPY() 842 bool has_valid_array_x = true, has_valid_array_y = true; in CeedVectorAXPBY() 914 bool has_valid_array_x = true, has_valid_array_y = true; in CeedVectorPointwiseMult() 1003 bool has_valid_array = true; in CeedVectorReciprocal()
|