SPH
Public Member Functions | List of all members
NullBoundaryCondition Struct Reference

#include <Boundary.h>

Inheritance diagram for NullBoundaryCondition:
IBoundaryCondition Polymorphic

Public Member Functions

virtual void initialize (Storage &UNUSED(storage)) override
 
virtual void finalize (Storage &UNUSED(storage)) override
 
- Public Member Functions inherited from IBoundaryCondition
virtual void initialize (Storage &storage)=0
 Applies the boundary conditions before the derivatives are computed. More...
 
virtual void finalize (Storage &storage)=0
 Applies the boundary conditions after the derivatives are computed. More...
 
- Public Member Functions inherited from Polymorphic
virtual ~Polymorphic ()
 

Detailed Description

Definition at line 42 of file Boundary.h.

Member Function Documentation

◆ finalize()

virtual void NullBoundaryCondition::finalize ( Storage UNUSEDstorage)
inlineoverridevirtual

Definition at line 44 of file Boundary.h.

◆ initialize()

virtual void NullBoundaryCondition::initialize ( Storage UNUSEDstorage)
inlineoverridevirtual

Definition at line 43 of file Boundary.h.


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