Home
last modified time | relevance | path

Searched full:variables (Results 1 – 25 of 28) sorted by relevance

12

/honee/
H A Dpytorch_pkgconfig.py15 variables = {} variable
27 variables['prefix'] = Path(C.library_paths()[0]).parent.as_posix()
60 variables['torch_cuda_path'] = torch_cuda_path.as_posix()
66 for variable, value in variables.items():
H A DREADME.md56 The environment variables `CEED_DIR`, `PETSC_DIR`, and `PETSC_ARCH` must be set to build HONEE.
87 $ export CC=mpicc CXX=mpicxx # PETSc and libCEED will use these environment variables to select com…
H A Dcommon.mk21 # make-4.3 allows string literals like "#include" in variables, but older versions need "\#include"…
H A DMakefile176 MFLAGS := -j $(NPROCS) --warn-undefined-variables \
360 # "make configure" detects any variables passed on the command line or
362 # (:=) variables. Variables set in config.mk or on the command line
375 # All variables to consider for caching
H A DDoxyfile22 # configuration file without replacing the environment variables or CMake type
23 # replacement variables:
768 # appearance of the value of individual variables and macros / defines can be
2148 # Set optional variables used in the generation of an RTF document. Syntax is
2293 # The names of the make variables in the generated doxyrules.make file are
2296 # overwrite each other's variables.
2509 # dependencies (inheritance, containment, and class references variables) of the
/honee/src/
H A Dhonee-config.c27 @brief Get build variables as a multi-line string.
33 @param[out] build_config A static string containing build variables
H A Ddifferential_filter.c237 …ectionSetFieldName(section, diff_filter_->field_prim_state, "Filtered Primitive State Variables")); in DifferentialFilterSetup()
/honee/examples/
H A Dvortexshedding.yaml54 # Primitive variables are preferred at low Mach number
H A Dconv_plot.py26 # Define argparse for the input variables
/honee/problems/
H A Dchannel.c22 …"Channel outflow only valid for Conservative variables, recieved %s", StateVariables[honee_bc->hon… in ChannelOutflowBCSetup_CreateIFunctionQF()
33 …"Channel inflow only valid for Conservative variables, recieved %s", StateVariables[honee_bc->hone… in ChannelInflowBCSetup_CreateIFunctionQF()
H A Dshocktube.c85 // -- Scale variables to desired units in NS_SHOCKTUBE()
H A Deulervortex.c127 // -- Scale variables to desired units in NS_EULER_VORTEX()
H A Dnewtonian.c413 …PetscCall(PetscOptionsEnum("-state_var", "State variables used", NULL, StateVariables, (PetscEnum)… in NS_NEWTONIAN_IG()
451 …"RHSFunction is not provided for primitive variables (use -state_var primitive only with -implicit… in NS_NEWTONIAN_IG()
475 // -- Scale variables to desired units in NS_NEWTONIAN_IG()
H A Dblasius.c226 … PETSC_ERR_ARG_INCOMP, "Can only use conservative variables with Blasius and weak inflow"); in NS_BLASIUS()
H A Dadvection.c494 // -- Scale variables to desired units in NS_ADVECTION()
/honee/qfunctions/
H A Dchannel.h76 // This QFunction set the inflow boundary condition for conservative variables
138 // This QFunction set the outflow boundary condition for conservative variables
H A Dsgs_dd_training.h46 …CeedScalar eigenvectors[3][3], grad_velo_magnitude; // dummy variables, don't actually use … in ComputeSGS_DDAnisotropicTrainingDataNodal()
H A Dstabilization.h11 // Helper function for computing the variation in primitive variables, given Tau_d
H A Ddensitycurrent.h49 // Conversion to Conserved Variables:
H A Dshocktube.h188 // This is 3D Euler for compressible gas dynamics in conservation form with state variables of dens…
190 // State Variables: q = ( rho, U1, U2, U3, E )
H A Deulervortex.h242 // This is 3D Euler for compressible gas dynamics in conservation form with state variables of dens…
244 // State Variables: q = ( rho, U1, U2, U3, E )
517 // Prescribed T_inlet and P_inlet are converted to conservative variables and applied weakly.
H A Dnewtonian.h145 // This is 3D compressible Navier-Stokes in conservation form with state variables of density, mome…
147 // State Variables: q = ( rho, U1, U2, U3, E )
/honee/doc/
H A Druntime_options.md479 …- State variables to solve solution with. `conservative` ($\rho, \rho \bm{u}, \rho e$), `primitive…
H A Dtheory.md34 for the state variables 5-dimensional vector
619 …otation (ie. `3.1415E0`), and `sclr_1` and `sclr_2` are reserved for turbulence modeling variables.
/honee/src/smartsim/
H A Dsgs_dd_training.c135 // Differential Filter only provides filtered primitive variables in SetupTrainingDataCalculation()

12