Convert a tensor product function to a PETSc vector.
More...
|
| subroutine | get_petsc_vec_single (v, this) |
| | Get the PETSc vector from the tensor product B-spline function.
|
| |
| subroutine | get_petsc_vec_blocks (v, this) |
| | Get the PETSc vector from the the tensor product B-spline functions.
|
| |
Convert a tensor product function to a PETSc vector.
◆ get_petsc_vec_blocks()
| subroutine m_tensorprod_basis::get_petsc::get_petsc_vec_blocks |
( |
intent(out) | v, |
|
|
type(tensorprodfun), dimension(1:), intent(in) | this ) |
Get the PETSc vector from the the tensor product B-spline functions.
- Parameters
-
| [out] | v | The PETSc vector |
| [in] | this | The array of tensor product B-spline functions |
◆ get_petsc_vec_single()
| subroutine m_tensorprod_basis::get_petsc::get_petsc_vec_single |
( |
intent(out) | v, |
|
|
type(tensorprodfun), intent(in) | this ) |
Get the PETSc vector from the tensor product B-spline function.
- Parameters
-
| [out] | v | The PETSc vector |
| [in] | this | The tensor product B-spline function |
The documentation for this interface was generated from the following file:
- /builds/rwr/bspline_feec/src/tensorprod/m_tensorprod_basis.f90