Searched refs:type (Results 1 – 9 of 9) sorted by relevance
| /honee/tests/ |
| H A D | junit.py | 15 type=str, 22 type=RunMode, 26 parser.add_argument('-n', '--nproc', type=int, default=1, help='number of MPI processes') 27 …parser.add_argument('-b', '--junit-batch', type=str, default='', help='Name of JUnit batch for out… 28 …parser.add_argument('-np', '--pool-size', type=int, default=1, help='Number of test cases to run i… 29 …parser.add_argument('--smartredis-dir', type=str, default='', help='path to SmartSim library, if p… 30 parser.add_argument('--has-torch', type=bool, default=False, help='Whether to build with torch') 31 parser.add_argument('-s', '--search', type=str, default='.*',
|
| H A D | junit_common.py | 33 def __init__(self, option_strings, dest, type, default, **kwargs): argument 34 if not issubclass(type, Enum): 37 self.enum_type = type 351 known[key] = test_fields[index].type(value) # type: ignore 354 known[key] = get_origin(test_fields[index].type)(value) # type: ignore
|
| H A D | smartsim_regression_framework.py | 230 type=str,
|
| /honee/include/ |
| H A D | mat-ceed.h | 34 PETSC_CEED_EXTERN PetscErrorCode MatCeedSetCOOMatType(Mat mat, MatType type); 35 PETSC_CEED_EXTERN PetscErrorCode MatCeedGetCOOMatType(Mat mat, MatType *type);
|
| /honee/examples/ |
| H A D | conv_plot.py | 30 type=str,
|
| /honee/src/ |
| H A D | mat-ceed.c | 1109 PetscErrorCode MatCeedSetCOOMatType(Mat mat, MatType type) { in MatCeedSetCOOMatType() argument 1120 PetscCall(PetscStrlen(type, &len_new)); in MatCeedSetCOOMatType() 1121 if (len_old == len_new) PetscCall(PetscStrncmp(ctx->coo_mat_type, type, len_old, &is_same)); in MatCeedSetCOOMatType() 1151 PetscCall(PetscStrallocpy(type, &ctx->coo_mat_type)); in MatCeedSetCOOMatType() 1166 PetscErrorCode MatCeedGetCOOMatType(Mat mat, MatType *type) { in MatCeedGetCOOMatType() argument 1171 *type = ctx->coo_mat_type; in MatCeedGetCOOMatType()
|
| /honee/ |
| H A D | CHANGELOG.md | 16 - Add boundary layer IC and wind type to advection-diffusion equations, see !46
|
| H A D | Doxyfile | 22 # configuration file without replacing the environment variables or CMake type 333 # default for Fortran type files). For instance to make doxygen treat .inc files 413 # type. If this is not the case, or you want to show the methods anyway, you 434 # Set the SUBGROUPING tag to YES to allow class member groups of the same type 436 # type (e.g. under the Public Functions section). Set it to NO to prevent 724 # type resolution of all parameters of a function it will reject a match between 1973 # The PAPER_TYPE tag can be used to set the paper type that is used by the 2541 # number of items for each type to make the size more manageable. Set this to 0 2553 # tag is set to YES, doxygen will add type and arguments for attributes and
|
| /honee/doc/ |
| H A D | examples.md | 67 …jected to freestream boundary conditions at the inflow (left) and Riemann-type outflow on the righ… 668 - Wind type in Advection (`rotation`, `translation`, `boundary_layer`) 683 - Initial condition type, (`sphere`, `cylinder`, `cosine_hill`, `skew`, `wave`, `boundary_layer`)
|