Searched refs:options (Results 1 – 11 of 11) sorted by relevance
| /honee/problems/torch/ |
| H A D | sgs_model_torch.cpp | 78 torch::TensorOptions options; in ModelInference_Torch() local 85 PetscCallCXX(options = torch::TensorOptions().dtype(torch::kFloat64).device(dd_input_device)); in ModelInference_Torch() 88 …_inputs_ptr, {num_nodes, num_input_comps}, {num_input_comps, 1}, nullptr, options, dd_input_device) in ModelInference_Torch() 91 …CXX(input_tensor = torch::from_blob((void *)dd_inputs_ptr, {num_nodes, num_input_comps}, options)); in ModelInference_Torch() 117 torch::TensorOptions options; in ModelInference_Torch() local 149 … PetscCallCXX(options = torch::TensorOptions().dtype(torch::kFloat64).device(dd_output_device)); in ModelInference_Torch() 150 …Outputs_tensor = torch::from_blob((void *)dd_outputs_ptr, {num_nodes, num_output_comps}, options)); in ModelInference_Torch()
|
| /honee/.gitlab/issue_templates/ |
| H A D | bug_report.md | 11 Please provide the command line options and `yml` needed to reproduce the issue.
|
| /honee/doc/ |
| H A D | runtime_options.md | 4 HONEE is controlled via command-line options. 5 The following options are common among all problem types: 75 - View comprehensive information about run-time options 172 Some of these are PETSc options here as reference, while others are custom to HONEE. 215 These options allow the units used during solving to be changed. 398 For the Density Current, Channel, and Blasius problems, the following common command-line options a…
|
| H A D | examples.md | 266 - Whether to modify the mesh using the given options below. 571 ### Initial Condition options 577 …e of one within the bubble and zero outside and have different smoothing options for the boundary … 615 The following additional command-line options are available:
|
| H A D | auxiliary.md | 79 The commandline options below are given for each `<statsname>` depending on the statistics being co…
|
| H A D | theory.md | 116 <!-- TODO: This should talk about the mass operator and the options associated with it (i.e. lumpe…
|
| /honee/src/ |
| H A D | misc.c | 209 PetscErrorCode HoneeOptionsSetValueDefault(PetscOptions options, const char name[], const char valu… in HoneeOptionsSetValueDefault() argument 213 PetscCall(PetscOptionsHasName(options, NULL, name, &has_option)); in HoneeOptionsSetValueDefault() 214 if (!has_option) PetscCall(PetscOptionsSetValue(options, name, value)); in HoneeOptionsSetValueDefault()
|
| /honee/ |
| H A D | CHANGELOG.md | 51 - Change `-platemesh_*` options to `-meshtransform_platemesh_*`
|
| H A D | README.md | 21 A local build and installation provides greater control over build options and optimization.
|
| H A D | Doxyfile | 27 # Project related configuration options 510 # Build related configuration options 831 # Configuration options related to warning and progress messages 937 # Configuration options related to the input files 1164 # Configuration options related to source browsing 1250 # Configuration options related to the alphabetical class index 1270 # Configuration options related to the HTML output 1298 # that doxygen needs, which is dependent on the configuration options used (e.g. 1840 # the search. The filter options can be selected when the cursor is inside the 1917 # Configuration options related to the LaTeX output [all …]
|
| /honee/include/ |
| H A D | navierstokes.h | 301 PetscErrorCode HoneeOptionsSetValueDefault(PetscOptions options, const char name[], const char valu…
|