DOLFIN
DOLFIN C++ interface
Loading...
Searching...
No Matches
dolfin::LinearTimeDependentProblem Class Reference

#include <LinearTimeDependentProblem.h>

Inheritance diagram for dolfin::LinearTimeDependentProblem:
Collaboration diagram for dolfin::LinearTimeDependentProblem:

Public Member Functions

 LinearTimeDependentProblem (std::shared_ptr< const TensorProductForm > a, std::shared_ptr< const TensorProductForm > L, std::shared_ptr< Function > u, std::vector< std::shared_ptr< const BoundaryCondition > > bcs)
std::shared_ptr< const TensorProductFormbilinear_form () const
 Return bilinear form.
std::shared_ptr< const TensorProductFormlinear_form () const
 Return linear form.
std::shared_ptr< Functionsolution ()
 Return solution variable.
std::shared_ptr< const Functionsolution () const
 Return solution variable (const version).
std::vector< std::shared_ptr< const BoundaryCondition > > bcs () const
 Return boundary conditions.
std::shared_ptr< const FunctionSpacetrial_space () const
 Return trial space.
std::shared_ptr< const FunctionSpacetest_space () const
 Return test space.
Public Member Functions inherited from dolfin::Hierarchical< LinearTimeDependentProblem >
 Hierarchical (LinearTimeDependentProblem &self)
 Constructor.
virtual ~Hierarchical ()
 Destructor.
std::size_t depth () const
bool has_parent () const
bool has_child () const
LinearTimeDependentProblemparent ()
std::shared_ptr< LinearTimeDependentProblemparent_shared_ptr ()
LinearTimeDependentProblemchild ()
std::shared_ptr< LinearTimeDependentProblemchild_shared_ptr ()
LinearTimeDependentProblemroot_node ()
std::shared_ptr< LinearTimeDependentProblemroot_node_shared_ptr ()
LinearTimeDependentProblemleaf_node ()
std::shared_ptr< LinearTimeDependentProblemleaf_node_shared_ptr ()
void set_parent (std::shared_ptr< LinearTimeDependentProblem > parent)
 Set parent.
void clear_child ()
 Clear child.
void set_child (std::shared_ptr< LinearTimeDependentProblem > child)
 Set child.
const Hierarchicaloperator= (const Hierarchical &hierarchical)
 Assignment operator.
void _debug () const
 Function useful for debugging the hierarchy.

Detailed Description

This class represents a linear time-dependent variational problem:

Find u in U = U_h (x) U_k such that

a(u, v) = L(v)  for all v in V = V_h (x) V_k,

where U is a tensor-product trial space and V is a tensor-product test space.

Constructor & Destructor Documentation

◆ LinearTimeDependentProblem()

LinearTimeDependentProblem::LinearTimeDependentProblem ( std::shared_ptr< const TensorProductForm > a,
std::shared_ptr< const TensorProductForm > L,
std::shared_ptr< Function > u,
std::vector< std::shared_ptr< const BoundaryCondition > > bcs )

Create linear variational problem with a list of boundary conditions (shared pointer version)


The documentation for this class was generated from the following files: