| /honee/ |
| H A D | pytorch_pkgconfig.py | 15 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 D | README.md | 56 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 D | common.mk | 21 # make-4.3 allows string literals like "#include" in variables, but older versions need "\#include"…
|
| H A D | Makefile | 176 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 D | Doxyfile | 22 # 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 D | honee-config.c | 27 @brief Get build variables as a multi-line string. 33 @param[out] build_config A static string containing build variables
|
| H A D | differential_filter.c | 237 …ectionSetFieldName(section, diff_filter_->field_prim_state, "Filtered Primitive State Variables")); in DifferentialFilterSetup()
|
| /honee/examples/ |
| H A D | vortexshedding.yaml | 54 # Primitive variables are preferred at low Mach number
|
| H A D | conv_plot.py | 26 # Define argparse for the input variables
|
| /honee/problems/ |
| H A D | channel.c | 22 …"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 D | shocktube.c | 85 // -- Scale variables to desired units in NS_SHOCKTUBE()
|
| H A D | eulervortex.c | 127 // -- Scale variables to desired units in NS_EULER_VORTEX()
|
| H A D | newtonian.c | 413 …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 D | blasius.c | 226 … PETSC_ERR_ARG_INCOMP, "Can only use conservative variables with Blasius and weak inflow"); in NS_BLASIUS()
|
| H A D | advection.c | 494 // -- Scale variables to desired units in NS_ADVECTION()
|
| /honee/qfunctions/ |
| H A D | channel.h | 76 // This QFunction set the inflow boundary condition for conservative variables 138 // This QFunction set the outflow boundary condition for conservative variables
|
| H A D | sgs_dd_training.h | 46 …CeedScalar eigenvectors[3][3], grad_velo_magnitude; // dummy variables, don't actually use … in ComputeSGS_DDAnisotropicTrainingDataNodal()
|
| H A D | stabilization.h | 11 // Helper function for computing the variation in primitive variables, given Tau_d
|
| H A D | densitycurrent.h | 49 // Conversion to Conserved Variables:
|
| H A D | shocktube.h | 188 // 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 D | eulervortex.h | 242 // 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 D | newtonian.h | 145 // 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 D | runtime_options.md | 479 …- State variables to solve solution with. `conservative` ($\rho, \rho \bm{u}, \rho e$), `primitive…
|
| H A D | theory.md | 34 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 D | sgs_dd_training.c | 135 // Differential Filter only provides filtered primitive variables in SetupTrainingDataCalculation()
|