Searched refs:description (Results 1 – 22 of 22) sorted by relevance
| /libCEED/ |
| H A D | setup.py | 61 description = """ variable 98 description="libCEED: Code for Efficient Extensible Discretization", 99 long_description=description,
|
| H A D | Doxyfile | 53 # Using the PROJECT_BRIEF tag one can provide an optional one line description 55 # quick idea about the purpose of the project. Keep the description short. 126 # description of a member or function before the detailed description 134 # This tag implements a quasi-intelligent brief description abbreviator that is 136 # as the leading text of the brief description, will be stripped from the text 138 # text. Otherwise, the brief description is used as-is. If left blank, the 157 # description. 207 # description. If set to NO, the Javadoc-style will behave just like regular Qt- 209 # description.) 225 # line (until the first dot) of a Qt-style comment as the brief description. If [all …]
|
| H A D | README.md | 21 This new operator description is based on algebraically [factored form](https://libceed.org/en/late…
|
| /libCEED/examples/ |
| H A D | README.md | 3 This page provides a brief description of the examples for the libCEED library. 58 For a more detailed description of the operators employed in the BPs, please see the dedicated [BPs… 63 A more detailed description of the problem formulation can be found in the [fluids/](./fluids) fold… 68 A more detailed description of the problem formulation can be found in the [solids/](./solids) fold… 73 For a detailed description, please see the corresponding [area documentation page](https://libceed.… 78 For a detailed description, please see the corresponding [problems on the cubed-sphere documentatio…
|
| H A D | index.md | 5 This section contains a mathematical description of all examples provided with libCEED
|
| /libCEED/python/tests/ |
| H A D | setup-qfunctions.py | 24 description="libceed qfunction pointers",
|
| /libCEED/examples/fluids/ |
| H A D | conv_plot.py | 27 parser = argparse.ArgumentParser(description='Get input arguments')
|
| H A D | README.md | 3 This page provides a description of the Navier-Stokes example for the libCEED library, based on PET…
|
| H A D | index.md | 715 {cite}`shurSTG2014`. Below follows a re-description of the formulation to match 716 the present notation, and then a description of the implementation and usage.
|
| /libCEED/rust/libceed/ |
| H A D | Cargo.toml | 14 description = """
|
| /libCEED/rust/libceed-sys/ |
| H A D | Cargo.toml | 15 description = """
|
| /libCEED/tests/ |
| H A D | README.md | 3 This page provides a brief description of the tests for the libCEED library.
|
| /libCEED/interface/ |
| H A D | ceed-qfunctioncontext.c | 93 …CeedStringAllocCopy(field_description, (char **)&ctx->field_labels[ctx->num_fields]->description)); in CeedQFunctionContextRegisterGeneric() 891 if (field_description) *field_description = label->description; in CeedContextFieldLabelGetDescription() 1009 CeedCall(CeedFree(&(*ctx)->field_labels[i]->description)); in CeedQFunctionContextDestroy()
|
| H A D | ceed-operator.c | 2029 new_field_label->description = new_field_label_i->description; in CeedOperatorGetContextFieldLabel()
|
| /libCEED/doc/ |
| H A D | README.md | 3 This page provides a brief description of the documentation for the libCEED library.
|
| /libCEED/examples/python/ |
| H A D | ex_common.py | 33 parser = argparse.ArgumentParser(description="libCEED surface area example")
|
| H A D | tutorial-4-qfunction.ipynb | 38 …e API documentation](https://libceed.org/en/latest/libCEEDapi.html#api-description)). As shown in …
|
| /libCEED/examples/petsc/ |
| H A D | README.md | 3 This page provides a description of the CEED bakeoff problem examples for the libCEED library, base…
|
| /libCEED/include/ |
| H A D | ceed-impl.h | 312 const char *description; member
|
| /libCEED/doc/sphinx/source/ |
| H A D | libCEEDapi.md | 3 This page provides a brief description of the theoretical foundations and the practical implementat… 11 libCEED provides an interface for matrix-free operator description that enables efficient evaluatio… 200 One of the advantages of this purely algebraic description is that it already includes all the fini… 201 The frontend description is general enough to support a wide variety of finite element algorithms, …
|
| H A D | libCEEDdev.md | 238 …The block should be indented by two spaces and should contain an `@brief` tag and description, a n… 240 …nd the parameter name for the closest pair, as well as between the parameter name and description.
|
| /libCEED/examples/solids/ |
| H A D | README.md | 3 This page provides a description of the solid mechanics example for the libCEED library, based on P…
|