| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Ceed.jl | 18 ceed::C.Ceed, 40 mutable struct Ceed struct 41 ref::RefValue{C.Ceed} argument 49 function Ceed(spec::AbstractString="/cpu/self") function 64 destroy(c::Ceed) = C.CeedDestroy(c.ref) # COV_EXCL_LINE 65 Base.getindex(c::Ceed) = c.ref[] 67 Base.show(io::IO, ::MIME"text/plain", c::Ceed) = ceed_show(io, c, C.CeedView) 74 function getresource(c::Ceed) 86 function isdeterministic(c::Ceed) 98 function get_preferred_memtype(c::Ceed) [all …]
|
| H A D | QFunction.jl | 34 function create_interior_qfunction(c::Ceed, f::UserQFunction; vlength=1) 72 function create_interior_qfunction(c::Ceed, name::AbstractString) 87 function create_identity_qfunction(c::Ceed, size, inmode::EvalMode, outmode::EvalMode)
|
| H A D | Basis.jl | 53 function create_tensor_h1_lagrange_basis(c::Ceed, dim, ncomp, p, q, quad_mode::QuadMode) 79 c::Ceed, 135 c::Ceed, 193 c::Ceed, 251 c::Ceed,
|
| H A D | ElemRestriction.jl | 71 c::Ceed, 137 c::Ceed, 207 c::Ceed, 256 function create_elem_restriction_strided(c::Ceed, nelem, elemsize, ncomp, lsize, strides)
|
| H A D | Operator.jl | 54 c::Ceed, 70 function create_composite_operator(c::Ceed, ops)
|
| H A D | Context.jl | 28 function Context(c::Ceed, data; mtype=MEM_HOST, cmode=USE_POINTER)
|
| H A D | CeedVector.jl | 24 function CeedVector(c::Ceed, len::Integer; allocate::Bool=true) 244 function CeedVector(c::Ceed, v2::AbstractVector; mtype=MEM_HOST, cmode=COPY_VALUES)
|
| /libCEED/doc/sphinx/source/api/ |
| H A D | Ceed.rst | 1 .. _Ceed: target 3 Ceed title
|
| /libCEED/doc/sphinx/source/api/internal/ |
| H A D | Ceed.rst | 1 Ceed title
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | Ceed.md | 1 # Ceed chapter
|
| /libCEED/doc/sphinx/source/api/backend/ |
| H A D | Ceed.rst | 1 Ceed title
|
| /libCEED/rust/libceed/src/ |
| H A D | basis.rs | 139 ceed: &crate::Ceed, in create_tensor_H1() 184 ceed: &crate::Ceed, in create_tensor_H1_Lagrange() 210 ceed: &crate::Ceed, in create_H1() 249 ceed: &crate::Ceed, in create_Hdiv() 288 ceed: &crate::Ceed, in create_Hcurl() 327 fn ceed(&self) -> bind_ceed::Ceed { in ceed()
|
| H A D | elem_restriction.rs | 158 ceed: &crate::Ceed, in create() 205 ceed: &crate::Ceed, in create_oriented() 247 ceed: &crate::Ceed, in create_curl_oriented() 288 ceed: &crate::Ceed, in create_strided() 321 fn ceed(&self) -> bind_ceed::Ceed { in ceed()
|
| H A D | lib.rs | 167 F: FnOnce() -> bind_ceed::Ceed, in check_error() 203 pub struct Ceed { struct 204 ptr: bind_ceed::Ceed, argument 210 impl Drop for Ceed { implementation 221 impl Clone for Ceed { implementation 241 impl fmt::Display for Ceed { implementation 266 impl Ceed { impl
|
| H A D | vector.rs | 245 pub fn create(ceed: &crate::Ceed, n: usize) -> crate::Result<Self> { in create() 308 pub fn from_slice(ceed: &crate::Ceed, v: &[crate::Scalar]) -> crate::Result<Self> { in from_slice() 331 pub fn from_array(ceed: &crate::Ceed, v: &mut [crate::Scalar]) -> crate::Result<Self> { in from_array() 344 fn ceed(&self) -> bind_ceed::Ceed { in ceed()
|
| H A D | qfunction.rs | 444 fn ceed(&self) -> bind_ceed::Ceed { in ceed() 575 ceed: &crate::Ceed, in create() 869 pub fn create(ceed: &crate::Ceed, name: &str) -> crate::Result<Self> { in create()
|
| H A D | operator.rs | 38 ceed: crate::Ceed, in from_raw() 448 fn ceed(&self) -> bind_ceed::Ceed { in ceed() 543 ceed: &crate::Ceed, in create()
|
| /libCEED/examples/rust/mesh/src/ |
| H A D | lib.rs | 45 ceed: &Ceed, in build_cartesian_restriction() 117 ceed: &Ceed, in cartesian_mesh_coords()
|
| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | common.jl | 29 c::Ceed,
|
| /libCEED/include/ceed/ |
| H A D | ceed.h | 68 typedef struct Ceed_private *Ceed; typedef
|
| /libCEED/interface/ |
| H A D | ceed.c | 123 int CeedRegisterImpl(const char *prefix, int (*init)(const char *, Ceed), unsigned int priority) { in CeedRegisterImpl() argument 498 int CeedRegister(const char *prefix, int (*init)(const char *, Ceed), unsigned int priority) { in CeedRegister() argument
|
| H A D | ceed-qfunction.c | 65 int (*init)(Ceed, const char *, CeedQFunction)) { in CeedQFunctionRegister()
|
| /libCEED/python/ |
| H A D | ceed.py | 27 class Ceed(): class
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 82 const Ceed = Ptr{Ceed_private} constant
|