| /libCEED/rust/libceed/src/ |
| H A D | operator.rs | 468 pub fn apply(&self, input: &Vector, output: &mut Vector) -> crate::Result<i32> { in apply() 479 pub fn apply_add(&self, input: &Vector, output: &mut Vector) -> crate::Result<i32> { in apply_add() 512 assembled: &mut Vector, in linear_assemble_point_block_diagonal() 525 assembled: &mut Vector, in linear_assemble_add_point_block_diagonal() 689 pub fn apply(&self, input: &Vector, output: &mut Vector) -> crate::Result<i32> { in apply() 763 pub fn apply_add(&self, input: &Vector, output: &mut Vector) -> crate::Result<i32> { in apply_add() 1430 assembled: &mut Vector, in linear_assemble_point_block_diagonal() 1569 assembled: &mut Vector, in linear_assemble_add_point_block_diagonal() 1710 p_mult_fine: &Vector, in create_multigrid_level() 1898 p_mult_fine: &Vector, in create_multigrid_level_tensor_H1() [all …]
|
| H A D | vector.rs | 152 vec: &'b mut Vector, in from_vector_and_slice_mut() 179 pub struct Vector<'a> { struct 180 pub(crate) ptr: bind_ceed::CeedVector, argument 183 impl From<&'_ Vector<'_>> for bind_ceed::CeedVector { argument 192 impl<'a> Drop for Vector<'a> { implementation 206 impl<'a> fmt::Display for Vector<'a> { implementation 243 impl<'a> Vector<'a> { implementation 700 x: &Vector, in axpby() 729 pub fn pointwise_mult(mut self, x: &Vector, y: &Vector) -> crate::Result<Self> { in pointwise_mult()
|
| H A D | qfunction.rs | 455 pub fn apply(&self, Q: usize, u: &[Vector], v: &[Vector]) -> crate::Result<i32> { in apply() 699 pub fn apply(&self, Q: usize, u: &[Vector], v: &[Vector]) -> crate::Result<i32> { in apply() 944 pub fn apply(&self, Q: usize, u: &[Vector], v: &[Vector]) -> crate::Result<i32> { in apply()
|
| H A D | basis.rs | 407 u: &Vector, in apply() 408 v: &mut Vector, in apply()
|
| H A D | elem_restriction.rs | 459 pub fn apply(&self, tmode: TransposeMode, u: &Vector, ru: &mut Vector) -> crate::Result<i32> { in apply()
|
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | transform.rs | 13 mesh_coords: &mut libceed::Vector, in transform_mesh_coordinates()
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | transform.rs | 13 mesh_coords: &mut libceed::Vector, in transform_mesh_coordinates()
|
| /libCEED/examples/rust/ex3-volume/src/ |
| H A D | transform.rs | 14 mesh_coords: &mut libceed::Vector, in transform_mesh_coordinates()
|
| /libCEED/examples/rust/ex3-volume-vector/src/ |
| H A D | transform.rs | 14 mesh_coords: &mut libceed::Vector, in transform_mesh_coordinates()
|
| /libCEED/examples/rust/ex1-volume/src/ |
| H A D | transform.rs | 14 mesh_coords: &mut libceed::Vector, in transform_mesh_coordinates()
|
| /libCEED/examples/rust/ex1-volume-vector/src/ |
| H A D | transform.rs | 14 mesh_coords: &mut libceed::Vector, in transform_mesh_coordinates()
|
| /libCEED/examples/rust/mesh/src/ |
| H A D | lib.rs | 122 ) -> libceed::Result<Vector> {
|
| /libCEED/python/ |
| H A D | ceed_vector.py | 17 class Vector(): class
|
| H A D | ceed.py | 184 def Vector(self, size): member in Ceed
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | CeedVector.jl | 255 function Base.Vector(v::CeedVector) function
|