Chombo + EB + MF  3.2
Public Member Functions | Protected Attributes | List of all members
AnalyticCSFactory Class Reference

#include <AnalyticCS.H>

Inheritance diagram for AnalyticCSFactory:
Inheritance graph
[legend]

Public Member Functions

 AnalyticCSFactory (RefCountedPtr< VectorFunction > a_X, RefCountedPtr< VectorFunction > a_Xi, RefCountedPtr< TensorFunction > a_J)
 constructor More...
 
virtual NewCoordSysgetCoordSys (const ProblemDomain &a_domain, const RealVect &a_dx) const
 
- Public Member Functions inherited from NewCoordSysFactory
 NewCoordSysFactory ()
 
virtual ~NewCoordSysFactory ()
 

Protected Attributes

RefCountedPtr< VectorFunctionm_X
 
RefCountedPtr< VectorFunctionm_Xi
 
RefCountedPtr< TensorFunctionm_J
 

Constructor & Destructor Documentation

◆ AnalyticCSFactory()

AnalyticCSFactory::AnalyticCSFactory ( RefCountedPtr< VectorFunction a_X,
RefCountedPtr< VectorFunction a_Xi,
RefCountedPtr< TensorFunction a_J 
)

constructor

Member Function Documentation

◆ getCoordSys()

virtual NewCoordSys* AnalyticCSFactory::getCoordSys ( const ProblemDomain a_domain,
const RealVect a_dx 
) const
virtual

Implements NewCoordSysFactory.

Member Data Documentation

◆ m_X

RefCountedPtr<VectorFunction> AnalyticCSFactory::m_X
protected

◆ m_Xi

RefCountedPtr<VectorFunction> AnalyticCSFactory::m_Xi
protected

◆ m_J

RefCountedPtr<TensorFunction> AnalyticCSFactory::m_J
protected

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