Namespaces | |
namespace | Exceptions |
namespace | MixMaxUtilities |
namespace | PtrPrivateUtilityPack |
namespace | Utilities |
Classes | |
class | AbstractFactory |
Simple, universal "Abstract Factory" interface for the dynamic creation of objects. More... | |
class | PostModNothing |
Default post-modification policy class for AbstractFactorStd which does nothing! More... | |
class | AllocatorNew |
Default allocation policy class for AbstractFactoryStd which returns new T_impl() . More... | |
class | AbstractFactoryStd |
Simple, templated concrete subclass of universal "Abstract Factory" interface for the creation of objects. More... | |
class | any |
Modified boost::any class, which is a container for a templated value. More... | |
class | bad_any_cast |
Thrown if any_cast is attempted between two incompatable types. More... | |
class | InvalidArrayStringRepresentation |
More... | |
class | Array |
Memory-safe tempalted array class that encapsulates std::vector. More... | |
class | ArrayArg |
Utility class that allows arrays to be passed into argument list. More... | |
class | ArrayRCP |
Array reference-counted pointer class. More... | |
class | TypeNameTraits< ArrayRCP< T > > |
Traits specialization for ArrayRCP. More... | |
class | NullIteratorTraits< ArrayRCP< T > > |
Traits specialization for ArrayRCP. More... | |
class | ArrayView |
Array view class. More... | |
class | ValueTypeConversionTraits |
Default traits class for all conversions of value types. More... | |
class | basic_oblackholestream |
basic_ostream<> subclass that does nothing but discard output. More... | |
class | BLAS |
The Templated BLAS Wrapper Class. More... | |
class | BLAS< int, float > |
class | BLAS< int, double > |
class | BLAS< int, std::complex< float > > |
class | BLAS< int, std::complex< double > > |
class | CommRequest |
More... | |
class | Comm |
Abstract interface class for a basic communication channel between one or more processes. More... | |
class | CommandLineProcessor |
Class that helps parse command line input arguments from (argc,argv[]) and set options. More... | |
class | SumValueReductionOp |
Standard summation operator for types with value semantics. More... | |
class | MinValueReductionOp |
Standard min operator for types with value semantics. More... | |
class | MaxValueReductionOp |
Standard Max operator for types with value semantics. More... | |
class | ANDValueReductionOp |
Standard logical AND operator for booleans. More... | |
class | CompileTimeAssert |
If instantiated (for Test!=0) then this should not compile! More... | |
class | CompileTimeAssert< 0 > |
If instantiated (i.e. Test==0) then this will compile! More... | |
class | CompObject |
Functionality and data that is common to all computational classes. More... | |
class | ConstNonconstObjectContainer |
Simple class for containing an object and protecting const with a runtime check which throws an std::exception. More... | |
class | ConstTypeTraits |
Traits class that strips of 'const'. More... | |
class | DefaultComm |
Returns a default global communicator appropriate for the enviroment. More... | |
class | MpiCommRequest |
More... | |
class | MpiComm |
Concrete communicator subclass based on MPI. More... | |
class | SerialComm |
Concrete serial communicator subclass. More... | |
class | Describable |
Base class for all objects that can describe themselves and their current state. More... | |
struct | DescribableStreamManipulatorState |
class | m_bad_cast |
Exception class for bad cast. More... | |
class | ErrorPolling |
ErrorPolling provides utilities for establishing agreement between processors on whether an std::exception has been detected on any one processor. More... | |
class | ExceptionBase |
Base exception class for Teuchos. More... | |
class | NullReferenceError |
Null reference error exception class. More... | |
class | RangeError |
Range error exception class. More... | |
class | DanglingReferenceError |
Dangling reference error exception class. More... | |
class | IncompatibleIteratorsError |
Incompatiable iterators error exception class. More... | |
class | basic_FancyOStream_buf |
Stream buffering class that performs the magic of indenting data sent to an std::ostream object. More... | |
class | basic_FancyOStream |
std::ostream subclass that performs the magic of indenting data sent to an std::ostream object among other things. More... | |
class | basic_OSTab |
Tabbing class for helping to create formated, indented output for a basic_FancyOStream object. More... | |
class | FileInputSource |
Instantiation of XMLInputSource class for reading XML from a file. More... | |
class | FileInputStream |
Instantiation of XMLInputStream class for reading an entire document from a file. More... | |
class | FILEstream |
Teuchos::FILEstream: Combined C FILE and C++ stream. More... | |
class | Flops |
The Teuchos Floating Point Operations Class. More... | |
class | GlobalMPISession |
This class provides methods for initializing, finalizing, and querying the global MPI session. More... | |
class | ConstHandle |
Templated handle class with strong const protection. More... | |
class | Handle |
Generic templated handle class. More... | |
class | ConstHandleable |
Class ConstHandleable provides an abstract interface for polymorphic conversion from raw pointers to const smart pointers. More... | |
class | Handleable |
Class Handleable provides an abstract interface for polymorphic conversion from raw pointers to smart pointers. More... | |
class | HashSet |
Templated hashtable-based set. More... | |
class | HashPair |
Helper class for Teuchos::Hashtable, representing a single <key, value> pair. More... | |
class | Hashtable |
Templated hashtable class. More... | |
class | HashUtils |
Utilities for generating hashcodes. More... | |
class | LabeledObject |
Base class for objects that contain a std::string label. More... | |
struct | UndefinedLAPACKRoutine |
class | LAPACK |
The Templated LAPACK Wrapper Class. More... | |
class | MPIComm |
Object representation of an MPI communicator. More... | |
class | MPIContainerComm |
Object representation of an MPI communicator for templated containers. More... | |
class | MpiReductionOpBase |
Base class for an MPI-compatible reduction operator. More... | |
class | MpiReductionOp |
Standard subclass implementation for MpiReductionOpBase in terms of a templated ReductionOp<Ordinal,char> object. More... | |
class | MpiReductionOpSetter |
Utility class for setting an MPI-compatible reduction object and using it to create an MPI_Op object. More... | |
class | MPISession |
This class provides methods for initializing, finalizing, and querying the global MPI session. More... | |
class | MPITraits |
Templated traits class that binds MPI types to C++ types. More... | |
class | NullIteratorTraits |
Base traits class for getting a properly initialized null pointer. More... | |
class | NullIteratorTraits< std::reverse_iterator< Iter > > |
Partial specialization for std::reverse_iterator. More... | |
class | Object |
The base Teuchos class. More... | |
class | OpaqueWrapper |
Base class for wrapped opaque objects. More... | |
class | OpaqueWrapperWithFree |
Subclass for wrapped opaque objects with a free function. More... | |
struct | UndefinedOrdinalTraits |
struct | OrdinalTraits |
This structure defines some basic traits for the ordinal field type. More... | |
class | ParameterEntry |
This object is held as the "value" in the Teuchos::ParameterList std::map. More... | |
class | ParameterEntryValidator |
Abstract interface for an object that can validate a ParameterEntry's value. More... | |
class | ParameterList |
Templated parameter list. More... | |
class | TypeNameTraits< ParameterList > |
Traits specialization. More... | |
class | ParameterListAcceptor |
Base class objects that can accept a parameter list. More... | |
class | ParameterListAcceptorDefaultBase |
Intermediate node base class for objects that accept parameter lists that implements some of the needed behavior automatically. More... | |
class | ParameterListNonAcceptor |
Mix-in implementation subclass to be inherited by concrete subclasses who's interface says that they take a parameter list but do not have any parameters yet. More... | |
class | ParameterXMLFileReader |
class | PerformanceMonitorBase |
Provides common capabilities for collecting and reporting performance data across processors. More... | |
class | PerformanceMonitorUtils |
Provides common capabilities for collecting and reporting performance data across processors. More... | |
class | Polynomial |
Lightweight container class to represent a simple polynomial. More... | |
class | PolynomialTraits |
Traits class for polynomial coefficients in Teuchos::Polynomial. More... | |
class | PromotionTraits |
class | PromotionTraits< T, T > |
class | Ptr |
Simple wrapper class for raw pointers to single objects where no persisting relationship exists. More... | |
class | TypeNameTraits< Ptr< T > > |
Traits specialization for Ptr. More... | |
class | Range1D |
Subregion Index Range Class. More... | |
class | RawMPITraits |
Templated traits class that allows a datatype to be used with MPI that MPI can directly handle. More... | |
class | DeallocBoostSharedPtr |
Teuchos::RCP Deallocator class that wraps a boost::shared_ptr More... | |
class | RCPDeleter |
boost::shared_ptr deleter class that wraps a Teuchos::RCP . More... | |
class | RCP |
Smart reference counting pointer class for automatic garbage collection. More... | |
class | TypeNameTraits< RCP< T > > |
Traits specialization for RCP. More... | |
class | NullIteratorTraits< RCP< T > > |
Traits specialization for RCP. More... | |
class | DeallocDelete |
Policy class for deallocator that uses delete to delete a pointer which is used by RCP . More... | |
class | DeallocArrayDelete |
Deallocator class that uses delete [] to delete memory allocated uisng new [] . More... | |
class | DeallocFunctorDelete |
Deallocator subclass that Allows any functor object (including a function pointer) to be used to free an object. More... | |
class | DeallocFunctorHandleDelete |
Deallocator subclass that Allows any functor object (including a function pointer) to be used to free a handle (i.e. pointer to pointer) to an object. More... | |
class | EmbeddedObjDealloc |
A deallocator class that wraps a simple value object and delegates to another deallocator object. More... | |
class | RCPNode |
Node class to keep track of the delete address and the reference count for a reference-counted utility class. More... | |
class | RCPNodeTmpl |
Implementation class for actually deleting the object. More... | |
class | PrintActiveRCPNodes |
Print global list on destruction. More... | |
class | ValueTypeReductionOp |
Base interface class for user-defined reduction operations for objects that use value semantics. More... | |
class | ReferenceTypeReductionOp |
Base interface class for user-defined reduction operations for objects that use reference semantics. More... | |
class | CharToValueTypeReductionOp |
Decorator class that uses traits to convert to and from char[] to typed buffers for objects that use value semantics and then call a type-specific reduction object. More... | |
class | CharToReferenceTypeReductionOp |
Decorator class that uses a strategy object to convert to and from char[] to typed buffers for objects that use reference semantics and then call a type-specific reduction object. More... | |
struct | UndefinedScalarTraits |
struct | ScalarTraits |
This structure defines some basic traits for a scalar field type. More... | |
class | SerialDenseMatrix |
This class creates and provides basic support for dense rectangular matrix of templated type. More... | |
class | SerialDenseSolver |
A class for solving dense linear problems. More... | |
class | SerialDenseVector |
This class creates and provides basic support for dense vectors of templated type as a specialization of Teuchos::SerialDenseMatrix. Additional methods for the SerialDenseVector class, like mathematical methods, can be found documented in SerialDenseMatrix. More... | |
struct | UndefinedSerializationTraits |
class | SerializationTraits |
Serialization traits class for types that use value semantics. More... | |
class | DirectSerializationTraits |
class | SerializationTraits< Ordinal, char > |
class | SerializationTraits< Ordinal, short int > |
class | SerializationTraits< Ordinal, int > |
class | SerializationTraits< Ordinal, long int > |
class | SerializationTraits< Ordinal, float > |
class | SerializationTraits< Ordinal, double > |
class | SerializationTraits< Ordinal, std::pair< Packet, Packet > > |
class | SerializationTraits< Ordinal, std::complex< float > > |
class | SerializationTraits< Ordinal, std::complex< double > > |
class | ValueTypeSerializationBuffer |
Encapsulate how an array of non-const objects with value sematics is serialized into a char[] array. More... | |
class | ConstValueTypeSerializationBuffer |
Encapsulate how an array of const objects with value sematics is serialized into a const char[] array. More... | |
class | ValueTypeDeserializationBuffer |
Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again. More... | |
class | ConstValueTypeDeserializationBuffer |
Encapsulate how an array of non-const serialized objects with value sematics stored in a char[] array is deserialized to a T[] array and then serialized back again. More... | |
class | Serializer |
Strategy interface for the indirect serializing and deserializing objects of a given type handled using reference semantics. More... | |
class | ReferenceTypeSerializationBuffer |
Encapsulate how an array of non-const objects with reference sematics is serialized into a char[] array and deserialized again. More... | |
class | ConstReferenceTypeSerializationBuffer |
Encapsulate how an array of const objects with reference sematics is serialized into a char[] array. More... | |
class | ReferenceTypeDeserializationBuffer |
Encapsulate how an array of non-const objects with reference sematics is deserialized from a char[] array and then serialized back into the char[] buffer again. More... | |
class | ConstReferenceTypeDeserializationBuffer |
Encapsulate how an array of onst objects with reference sematics is deserialized from a char[] array with memory being automatically freed at destruction time. More... | |
class | SerialSpdDenseSolver |
A class for constructing and using Hermitian positive definite dense matrices. More... | |
class | SerialSymDenseMatrix |
This class creates and provides basic support for symmetric, positive-definite dense matrices of templated type. More... | |
class | StringToIntegralParameterEntryValidator |
Standard implementation of a ParameterEntryValidator that maps from a list of strings to some integral type value. More... | |
class | AnyNumberParameterEntryValidator |
Standard implementation of a ParameterEntryValidator that accepts numbers from a number of different formats and converts them to numbers in another format. More... | |
class | StringInputSource |
Instantiation of XMLInputSource class for reading XML from a std::string. More... | |
class | StringInputStream |
Instantiation of XMLInputStream for reading an entire document from a std::string. More... | |
class | StringToIntMap |
Map a std::string to an enumeration. More... | |
class | StrUtils |
Provides std::string manipulation utilities that are not provided in the standard C++ std::string class. More... | |
class | TableColumn |
class | TableEntry |
An entry, perhaps compound, to be written into a table. More... | |
class | DoubleEntry |
A table entry that is a simple double-precision number. More... | |
class | IntEntry |
A table entry that is a simple integer. More... | |
class | StringEntry |
A table entry that is a simple std::string. More... | |
class | CompoundEntryWithParentheses |
An entry containing two subentries, with the second to be written in parentheses after the first. For example,. More... | |
class | TableFormat |
Encapsulation of formatting specifications for writing data in a clean tabular form. More... | |
class | RelErrSmallNumber |
More... | |
class | RelErrSmallNumber< false, Scalar > |
More... | |
class | RelErrSmallNumber< true, Scalar > |
More... | |
class | Time |
Basic wall-clock timer class. More... | |
class | TimeMonitor |
A timer class that starts when constructed and stops when the destructor is called. More... | |
class | TreeBuildingXMLHandler |
TreeBuildingXMLHandler assembles a XMLObject from your XML input. More... | |
class | Tuple |
Statically sized simple array (tuple) class. More... | |
class | TypeNameTraits |
Default traits class that just returns typeid(T).name() . More... | |
class | TypeNameTraits< T * > |
class | TypeNameTraits< std::string > |
class | TypeNameTraits< void * > |
class | TypeNameTraits< std::complex< T > > |
class | UnitTestBase |
Unit test base class. More... | |
class | UnitTestRepository |
Singleton unit testing repository. More... | |
class | Utils |
This class provides some basic std::string and floating-point utilities for Teuchos. More... | |
class | VerboseObjectBase |
Non-templated base class for objects that can print their activities to a stream. More... | |
class | VerboseObject |
Templated base class for objects that can print their activities to a stream and have a verbosity level. More... | |
class | VerboseObjectTempState |
Set and release a stream and verbosity level. More... | |
class | RawWorkspace |
Encapulsation object for raw temporary workspace that has been allocated. These objects can only be created on the stack and should not be included as the member of any other classes. More... | |
class | Workspace |
Templated class for workspace creation. More... | |
class | WorkspaceStore |
Workspace encapsulation class. More... | |
class | WorkspaceStoreInitializeable |
WorkspaceStore class that can be used to actually reinitialize memory. More... | |
class | XMLInputSource |
XMLInputSource represents a source of XML input that can be parsed to produce an XMLObject. More... | |
class | XMLInputStream |
XMLInputStream represents an XML input stream that can be used by a XMLInputSource. More... | |
class | EmptyXMLError |
Thrown when attempting to parse an empty XML std::string. More... | |
class | XMLObject |
Representation of an XML data tree. XMLObject is a ref-counted handle to a XMLObjectImplem object, allowing storage by reference. More... | |
class | XMLObjectImplem |
The XMLObjectImplem class takes care of the low-level implementation details of XMLObject. More... | |
class | XMLParameterListReader |
Writes an XML object to a parameter list. More... | |
class | XMLParameterListWriter |
Writes a ParameterList to an XML object. More... | |
class | XMLParser |
XMLParser consumes characters from an XMLInputStream object, parsing the XML and using a TreeBuildingXMLHandler to construct an XMLObject. More... | |
Typedefs | |
typedef basic_FancyOStream< char > | FancyOStream |
| |
typedef basic_OSTab< char > | OSTab |
| |
typedef basic_oblackholestream < char, std::char_traits< char > > | oblackholestream |
| |
Enumerations | |
enum | ESide { LEFT_SIDE, RIGHT_SIDE } |
enum | ETransp { NO_TRANS, TRANS, CONJ_TRANS } |
enum | EUplo { UPPER_TRI, LOWER_TRI } |
enum | EDiag { UNIT_DIAG, NON_UNIT_DIAG } |
enum | EReductionType { REDUCE_SUM, REDUCE_MIN, REDUCE_MAX, REDUCE_AND } |
Enumeration for selecting from a set of pre-defined reduction operations. More... | |
enum | DataAccess { Copy, View } |
enum | ENull { null } |
Used to initialize a RCP object to NULL using an implicit conversion! More... | |
enum | EValidateUsed { VALIDATE_USED_ENABLED, VALIDATE_USED_DISABLED } |
More... | |
enum | EValidateDefaults { VALIDATE_DEFAULTS_ENABLED, VALIDATE_DEFAULTS_DISABLED } |
More... | |
enum | EMetricReduction { ELocal, ETotal, EMin, EMax, EAvg } |
Types of reduction operations on performance metrics. Add other operations if you like. More... | |
enum | EPrePostDestruction { PRE_DESTROY, POST_DESTROY } |
Used to specify a pre or post destruction of extra data. More... | |
enum | EVerbosityLevel { VERB_DEFAULT = -1, VERB_NONE = 0, VERB_LOW = 1, VERB_MEDIUM = 2, VERB_HIGH = 3, VERB_EXTREME = 4 } |
Verbosity level. More... | |
Functions | |
template<class T > | |
ArrayArg< 1, T > | arrayArg (T t1) |
Return an array with 1 member. | |
template<class T > | |
ArrayArg< 2, T > | arrayArg (T t1, T t2) |
Return an array with 2 members. | |
template<class T > | |
ArrayArg< 3, T > | arrayArg (T t1, T t2, T t3) |
Return an array with 3 members. | |
template<class T > | |
ArrayArg< 4, T > | arrayArg (T t1, T t2, T t3, T t4) |
Return an array with 4 members. | |
template<class T > | |
ArrayArg< 5, T > | arrayArg (T t1, T t2, T t3, T t4, T t5) |
Return an array with 5 members. | |
template<class T > | |
ArrayArg< 6, T > | arrayArg (T t1, T t2, T t3, T t4, T t5, T t6) |
Return an array with 6 members. | |
template<class TypeTo , class TypeFrom > | |
TypeTo | as (const TypeFrom &t) |
Perform an debug-enabled checked conversion from one value type object to another. | |
template<class TypeTo , class TypeFrom > | |
TypeTo | asSafe (const TypeFrom &t) |
Perform an always checked conversion from one value type object to another. | |
template<typename Ordinal , typename Packet > | |
ValueTypeReductionOp< Ordinal, Packet > * | createOp (const EReductionType reductType) |
void | dyn_cast_throw_exception (const std::string &type_from_name, const std::string &type_from_concr_name, const std::string &type_to_name) |
template<class T_To , class T_From > | |
T_To & | dyn_cast (T_From &from) |
Dynamic casting utility function meant to replace dynamic_cast<T&> by throwing a better documented error message. | |
template<class T > | |
const T & | getConst (T &t) |
Return a constant reference to an object given a non-const reference. | |
template<class Key > | |
std::string | toString (const HashSet< Key > &h) |
template<class Key > | |
std::ostream & | operator<< (std::ostream &os, const HashSet< Key > &h) |
template<class Key , class Value > | |
std::string | toString (const Hashtable< Key, Value > &h) |
template<class Key , class Value > | |
std::ostream & | operator<< (std::ostream &os, const Hashtable< Key, Value > &h) |
template<class TypeTo , class TypeFrom > | |
TypeTo | implicit_cast (const TypeFrom &t) |
Perform an implicit cast of concrete types with the casted object returned by value. | |
template<class TypeTo , class TypeFrom > | |
TypeTo & | implicit_ref_cast (TypeFrom &t) |
Perform an implicit cast of reference types with a reference being returned. | |
template<class TypeTo , class TypeFrom > | |
TypeTo * | implicit_ptr_cast (TypeFrom *t) |
Perform an implicit cast of pointer types with a pointer being returned. | |
template<typename Ordinal > | |
RCP< const MpiReductionOp < Ordinal > > | mpiReductionOp (const RCP< const ValueTypeReductionOp< Ordinal, char > > &reductOp) |
Create an MpiReductionOp object given an ReductionOp object. | |
template<typename Iter > | |
void | setToNull (const Ptr< Iter > &ptr) |
Nonmember helper function to set an iterator to null!. | |
RCP< ParameterList > | parameterList () |
Nonmember constructor. | |
RCP< ParameterList > | parameterList (const std::string &name) |
Nonmember constructor. | |
RCP< ParameterList > | parameterList (const ParameterList &source) |
Nonmember constructor. | |
template<class T > | |
RCP< T > | rcp (const boost::shared_ptr< T > &sptr) |
Conversion function that takes in a boost::shared_ptr object and spits out a Teuchos::RCP object. | |
template<class T > | |
boost::shared_ptr< T > | shared_pointer (const RCP< T > &rcp) |
Conversion function that takes in a Teuchos::RCP object and spits out a boost::shared_ptr object. | |
template<class T , class Embedded > | |
RCP< T > | rcpWithEmbeddedObjPreDestroy (T *p, const Embedded &embedded, bool owns_mem=true) |
template<class T , class Embedded > | |
RCP< T > | rcpWithEmbeddedObjPostDestroy (T *p, const Embedded &embedded, bool owns_mem=true) |
template<class T , class Embedded > | |
RCP< T > | rcpWithEmbeddedObj (T *p, const Embedded &embedded, bool owns_mem=true) |
int | numActiveRCPNodes () |
Print the number of active RCPNode objects being tracked. | |
void | throw_null_ptr_error (const std::string &type_name) |
Throw that a pointer passed into an RCP object is null. | |
template<class IntegralType > | |
RCP< const StringToIntegralParameterEntryValidator < IntegralType > > | getStringToIntegralParameterEntryValidator (ParameterEntry const &entry, ParameterList const ¶mList, std::string const ¶mName) |
Get a StringToIntegralParameterEntryValidator<IntegralType> object out of a ParameterEntry object. | |
const std::string | passfail (const bool result) |
Return "passed" for "failed". | |
template<class Scalar > | |
Scalar | defaultSmallNumber () |
| |
template<class Scalar > | |
ScalarTraits< Scalar > ::magnitudeType | relErr (const Scalar &s1, const Scalar &s2) |
Return relative error of two scalars. | |
template<class Scalar > | |
bool | testRelErr (const std::string &v1_name, const Scalar &v1, const std::string &v2_name, const Scalar &v2, const std::string &maxRelErr_error_name, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType &maxRelErr_error, const std::string &maxRelErr_warning_name, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType &maxRelErr_warning, const Ptr< std::ostream > &out) |
Compute, check and optionally print the relative error in two scalars. | |
template<class Array1 , class Array2 > | |
bool | compareArrays (const Array1 &a1, const std::string &a1_name, const Array2 &a2, const std::string &a2_name, Teuchos::FancyOStream &out) |
Compare if two array objects are the same or not. | |
template<class Array1 , class Array2 , class ScalarMag > | |
bool | compareFloatingArrays (const Array1 &a1, const std::string &a1_name, const Array2 &a2, const std::string &a2_name, const ScalarMag &tol, Teuchos::FancyOStream &out) |
Compare if two array objects are the same or not up to a relative floating point precision. | |
std::string | demangleName (const std::string &mangledName) |
Demangle a C++ name if valid. | |
template<typename T > | |
std::string | typeName (const T &t) |
Template function for returning the demangled name of an object. | |
TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION (bool) | |
TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION (char) | |
TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION (int) | |
TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION (short int) | |
TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION (long int) | |
TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION (float) | |
TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION (double) | |
std::string | toString (const EVerbosityLevel verbLevel) |
Return a std::string representation of the verbosity level. | |
bool | includesVerbLevel (const EVerbosityLevel verbLevel, const EVerbosityLevel requestedVerbLevel, const bool isDefaultLevel=false) |
Return true if the verbosity level includes the given level. | |
EVerbosityLevel | incrVerbLevel (const EVerbosityLevel inputVerbLevel, const int numLevels) |
Return an increased or decreased verbosity level. | |
std::string | Teuchos_Version () |
void | set_default_workspace_store (const Teuchos::RCP< WorkspaceStore > &default_workspace_store) |
Set pointer to global workspace object. | |
Teuchos::RCP< WorkspaceStore > | get_default_workspace_store () |
Get the global workspace object set by set_default_workspace_store() . | |
void | print_memory_usage_stats (const WorkspaceStore *workspace_store, std::ostream &out) |
Print statistics on memory usage. | |
void | updateParametersFromXmlFile (const std::string &xmlFileName, Teuchos::ParameterList *paramList) |
Reads XML parameters from a file and updates those already in the given parameter list. | |
RCP< ParameterList > | getParametersFromXmlFile (const std::string &xmlFileName) |
Reads XML parameters from a file and return them in a new parameter list. | |
void | updateParametersFromXmlString (const std::string &xmlStr, Teuchos::ParameterList *paramList) |
Reads XML parameters from a std::string and updates those already in the given parameter list. | |
RCP< ParameterList > | getParametersFromXmlString (const std::string &xmlStr) |
Reads XML parameters from a std::string and return them in a new parameter list. | |
void | writeParameterListToXmlOStream (const Teuchos::ParameterList ¶mList, std::ostream &xmlOut) |
Write parameters and sublists in XML format to an std::ostream. | |
void | writeParameterListToXmlFile (const Teuchos::ParameterList ¶mList, const std::string &xmlFileName) |
Write parameters and sublist to an XML file. | |
Variables | |
const char | ESideChar [] = {'L' , 'R' } |
const char | ETranspChar [] = {'N' , 'T' , 'C' } |
const char | EUploChar [] = {'U' , 'L' } |
const char | EDiagChar [] = {'U' , 'N' } |
enum Teuchos::DataAccess |
If set to Copy, user data will be copied at construction. If set to View, user data will be encapsulated and used throughout the life of the object.
Copy | User data will be copied at construction. |
View | User data will be encapsulated and used throughout the life of the object. |
Definition at line 47 of file Teuchos_DataAccess.hpp.
enum Teuchos::EDiag |
Definition at line 61 of file Teuchos_BLAS_types.hpp.
Types of reduction operations on performance metrics. Add other operations if you like.
Definition at line 48 of file Teuchos_PerformanceMonitorUtils.hpp.
enum ENull [related, inherited] |
Used to initialize a RCP
object to NULL using an implicit conversion!
Definition at line 41 of file Teuchos_ENull.hpp.
enum EReductionType [related, inherited] |
Enumeration for selecting from a set of pre-defined reduction operations.
Definition at line 57 of file Teuchos_CommHelpers.hpp.
enum Teuchos::ESide |
Definition at line 45 of file Teuchos_BLAS_types.hpp.
enum Teuchos::ETransp |
Definition at line 50 of file Teuchos_BLAS_types.hpp.
enum Teuchos::EUplo |
Definition at line 56 of file Teuchos_BLAS_types.hpp.
enum EValidateDefaults [related, inherited] |
enum EValidateUsed [related, inherited] |
ValueTypeReductionOp<Ordinal,Packet>* Teuchos::createOp | ( | const EReductionType | reductType | ) | [inline] |
Definition at line 753 of file Teuchos_CommHelpers.hpp.
void Teuchos::dyn_cast_throw_exception | ( | const std::string & | T_from, | |
const std::string & | T_from_concr, | |||
const std::string & | T_to | |||
) |
We throw a m_bad_cast, which is a subclass of bad_cast. This is necessary, since bad_cast lacks the appropriate constructor for use with the TEST_FOR_EXCEPTION macro.
Definition at line 36 of file Teuchos_dyn_cast.cpp.
Teuchos::RCP< Teuchos::ParameterList > Teuchos::getParametersFromXmlFile | ( | const std::string & | xmlFileName | ) |
Reads XML parameters from a file and return them in a new parameter list.
xmlFileName | [in] The file name containing XML parameter list specification. |
Definition at line 50 of file Teuchos_XMLParameterListHelpers.cpp.
Teuchos::RCP< Teuchos::ParameterList > Teuchos::getParametersFromXmlString | ( | const std::string & | xmlStr | ) |
Reads XML parameters from a std::string and return them in a new parameter list.
xmlStr | [in] String containing XML parameter list specification. |
Definition at line 71 of file Teuchos_XMLParameterListHelpers.cpp.
Teuchos::RCP< const Teuchos::StringToIntegralParameterEntryValidator< IntegralType > > Teuchos::getStringToIntegralParameterEntryValidator | ( | ParameterEntry const & | entry, | |
ParameterList const & | paramList, | |||
std::string const & | paramName | |||
) | [inline] |
Get a StringToIntegralParameterEntryValidator<IntegralType> object out of a ParameterEntry object.
This function with thrown of the validator does not exist.
Definition at line 1111 of file Teuchos_StandardParameterEntryValidators.hpp.
bool Teuchos::includesVerbLevel | ( | const EVerbosityLevel | verbLevel, | |
const EVerbosityLevel | requestedVerbLevel, | |||
const bool | isDefaultLevel = false | |||
) |
Return true if the verbosity level includes the given level.
verbLevel | [in] The verbosity level that is in effect. | |
requestedVerbLevel | [in] The verbosity level the client is asking if is included in verbLevel . | |
isDefaultLevel | [in] Set to true if the level in requestedVerbLevel is the default verbosity level. In this case, if verbLevel==VERB_DEFAULT , then this function will return true . The default value is false . |
Definition at line 73 of file Teuchos_VerbosityLevel.cpp.
Teuchos::EVerbosityLevel Teuchos::incrVerbLevel | ( | const EVerbosityLevel | inputVerbLevel, | |
const int | numLevels | |||
) |
Return an increased or decreased verbosity level.
inputVerbLevel | [in] The base verbosity level. | |
numLevels | [in] The number of levels to increase (>0) or decrease (<0). |
Definition at line 88 of file Teuchos_VerbosityLevel.cpp.
RCP< const MpiReductionOp< Ordinal > > Teuchos::mpiReductionOp | ( | const RCP< const ValueTypeReductionOp< Ordinal, char > > & | reductOp | ) | [inline] |
Create an MpiReductionOp
object given an ReductionOp
object.
Definition at line 180 of file Teuchos_MpiReductionOpSetter.hpp.
int Teuchos::numActiveRCPNodes | ( | ) |
Print the number of active RCPNode objects being tracked.
Definition at line 275 of file Teuchos_RCPNode.cpp.
std::ostream& Teuchos::operator<< | ( | std::ostream & | os, | |
const Hashtable< Key, Value > & | h | |||
) | [related] |
Definition at line 324 of file Teuchos_Hashtable.hpp.
std::ostream& Teuchos::operator<< | ( | std::ostream & | os, | |
const HashSet< Key > & | h | |||
) | [related] |
Definition at line 255 of file Teuchos_HashSet.hpp.
RCP<ParameterList> Teuchos::parameterList | ( | const ParameterList & | source | ) | [inline] |
RCP<ParameterList> Teuchos::parameterList | ( | const std::string & | name | ) | [inline] |
RCP<ParameterList> Teuchos::parameterList | ( | ) | [inline] |
Teuchos::RCP< T > Teuchos::rcpWithEmbeddedObj | ( | T * | p, | |
const Embedded & | embedded, | |||
bool | owns_mem = true | |||
) | [inline] |
Definition at line 354 of file Teuchos_RCP.hpp.
Teuchos::RCP< T > Teuchos::rcpWithEmbeddedObjPostDestroy | ( | T * | p, | |
const Embedded & | embedded, | |||
bool | owns_mem = true | |||
) | [inline] |
Definition at line 344 of file Teuchos_RCP.hpp.
Teuchos::RCP< T > Teuchos::rcpWithEmbeddedObjPreDestroy | ( | T * | p, | |
const Embedded & | embedded, | |||
bool | owns_mem = true | |||
) | [inline] |
Definition at line 332 of file Teuchos_RCP.hpp.
bool Teuchos::testRelErr | ( | const std::string & | v1_name, | |
const Scalar & | v1, | |||
const std::string & | v2_name, | |||
const Scalar & | v2, | |||
const std::string & | maxRelErr_error_name, | |||
const typename Teuchos::ScalarTraits< Scalar >::magnitudeType & | maxRelErr_error, | |||
const std::string & | maxRelErr_warning_name, | |||
const typename Teuchos::ScalarTraits< Scalar >::magnitudeType & | maxRelErr_warning, | |||
const Ptr< std::ostream > & | out | |||
) | [inline] |
Compute, check and optionally print the relative error in two scalars.
ToDo: Finish documentation!
Definition at line 431 of file Teuchos_TestingHelpers.hpp.
Teuchos::TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION | ( | double | ) |
Teuchos::TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION | ( | float | ) |
Teuchos::TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION | ( | long | int | ) |
Teuchos::TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION | ( | short | int | ) |
Teuchos::TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION | ( | int | ) |
Teuchos::TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION | ( | char | ) |
Teuchos::TEUCHOS_TYPE_NAME_TRAITS_BUILTIN_TYPE_SPECIALIZATION | ( | bool | ) |
std::string Teuchos::Teuchos_Version | ( | ) |
Definition at line 36 of file Teuchos_Version.hpp.
void Teuchos::throw_null_ptr_error | ( | const std::string & | type_name | ) |
Throw that a pointer passed into an RCP object is null.
Definition at line 316 of file Teuchos_RCPNode.cpp.
std::string Teuchos::toString | ( | const Hashtable< Key, Value > & | h | ) | [inline] |
Definition at line 246 of file Teuchos_Hashtable.hpp.
std::string Teuchos::toString | ( | const HashSet< Key > & | h | ) | [inline] |
void Teuchos::updateParametersFromXmlFile | ( | const std::string & | xmlFileName, | |
Teuchos::ParameterList * | paramList | |||
) |
Reads XML parameters from a file and updates those already in the given parameter list.
xmlFileName | [in] The file name containing XML parameter list specification. | |
paramList | [in/out] On input, *paramList may be empty or contain some parameters and sublists. On output, parameters and sublist from the file xmlFileName will be set or overide those in *paramList . |
Definition at line 36 of file Teuchos_XMLParameterListHelpers.cpp.
void Teuchos::updateParametersFromXmlString | ( | const std::string & | xmlStr, | |
Teuchos::ParameterList * | paramList | |||
) |
Reads XML parameters from a std::string and updates those already in the given parameter list.
xmlStr | [in] String containing XML parameter list specification. | |
paramList | [in/out] On input, *paramList may be empty or contain some parameters and sublists. On output, parameters and sublist from the file xmlStr will be set or overide those in *paramList . |
Definition at line 57 of file Teuchos_XMLParameterListHelpers.cpp.
void Teuchos::writeParameterListToXmlFile | ( | const Teuchos::ParameterList & | paramList, | |
const std::string & | xmlFileName | |||
) |
Write parameters and sublist to an XML file.
paramList | [in] Contains the parameters and sublists that will be written to file. | |
xmlFileName | [in] The file name that will be create to contain the XML version of the parameter list specification. |
Definition at line 90 of file Teuchos_XMLParameterListHelpers.cpp.
void Teuchos::writeParameterListToXmlOStream | ( | const Teuchos::ParameterList & | paramList, | |
std::ostream & | xmlOut | |||
) |
Write parameters and sublists in XML format to an std::ostream.
paramList | [in] Contains the parameters and sublists that will be written to file. | |
xmlOut | [in] The stream that will get the XML output. |
Definition at line 79 of file Teuchos_XMLParameterListHelpers.cpp.
const char Teuchos::EDiagChar = {'U' , 'N' } |
Definition at line 39 of file Teuchos_BLAS.cpp.
const char Teuchos::ESideChar = {'L' , 'R' } |
Definition at line 36 of file Teuchos_BLAS.cpp.
const char Teuchos::ETranspChar = {'N' , 'T' , 'C' } |
Definition at line 37 of file Teuchos_BLAS.cpp.
const char Teuchos::EUploChar = {'U' , 'L' } |
Definition at line 38 of file Teuchos_BLAS.cpp.