BSpline Finite Element Exterior Calculus
Loading...
Searching...
No Matches
m_mform_derham::derhamsequence Interface Reference

Public Member Functions

type(mformspace) function, dimension(0:1) derhamsequence_1d (bspline_x, domain)
 Create a 1D DeRham sequence of m-forms from a tensor product B-spline basis.
 
type(mformspace) function, dimension(0:2) derhamsequence_2d (bspline_x, bspline_y, domain)
 Create a 2D DeRham sequence of m-forms from a tensor product B-spline basis.
 
type(mformspace) function, dimension(0:3) derhamsequence_3d (bspline_x, bspline_y, bspline_z, domain)
 Create a DeRham sequence of m-forms from a tensor product B-spline basis.
 

Member Function/Subroutine Documentation

◆ derhamsequence_1d()

type(mformspace) function, dimension(0:1) m_mform_derham::derhamsequence::derhamsequence_1d ( type(bsplinespace), intent(in) bspline_x,
type(domaindecomp), intent(in), optional domain )

Create a 1D DeRham sequence of m-forms from a tensor product B-spline basis.

Parameters
[in]bspline_xB-spline basis in x direction
[in]domain_(optional)_ Domain decomposition
Returns
DeRham sequence (space of 0-forms, 1-forms)

◆ derhamsequence_2d()

type(mformspace) function, dimension(0:2) m_mform_derham::derhamsequence::derhamsequence_2d ( type(bsplinespace), intent(in) bspline_x,
type(bsplinespace), intent(in) bspline_y,
type(domaindecomp), intent(in), optional domain )

Create a 2D DeRham sequence of m-forms from a tensor product B-spline basis.

Parameters
[in]bspline_xB-spline basis in x direction
[in]bspline_yB-spline basis in y direction
[in]domain_(optional)_ Domain decomposition
Returns
DeRham sequence (space of 0-forms, 1-forms, 2-forms)

◆ derhamsequence_3d()

type(mformspace) function, dimension(0:3) m_mform_derham::derhamsequence::derhamsequence_3d ( type(bsplinespace), intent(in) bspline_x,
type(bsplinespace), intent(in) bspline_y,
type(bsplinespace), intent(in) bspline_z,
type(domaindecomp), intent(in), optional domain )

Create a DeRham sequence of m-forms from a tensor product B-spline basis.

Parameters
[in]bspline_xB-spline basis in x direction
[in]bspline_yB-spline basis in y direction
[in]bspline_zB-spline basis in z direction
[in]domain_(optional)_ Domain decomposition
Returns
DeRham sequence (space of 0-forms, 1-forms, 2-forms, 3-forms)

The documentation for this interface was generated from the following file: