Home
last modified time | relevance | path

Searched refs:options (Results 1 – 11 of 11) sorted by relevance

/honee/problems/torch/
H A Dsgs_model_torch.cpp78 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 Dbug_report.md11 Please provide the command line options and `yml` needed to reproduce the issue.
/honee/doc/
H A Druntime_options.md4 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 Dexamples.md266 - 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 Dauxiliary.md79 The commandline options below are given for each `<statsname>` depending on the statistics being co…
H A Dtheory.md116 <!-- TODO: This should talk about the mass operator and the options associated with it (i.e. lumpe…
/honee/src/
H A Dmisc.c209 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 DCHANGELOG.md51 - Change `-platemesh_*` options to `-meshtransform_platemesh_*`
H A DREADME.md21 A local build and installation provides greater control over build options and optimization.
H A DDoxyfile27 # 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 Dnavierstokes.h301 PetscErrorCode HoneeOptionsSetValueDefault(PetscOptions options, const char name[], const char valu…