19 #if !defined(KRATOS_CSHARP_WRAPPER_APPLICATION_H_INCLUDED )
20 #define KRATOS_CSHARP_WRAPPER_APPLICATION_H_INCLUDED
96 void Register()
override;
114 std::string
Info()
const override
116 return "KratosCSharpWrapperApplication";
130 rOStream <<
"Variables:" << std::endl;
132 rOStream << std::endl;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
std::string Info() const override
Turn back information as a string.
Definition: periodic_interface_process.hpp:93
This class defines the interface with kernel for all applications in Kratos.
Definition: kratos_application.h:91
This is a custom application for being able to couple C++ code of Kratos with CSharp.
Definition: csharp_wrapper_application.h:67
std::string Info() const override
Turn back information as a string.
Definition: csharp_wrapper_application.h:114
~KratosCSharpWrapperApplication() override
Destructor.
Definition: csharp_wrapper_application.h:84
KRATOS_CLASS_POINTER_DEFINITION(KratosCSharpWrapperApplication)
Pointer definition of KratosCSharpWrapperApplication.
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: csharp_wrapper_application.h:127
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: csharp_wrapper_application.h:120
Definition: kratos_components.h:253
virtual void PrintData(std::ostream &rOStream) const
Print object's data.
Definition: kratos_components.h:403
static ComponentsContainerType & GetComponents()
Retrieves the ComponentsContainer.
Definition: kratos_components.h:138
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21