9 #if !defined(REAL_CONTACT_MODEL_MORRIS_H_INCLUDED)
10 #define REAL_CONTACT_MODEL_MORRIS_H_INCLUDED
48 virtual std::string
Info()
const override {
49 std::stringstream buffer;
50 buffer <<
"RealContactMorris";
55 virtual void PrintInfo(std::ostream& rOStream)
const override { rOStream <<
"RealContactMorris"; }
56 virtual void PrintData(std::ostream& rOStream)
const override {}
62 RealContactMorris(RealContactMorris
const& rOther) {*
this = rOther;}
76 rOStream << std::endl;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
Definition: thermal_spheric_particle.h:30
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::istream & operator>>(std::istream &rIStream, LinearMasterSlaveConstraint &rThis)
input stream function
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432